Page MenuHomePhabricator
Feed All Stories

Mar 22 2023

ashoat added inline comments to D7106: Native Java code to request notifications permissions from JS on Android 13.
Mar 22 2023, 3:41 PM
ashoat requested changes to D7148: [keyserver/lib] Introduce a new message type and spec for toggling pins.
Mar 22 2023, 3:37 PM
ashoat added inline comments to D6924: [keyserver] Introduce columns in messages table to support pinned messages.
Mar 22 2023, 3:27 PM
ashoat added inline comments to D7110: [keyserver/lib] Add a fetchPinnedMessages method to retrieve all pinned messages for a thread.
Mar 22 2023, 3:26 PM
ashoat accepted D7145: [keyserver] Adding edit_message to the sidebar thread.
Mar 22 2023, 3:25 PM
ashoat accepted D7144: [lib] Added edit message action reducer.
Mar 22 2023, 3:22 PM
ashoat added inline comments to D7129: [lib] Added new 'sendEditMessage' action.
Mar 22 2023, 3:16 PM
ashoat added inline comments to D7141: [keyserver] Display edited message in the sidebar if the source message is edited.
Mar 22 2023, 3:15 PM
ashoat requested changes to D7143: [lib] Function to dispatch edit message action.
Mar 22 2023, 3:14 PM
ashoat added inline comments to D7140: [lib] Displaying edited content in a pending thread.
Mar 22 2023, 3:11 PM
ashoat requested changes to D7141: [keyserver] Display edited message in the sidebar if the source message is edited.
Mar 22 2023, 3:08 PM
ashoat requested changes to D7139: [lib] Added method to call edit_message endpoint.
Mar 22 2023, 3:02 PM
ashoat requested changes to D7121: [web-db] create drafts table in SQLite database.
Mar 22 2023, 2:59 PM
ashoat requested changes to D7118: [web-db] add function for parsing SQLite query.

We should not be polluting the global namespace in D7101. You should not be able to use QueryExecResult without importing it unless it's in the Flow lib.

Mar 22 2023, 2:53 PM
ashoat requested changes to D7101: [web-db] add `sql.js` types.
Mar 22 2023, 2:49 PM
ashoat added a comment to D6965: [lib][native] Displaying edited messages from database.

We can consider preventing users from sending empty edit messages.

Mar 22 2023, 2:46 PM
ashoat added a comment to D7094: [keyserver] Send updateBadgeCount notifs to macOS.

This diff seems to call getAPNsNotificationTopic with two parameters, but the version of that function in master only takes one parameter. Can you please update this diff's dependencies so I can see the rest of your stack? Please always set diff dependencies!

There's no stack for this diff, I'm calling getAPNsNotificationTopic with one argument, it's just an object with two fields.

Mar 22 2023, 2:08 PM
ashoat added inline comments to D6961: [lib] Create types for message editing.
Mar 22 2023, 2:07 PM
ashoat added a comment to D7065: [native] Added displaying labels to InlineEngagement.

Will this affect the height of the item? Have you made the necessary changes to the height determination code (textMessageItemHeight)?

Mar 22 2023, 2:04 PM
ashoat requested changes to D7117: [keyserver] Add migration - process messages in our db for search.
Mar 22 2023, 2:01 PM
varun accepted D7130: [Identity] Add client device service to identity service.

nice! just one nit

Mar 22 2023, 1:58 PM
ashoat accepted D7138: [native] render the rest of the thread avatars.
Mar 22 2023, 1:56 PM
varun accepted D7115: [Identity] Update X3DH protobuf to differiente key requests.

just a couple nits

Mar 22 2023, 1:54 PM
ashoat requested changes to D7137: [native] render thread avatars for parent/child threads in thread settings.
Mar 22 2023, 1:51 PM
ginsu closed D7131: [lib] introduce getDefaultAvatar helper function.
Mar 22 2023, 1:23 PM
ginsu committed rCOMM9ea6a06baee7: [lib] introduce getDefaultAvatar helper function (authored by ginsu).
[lib] introduce getDefaultAvatar helper function
Mar 22 2023, 1:23 PM
kuba updated the test plan for D7066: [native] Displaying 'Edit' labels next to edited messages.
Mar 22 2023, 1:09 PM
ashoat requested changes to D7136: [native] render thread avatars in community drawer.

You should definitely have included @inka on this review – she is by far the expert on this code

Mar 22 2023, 12:42 PM
ashoat accepted D7135: [native] render thread avatar in CHANNEL AVATAR thread settings section.
Mar 22 2023, 12:29 PM
ashoat requested changes to D7134: [native] update message list header to new design.
Mar 22 2023, 12:27 PM
ashoat requested changes to D7133: [lib] introduce getAvatarForThreadEntity function.

I am skeptical that you need to be touching entity-text.js or entity-helpers.js at all. Can you explain what updates you think you need to the EntityText framework and why?

Mar 22 2023, 12:22 PM
ashoat accepted D7131: [lib] introduce getDefaultAvatar helper function.
Mar 22 2023, 12:13 PM
ashoat requested changes to D7132: [lib] introduce useGetAvatarForThread hook.

