mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Support shared media / pins for sublists.
This commit is contained in:
@@ -187,7 +187,8 @@ void ResolveDocument(
|
||||
Window::SessionController *controller,
|
||||
not_null<DocumentData*> document,
|
||||
HistoryItem *item,
|
||||
MsgId topicRootId) {
|
||||
MsgId topicRootId,
|
||||
PeerId monoforumPeerId) {
|
||||
if (document->isNull()) {
|
||||
return;
|
||||
}
|
||||
@@ -202,7 +203,7 @@ void ResolveDocument(
|
||||
controller->openDocument(
|
||||
document,
|
||||
true,
|
||||
{ msgId, topicRootId });
|
||||
{ msgId, topicRootId, monoforumPeerId });
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user