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
It is not an array; rather it should be one of string, integer, null or boolean. In other parts of the spec (eg PushRule) we represent this with a | character. (Note that in the case of actions, it is actually an array of strings or objects, so the [] are correct in that case.)
The text was updated successfully, but these errors were encountered:
Link to problem area:
https://spec.matrix.org/unstable/client-server-api/#_matrixclientv3pushrules_pushcondition
Issue
It is not an array; rather it should be one of
string
,integer
,null
orboolean
. In other parts of the spec (egPushRule
) we represent this with a|
character. (Note that in the case ofactions
, it is actually an array ofstring
s orobject
s, so the[]
are correct in that case.)The text was updated successfully, but these errors were encountered: