File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Riot/Modules/MatrixKit/Models Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,9 @@ -(instancetype)init
147147 kMXEventTypeStringKeyVerificationCancel ,
148148 kMXEventTypeStringKeyVerificationDone ,
149149 kMXEventTypeStringPollStart ,
150- kMXEventTypeStringPollStartMSC3381
150+ kMXEventTypeStringPollStartMSC3381 ,
151+ kMXEventTypeStringBeaconInfo ,
152+ kMXEventTypeStringBeaconInfoMSC3672
151153 ].mutableCopy ;
152154
153155
@@ -179,7 +181,9 @@ -(instancetype)init
179181 kMXEventTypeStringKeyVerificationCancel ,
180182 kMXEventTypeStringKeyVerificationDone ,
181183 kMXEventTypeStringPollStart ,
182- kMXEventTypeStringPollStartMSC3381
184+ kMXEventTypeStringPollStartMSC3381 ,
185+ kMXEventTypeStringBeaconInfo ,
186+ kMXEventTypeStringBeaconInfoMSC3672
183187 ].mutableCopy ;
184188
185189 lastMessageEventTypesAllowList = @[
You can’t perform that action at this time.
0 commit comments