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
What is a server meant to do when you call PUT /_matrix/client/r0/pushrules/global/underride/rule_i_made_up/enabled ? Synapse accepts calls to .../enabled (storing the enabled flag for any future rule that gets created), but rejects calls to .../actions, all of which feels very buggy.
(Synapse even allows you to set the 'enabled' bit on non-existent .m.rule.* rules)