You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the app engine, there is no way to tell what users are in a room when the room is first created, because the executePostRoomUser function is not executed, and the executePostRoomCreate IRoom object doesn't have any "userIds" property.
Check the app log and notice that the "room" object logged in executePostRoomCreate has no users, and there is no "executePostRoomUserJoined" log message.
Expected behavior:
Either one of the following:
the executePostRoomUserJoined function will execute after the room is created with multiple users
the executePostRoomCreate function will execute and contain the "userIds" property in the room object
Actual behavior:
the "room" object logged in executePostRoomCreate has no users, and there is no "executePostRoomUserJoined" log message.
Server Setup Information:
Version of Rocket.Chat Server: Version 7.2.1
License Type: Starter
Number of Users: 2
Operating System: WSL
Deployment Method: docker compose
Number of Running Instances: 1
DB Replicaset Oplog:
NodeJS Version:
MongoDB Version:
Client Setup Information
Desktop App or Browser Version:
Operating System:
Additional context
I want to be able to know what users are in a room when it is first created.
The text was updated successfully, but these errors were encountered:
discodamone
changed the title
No way to see what users are in a room when it is first created
App engine: No way to see what users are in a room when it is first created
Jan 22, 2025
discodamone
changed the title
App engine: No way to see what users are in a room when it is first created
Apps engine: No way to see what users are in a room when it is first created
Jan 22, 2025
Description:
In the app engine, there is no way to tell what users are in a room when the room is first created, because the executePostRoomUser function is not executed, and the executePostRoomCreate IRoom object doesn't have any "userIds" property.
Steps to reproduce:
Expected behavior:
Either one of the following:
Actual behavior:
the "room" object logged in executePostRoomCreate has no users, and there is no "executePostRoomUserJoined" log message.
Server Setup Information:
Client Setup Information
Additional context
I want to be able to know what users are in a room when it is first created.
The text was updated successfully, but these errors were encountered: