You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Every time I start a matrix-js-sdk client, I see the line "Adding default global override for .org.matrix.msc3786.rule.room.server_acl" is logged multiple times.
To Reproduce
I am running the following code on matrix-js-sdk 19.3.0:
Expected behavior
Should start up quietly without this output. It didn't used to log this message on an older version of matrix-js-sdk.
Actual Behavior
$ node ./test.js
Adding default global override for .org.matrix.msc3786.rule.room.server_acl
Adding default global override for .org.matrix.msc3786.rule.room.server_acl
Desktop (please complete the following information):
OS: Arch Linux
Browser Firefox
Version 103
The text was updated successfully, but these errors were encountered:
Update your Matrix server to one which supports MSC3786 and then the log line will go away.
This doesn't sound right. I see this line (along with Adding default global underride push rule .org.matrix.msc3914.rule.room.call) every time I start Element Web.
Describe the bug
Every time I start a matrix-js-sdk client, I see the line "Adding default global override for .org.matrix.msc3786.rule.room.server_acl" is logged multiple times.
To Reproduce
I am running the following code on matrix-js-sdk 19.3.0:
Expected behavior
Should start up quietly without this output. It didn't used to log this message on an older version of matrix-js-sdk.
Actual Behavior
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: