Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdding the function to delete / edit a message with a mini archive of this message. #247
Comments
|
Mini archive can be implemented by changing the message column from the text format in json. If a string arrives, then this is a normal message. If json arrives then this is edited or deleted message. |
The messages can be deleted already. What's missing is the indicator of the message having been deleted. Such an indicator is a purely client-side feature. The messages are numbered sequentially (the
It's also a client-only feature. |
|
|
I found another option which was not set to be open to everybody. Please check the link again. It should work now. I can see the group even in incognito window without any login or cookies. |
Subject of the issue
Adding the function to delete / edit a message with a mini archive of this message.
Is this a bug report of a feature request?
Your environment
Server-side
Linux
Клиент: TinodeWeb/0.16.0-rc1 (tinodejs/0.16.0-rc1)
Сервер: 0.16 rethinkdb:v0.16.0-rc1; (api.tinode.co)
Client-side
0.15.1Steps to reproduce
Deleting a message
Expected behaviour
Delete / edit the message from the sender (the message frame remains, only the text changes to "Message deleted" / "Edited message"). Deleted / edited message by the recipient "Message deleted" / "Edited message".
But in both cases it is possible to see the history of editing | delete.
Actual behaviour
Deletion on the client side.


