bigbluebutton-Github/akka-bbb-apps/src
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
..
debian/DEBIAN let bbb-apps-akka read an override config file from /etc/bigbluebutton 2021-02-19 13:55:36 +01:00
main/scala/org/bigbluebutton Allow to edit and delete chat messages through graphql 2024-10-02 15:18:21 -03:00
templates/systemloader/systemd build: start bbb-graphql-server before bbb-apps-akka (#18773) 2023-09-19 11:53:15 -04:00
test This update allows duplicating a user session via the getJoinUrl endpoint. The generated link will create a new sessionToken while retaining the same userId. This setup enables two devices be represented as a single user on the user list, making it particularly useful for scenarios like transferring a session from a computer to a mobile device. 2024-09-04 21:22:49 -03:00
universal/conf build: move bbb-html5 files from /var/bigbluebutton 2024-09-25 12:39:04 -04:00