Fix analytics: spaceId have the same syntax as roomId. Use MatrixRoom.isSpace instead of MatrixPatterns.isSpaceId (#2612)

Also remoce useless orFalse() calls.
This commit is contained in:
Benoit Marty 2024-03-28 11:29:56 +01:00
parent 8b451cc78c
commit 99132f39a9
6 changed files with 11 additions and 9 deletions

1
changelog.d/2612.bugfix Normal file
View file

@ -0,0 +1 @@
Fix analytics issue around room considered as space by mistake.