Skip to content

Support more than 30/31 members in a room

Created by: lerouxb

This broke when we changed the API to only return 100 max or 30 default users per page. A recent fix added pagination support to that API call, but the client doesn't use it yet.

Proposal

Whenever a message comes in, we can add that user to the member list

Relevant code,

Edited by Eric Eastwood