sync join_rules with IRC

This commit is contained in:
emerson 2021-12-07 12:24:47 -05:00
parent fde0118d38
commit 74fc22f6e0
No known key found for this signature in database
GPG key ID: 270669502DA603E3

View file

@ -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;