Don't exclude from sync

This commit is contained in:
Neil Alexander 2020-10-16 11:06:54 +01:00
parent 8d80f9a131
commit 074afcdea3
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -159,7 +159,7 @@ func (s *OutputRoomEventConsumer) onNewRoomEvent(
msg.AddsStateEventIDs, msg.AddsStateEventIDs,
msg.RemovesStateEventIDs, msg.RemovesStateEventIDs,
msg.TransactionID, msg.TransactionID,
!msg.IsForwardExtremity, false,
) )
if err != nil { if err != nil {
// panic rather than continue with an inconsistent database // panic rather than continue with an inconsistent database