mirror of
https://git.sr.ht/~emerson/reflectionircd
synced 2025-04-13 09:59:52 +00:00
sync join_rules with IRC
This commit is contained in:
parent
fde0118d38
commit
74fc22f6e0
1 changed files with 3 additions and 0 deletions
|
@ -127,6 +127,9 @@ export class Channel {
|
|||
return;
|
||||
|
||||
switch (event["type"]) {
|
||||
case 'm.room.join_rules':
|
||||
this.handleMatrixJoinRule(event);
|
||||
break;
|
||||
case 'm.room.member':
|
||||
this.handleMatrixMember(event);
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue