ryco117 / distort-server

A reference-implementation homeserver for the research anonymity protocol, DistoRt, with broadcasting over IPFS
https://ryco117.github.io/distort-server/
GNU General Public License v3.0
3 stars 1 forks source link

Manage message queue #15

Open ryco117 opened 4 years ago

ryco117 commented 4 years ago

Allow users to view their outgoing message queue and cancel messages before they are dequeued.

ryco117 commented 4 years ago

Thinking about it more, I'm not sure this is worth doing. Cancelling a message as it is being dequeued could lead to weird race conditions. Also the client app can maintain a set of the outgoing messages if it desires to have such a list displayed to the user.

Ultimately, probably not going to implement unless someone can present a strong argument for.