mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-17 07:10:51 +01:00
Fix invalid roomNID returned
This commit is contained in:
parent
11a3fcc6cb
commit
baef523cb0
1 changed files with 1 additions and 0 deletions
|
@ -608,6 +608,7 @@ func persistEvents(ctx context.Context, db storage.Database, events []*gomatrixs
|
|||
logrus.WithError(err).Error("failed to get or create roomNID")
|
||||
continue
|
||||
}
|
||||
roomNID = roomInfo.RoomNID
|
||||
|
||||
eventTypeNID, err := db.GetOrCreateEventTypeNID(ctx, ev.Type())
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in a new issue