mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Generate old topic message links for now.
This commit is contained in:
@@ -701,7 +701,7 @@ QString ApiWrap::exportDirectMessageLink(
|
||||
+ '/'
|
||||
+ (linkCommentId
|
||||
? (post + "?comment=" + QString::number(linkCommentId.bare))
|
||||
: (linkThreadId && !linkThreadIsTopic)
|
||||
: (linkThreadId/* && !linkThreadIsTopic*/)
|
||||
? (post + "?thread=" + QString::number(linkThreadId.bare))
|
||||
: linkThreadId
|
||||
? (QString::number(linkThreadId.bare) + '/' + post)
|
||||
|
Reference in New Issue
Block a user