Closed
Description
Again, like #226 and #227. Apologies for the brevity on this one; hopefully you can reproduce easily.
As before, have both clients running together...
Editing and deleting a message using Element
Using Element:
- write a new message
- edit the message
- delete the message
Observe that over in Ement.el, the message was not deleted -- not unless you additionally delete it using Ement.el.
Editing and deleting a message using Ement.el
Using Ement.el:
- write a new message
- edit the message
- delete the message
Observe that over in Element you now have two different events:
- The original (un-edited) message is now visible again. (Presumably because the edit was deleted.)
- Below it is a "Message deleted" event.