feat: don't read stories

feat: show message ID in tooltip
feat: update strings
fix: invert strings
This commit is contained in:
ZavaruKitsu
2023-08-01 12:45:59 +00:00
parent 486e6e681c
commit 576671e222
14 changed files with 174 additions and 101 deletions
+2 -2
View File
@@ -204,9 +204,9 @@ void Histories::readInboxTill(
AyuSync::getInstance().syncRead(history, tillId);
// AyuGram sendReadPackets
// AyuGram sendReadMessages
const auto settings = &AyuSettings::getInstance();
auto allow = settings->sendReadPackets;
auto allow = settings->sendReadMessages;
auto reallyAllow = AyuState::getAllowSendPacket(); // will return true if `allow`
if (!reallyAllow)
{