Skip to content

we need a map of rooms and destinations to avoid having to get rooms state just to send an event to all servers in the room. #342

@github-actions

Description

@github-actions

// TODO we need a map of rooms and destinations to avoid having to get rooms state just to send an event to all servers in the room.
const servers = await this.stateService.getServerSetInRoom(roomId);
const uniqueServers = Array.from(servers).filter((server) => server !== origin);


This issue was generated by todo-issue based on a TODO comment in f867571. It's been assigned to @sampaiodiego because they committed the code.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions