matrix-org/dendrite

Fix failing /sync tests

Open

#1,324 opened on Aug 24, 2020

 (1 comment) (0 reactions) (0 assignees)Go (658 forks)auto 404
C-Sync-APIT-Defectare-we-synapse-yethelp wanted

Repository metrics

Stars
 (5,632 stars)
PR merge metrics
 (PR metrics pending)

Description

They should be passing but for some reason are not.

Sytests:

    × Newly joined room has correct timeline in incremental sync
    × Newly joined room includes presence in incremental sync
    × When user joins a room the state is included in the next sync
    × When user joins a room the state is included in a gapped sync
    × When user joins and leaves a room in the same batch, the full state is still included in the next sync
    × Current state appears in timeline in private history with many messages after

Contributor guide