bigbluebutton-Github/bbb-common-message
Gustavo Trott a6fc59ba46 Allow to edit and delete chat messages through graphql
It introduces the mutations:
chatEditMessage
chatDeleteMessage

The type chat_message receive two new fields:
updatedAt
deletedAt

A new table chat_message_history was introduced to store the previous version of an edited or deleted message.

When removed the message is not deleted, but the content become null and deletedAt populated. So the idea is to show "This message was removed" in the client.
2024-10-02 15:18:21 -03:00
..
project reafactor (akka-apps): Read and store Client Settings as property to RunningMeeting (#18712) 2023-10-02 13:00:05 -03:00
src Allow to edit and delete chat messages through graphql 2024-10-02 15:18:21 -03:00
.gitignore Keep blank line on end of gitignore files 2022-04-07 17:36:26 -03:00
.scalariform.conf - enable scalariform for bbb-common-message 2019-03-27 13:34:56 -07:00
build.sbt Change target to release for java 17 2023-06-12 21:15:33 +00:00
deploy.sh Remove endpoint /enter of bbb-web 2024-07-11 11:14:46 -03:00
README.md - remove messages from bbb-apps red5 2015-06-10 17:11:36 +00:00