2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 22:55:11 +00:00

Show replies dialog correctly.

This commit is contained in:
John Preston
2020-09-11 18:33:26 +03:00
parent 608d8307d9
commit 4a94a0c438
42 changed files with 345 additions and 58 deletions

View File

@@ -140,7 +140,7 @@ public:
}
bool canWrite() const {
// Duplicated in Data::CanWriteValue().
return !isInaccessible();
return !isInaccessible() && !isRepliesChat();
}
bool canShareThisContact() const;