Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Synapse sends value_type field for .m.rule.is_user_mention, instead of value #15780

@jplatte

Description

@jplatte

Matrix discussion (internal)

Currently, the push condition for the default rule .m.rule.is_user_mention looks like this in a (sliding) sync response:

{
    "kind": "event_property_contains",
    "key": "content.m\\.mentions.user_ids",
    "value_type": "user_id"
}

That last property should be "value": <actual user ID> instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-Spec-Complianceplaces where synapse does not conform to the specO-FrequentAffects or can be seen by most users regularly or impacts most users' first experienceS-MinorBlocks non-critical functionality, workarounds exist.T-DefectBugs, crashes, hangs, security vulnerabilities, or other reported issues.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions