bigbluebutton-Github/bbb-graphql-actions
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
..
src Allow to edit and delete chat messages through graphql 2024-10-02 15:18:21 -03:00
.gitignore build: rename bbb-graphql-actions-adapter-server to bbb-graphql-actions 2023-12-14 10:59:10 -05:00
deploy.sh remove necessity of sudo to run deploy script 2024-07-09 09:28:14 -03:00
package-lock.json chore(deps): bump the npm_and_yarn group across 4 directories with 6 updates (#21163) 2024-09-11 10:52:05 -04:00
package.json chore(deps): bump the npm_and_yarn group across 4 directories with 6 updates (#21163) 2024-09-11 10:52:05 -04:00
run-dev.sh build: rename bbb-graphql-actions-adapter-server to bbb-graphql-actions 2023-12-14 10:59:10 -05:00
tsconfig.json build: rename bbb-graphql-actions-adapter-server to bbb-graphql-actions 2023-12-14 10:59:10 -05:00