Messages sent and then immediately deleted might not delete #33

Closed
opened 2024-02-03 08:49:18 +00:00 by cadence · 1 comment
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?
Author
Owner

This should be fixed in a2f0bb79db

This should be fixed in a2f0bb79db93d89ecef07427f84cac40c2594e96
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
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.