Simple profile page for Verification Codes.

This commit is contained in:
John Preston
2024-09-26 10:55:08 +04:00
parent 39fb0a5b66
commit da49efa1ed
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1216,7 +1216,7 @@ bool PeerData::isVerifyCodes() const {
}
bool PeerData::sharedMediaInfo() const {
return isSelf() || isRepliesChat() || isVerifyCodes();
return isSelf() || isRepliesChat();
}
bool PeerData::savedSublistsInfo() const {