Mostly questions

Mar 22 2023, 12:12 PM
ashoat added inline comments to D7129: [lib] Added new 'sendEditMessage' action.
Mar 22 2023, 11:59 AM
ashoat accepted D7127: [lib][keyserver] Introduce new threadPermissions types for editing messages.
Mar 22 2023, 11:46 AM
jon updated the diff for D7130: [Identity] Add client device service to identity service.

rebase on master

Mar 22 2023, 11:43 AM
jon updated the diff for D7116: [Comm-opaque2] Change project name to avoid name clash.

Rebase on master

Mar 22 2023, 11:43 AM
jon added a comment to D7130: [Identity] Add client device service to identity service.

Address feedback

Mar 22 2023, 11:42 AM
ashoat requested changes to D7120: Use notifications permission request API on Android 13 while keeping old behavior on older Androids..

Just a question

Mar 22 2023, 11:42 AM
jon updated the diff for D7130: [Identity] Add client device service to identity service.

svc -> keyserver_service

Mar 22 2023, 11:42 AM
bartek added inline comments to D7106: Native Java code to request notifications permissions from JS on Android 13.
Mar 22 2023, 11:41 AM
ashoat accepted D7105: Build files set-up for Android 13.

Please update native/expo-modules/aes-crypto/android/build.gradle before landing!

Mar 22 2023, 11:39 AM
ashoat added inline comments to D7104: [web-db] add unit tests for worker crypto utils.
Mar 22 2023, 11:37 AM
ashoat accepted D7122: [web-db] implement Draft Store Operations.
Mar 22 2023, 11:36 AM
ashoat accepted D7126: [lib] Introduce `updateUserAvatar` to `user-actions`.
Mar 22 2023, 11:32 AM
ashoat requested changes to D7106: Native Java code to request notifications permissions from JS on Android 13.
Mar 22 2023, 11:28 AM
rohan attached a referenced file: F440923: Screenshot 2023-03-22 at 2.22.31 PM.png.
Mar 22 2023, 11:24 AM
rohan updated the diff for D7148: [keyserver/lib] Introduce a new message type and spec for toggling pins.

Use contentStringForMediaArray and confirm robotext is still as expected

Mar 22 2023, 11:24 AM
ashoat requested changes to D7125: Use new notifications permission API to modify push notifs settings alerts on Android 13.
Mar 22 2023, 11:23 AM
rohan added inline comments to D7148: [keyserver/lib] Introduce a new message type and spec for toggling pins.
Mar 22 2023, 11:14 AM
jon added inline comments to D7130: [Identity] Add client device service to identity service.
Mar 22 2023, 10:48 AM
bartek added inline comments to D7148: [keyserver/lib] Introduce a new message type and spec for toggling pins.
Mar 22 2023, 10:45 AM
bartek accepted D7130: [Identity] Add client device service to identity service.
Mar 22 2023, 10:16 AM
tomek closed D7147: [server] Update assetlinks file.
Mar 22 2023, 10:06 AM
tomek committed rCOMM2bfa6edef031: [server] Update assetlinks file (authored by tomek).
[server] Update assetlinks file
Mar 22 2023, 10:06 AM
tomek closed D7146: [server] Update AASA file so that we prove to iOS that the domain belongs to us.
Mar 22 2023, 10:06 AM
tomek committed rCOMM825ba1f0e005: [server] Update AASA file so that we prove to iOS that the domain belongs to us (authored by tomek).
[server] Update AASA file so that we prove to iOS that the domain belongs to us
Mar 22 2023, 10:05 AM
rohan added inline comments to D7148: [keyserver/lib] Introduce a new message type and spec for toggling pins.
Mar 22 2023, 10:01 AM
tomek added a comment to D7147: [server] Update assetlinks file.

How do you obtain the SHA-256 fingerprint? From what I understood from the diff description, it is copy-pasted from Play Console, right?

Mar 22 2023, 9:58 AM
tomek added a comment to D7146: [server] Update AASA file so that we prove to iOS that the domain belongs to us.

The new ID looks correct

IIRC @ashoat did some linking long time ago so there are leftovers across the codebase (e.g. here)

Mar 22 2023, 9:56 AM
rohan updated the summary of D7148: [keyserver/lib] Introduce a new message type and spec for toggling pins.
Mar 22 2023, 9:56 AM
rohan updated the summary of D7148: [keyserver/lib] Introduce a new message type and spec for toggling pins.
Mar 22 2023, 9:55 AM
rohan updated the summary of D7148: [keyserver/lib] Introduce a new message type and spec for toggling pins.
Mar 22 2023, 9:54 AM
rohan requested review of D7148: [keyserver/lib] Introduce a new message type and spec for toggling pins.
Mar 22 2023, 9:54 AM
jon requested review of D7130: [Identity] Add client device service to identity service.
Mar 22 2023, 9:53 AM
rohan changed the visibility for F440858: Text (Original).png.
Mar 22 2023, 9:52 AM
rohan changed the visibility for F440854: One Image (Original).png.
Mar 22 2023, 9:52 AM
rohan changed the visibility for F440855: Two Images (Original).png.
Mar 22 2023, 9:52 AM
rohan changed the visibility for F440856: Video (Original).png.
Mar 22 2023, 9:52 AM
rohan changed the visibility for F440857: Mixed Media (Original).png.
Mar 22 2023, 9:52 AM
rohan changed the visibility for F440864: Text (Robotext).png.
Mar 22 2023, 9:52 AM
rohan changed the visibility for F440865: One Image (Robotext).png.
Mar 22 2023, 9:51 AM
bartek accepted D7147: [server] Update assetlinks file.

