fix(channels): sync monoforum suggested forwards and reactions
This commit is contained in:
parent
45a7e117ea
commit
fd47dd765a
17 changed files with 650 additions and 23 deletions
|
|
@ -434,6 +434,9 @@ func (r *Router) channelMessagesReactionsUpdates(ctx context.Context, viewerUser
|
|||
if topID := channelMessageThreadRootID(msg); topID > 0 && topID != id {
|
||||
update.SetTopMsgID(topID)
|
||||
}
|
||||
if msg.SavedPeer.ID != 0 {
|
||||
update.SetSavedPeerID(tgPeer(msg.SavedPeer))
|
||||
}
|
||||
}
|
||||
updates = append(updates, update)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue