mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
feat: don't read stories
feat: show message ID in tooltip feat: update strings fix: invert strings
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user