mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 11:05:54 +01:00 
			
		
		
		
	docs: roomId is number
This commit is contained in:
		| @@ -5,7 +5,7 @@ RoomObject: | |||||||
|       type: number |       type: number | ||||||
|       description: the uid of the chat room owner (usually the user who created the room initially) |       description: the uid of the chat room owner (usually the user who created the room initially) | ||||||
|     roomId: |     roomId: | ||||||
|       type: string |       type: number | ||||||
|       description: unique identifier for the chat room |       description: unique identifier for the chat room | ||||||
|     roomName: |     roomName: | ||||||
|       type: string |       type: string | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user