diff options
Diffstat (limited to 'syncapi/routing/relations.go')
-rw-r--r-- | syncapi/routing/relations.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syncapi/routing/relations.go b/syncapi/routing/relations.go index 275ab65c..55e4347d 100644 --- a/syncapi/routing/relations.go +++ b/syncapi/routing/relations.go @@ -113,7 +113,7 @@ func Relations( for _, event := range filteredEvents { res.Chunk = append( res.Chunk, - synctypes.ToClientEvent(event.Event, synctypes.FormatAll), + synctypes.ToClientEvent(event.PDU, synctypes.FormatAll), ) } |