Skip to content

Commit a152135

Browse files
committed
fix(backup)_: fix missing image in group events
1 parent 9830c58 commit a152135

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

protocol/messenger_backup.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@ func (m *Messenger) backupChats(ctx context.Context, clock uint64) []*protobuf.B
390390
From: membershipUpdate.From,
391391
RawPayload: membershipUpdate.RawPayload,
392392
Color: membershipUpdate.Color,
393+
Image: membershipUpdate.Image,
393394
}
394395
}
395396
}

0 commit comments

Comments
 (0)