Messages sent and then immediately deleted might not delete #33

Open
opened 2024-02-03 08:49:18 +00:00 by cadence · 0 comments
Owner

Sample scenario in d->m:

  1. Send message on Discord
  2. Receive message ID 123, start sending to Matrix
  3. Delete message on Discord
  4. Receive deletion for ID 123, but no related events yet, ignore it
  5. Finishes sending to Matrix

The deletion handler probably needs to wait for pending sends and their post-processing to finish?

Sample scenario in d->m: 1. Send message on Discord 2. Receive message ID 123, start sending to Matrix 3. Delete message on Discord 4. Receive deletion for ID 123, but no related events yet, ignore it 5. Finishes sending to Matrix The deletion handler probably needs to wait for pending sends and their post-processing to finish?
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cadence/out-of-your-element#33
No description provided.