How do you obtain the SHA-256 fingerprint? From what I understood from the diff description, it is copy-pasted from Play Console, right?

Mar 22 2023, 9:51 AM
bartek accepted D7146: [server] Update AASA file so that we prove to iOS that the domain belongs to us.

The new ID looks correct

Mar 22 2023, 9:49 AM
bartek accepted D7116: [Comm-opaque2] Change project name to avoid name clash.
Mar 22 2023, 9:35 AM
tomek requested review of D7147: [server] Update assetlinks file.
Mar 22 2023, 9:25 AM
rohan added inline comments to D7110: [keyserver/lib] Add a fetchPinnedMessages method to retrieve all pinned messages for a thread.
Mar 22 2023, 8:41 AM
ashoat requested changes to D7110: [keyserver/lib] Add a fetchPinnedMessages method to retrieve all pinned messages for a thread.
Mar 22 2023, 8:36 AM
tomek requested review of D7146: [server] Update AASA file so that we prove to iOS that the domain belongs to us.
Mar 22 2023, 7:36 AM
jon updated the diff for D7115: [Identity] Update X3DH protobuf to differiente key requests.

Move prekey information to top-level message

Mar 22 2023, 7:34 AM
kuba requested review of D7145: [keyserver] Adding edit_message to the sidebar thread.
Mar 22 2023, 6:39 AM
rohan added a comment to D6924: [keyserver] Introduce columns in messages table to support pinned messages.
In D6924#211756, @tomek wrote:

It seems like I wasn't clear enough in my comment, so let me explain it differently. Correct me in any place where I'm wrong. So on the client side we would want to display three things:

  1. A robotext message in a thread telling that a message was pinned
  2. A pin indicator next to a message
  3. A list of pinned messages

As far as I understand, what you're describing handles only the 1st point. How do we plan to handle 2nd and 3rd?

Mar 22 2023, 6:38 AM
kuba requested review of D7144: [lib] Added edit message action reducer.
Mar 22 2023, 6:37 AM
kuba requested review of D7143: [lib] Function to dispatch edit message action.
Mar 22 2023, 6:19 AM
kuba requested review of D7142: [lib] Checking if the user can edit the message.
Mar 22 2023, 6:16 AM
kuba requested review of D7140: [lib] Displaying edited content in a pending thread.
Mar 22 2023, 6:12 AM
kuba requested review of D7141: [keyserver] Display edited message in the sidebar if the source message is edited.
Mar 22 2023, 6:11 AM
kuba requested review of D7139: [lib] Added method to call edit_message endpoint.
Mar 22 2023, 5:58 AM
kamil published D7122: [web-db] implement Draft Store Operations for review.
Mar 22 2023, 5:34 AM
kamil published D7121: [web-db] create drafts table in SQLite database for review.
Mar 22 2023, 5:34 AM
kamil added inline comments to D7118: [web-db] add function for parsing SQLite query.
Mar 22 2023, 5:32 AM
kamil updated the diff for D7118: [web-db] add function for parsing SQLite query.

update type

Mar 22 2023, 5:30 AM
michal added a comment to D7095: [desktop] Stop checking for a new version after download.

Task here: ENG-3377

Mar 22 2023, 5:28 AM
kamil updated the diff for D7118: [web-db] add function for parsing SQLite query.

update type

Mar 22 2023, 5:28 AM
kuba added inline comments to D6965: [lib][native] Displaying edited messages from database.
Mar 22 2023, 5:23 AM
kuba updated the diff for D6965: [lib][native] Displaying edited messages from database.

Revert the changes

Mar 22 2023, 5:23 AM
kuba retitled D6965: [lib][native] Displaying edited messages from database from [lib][native] Displaying edited messages from database to [lib] Displaying edited messages from database.
Mar 22 2023, 5:23 AM
kuba updated the diff for D6965: [lib][native] Displaying edited messages from database.

Simplified condition

Mar 22 2023, 5:14 AM
kuba added inline comments to D6963: [lib] Added new MessageSpec for editing messages.
Mar 22 2023, 5:09 AM
michal added a comment to D7094: [keyserver] Send updateBadgeCount notifs to macOS.

This diff seems to call getAPNsNotificationTopic with two parameters, but the version of that function in master only takes one parameter. Can you please update this diff's dependencies so I can see the rest of your stack? Please always set diff dependencies!

Mar 22 2023, 5:08 AM