Closed eikendev closed 3 years ago
Some interesting commands from the library are
JoinedRooms()
to retrieve a list of rooms of a user,ForgetRoom()
to delete the history of a room, andInviteUser()
to invite the user back into the room.JoinedMembers()
can be used to retrieve a list of users in a room.
Fixed in 2e2326843fe515a30deeec1117273cadd6df0d5d.
Currently, the server takes that whatever it reads from the database as given. However, some entries could have changed over time while the server was offline, or rendered obsolete for another reason.
For instance, a user could have left the room for some application. The server should detect this, and either