1
0
mirror of https://github.com/uowuo/abaddon.git synced 2025-03-04 03:03:16 -05:00

fetch DoesMentionEveryone from store

This commit is contained in:
ouwou 2023-12-04 01:48:49 -05:00
parent 6bd6fd8398
commit 6b436918f8

View File

@ -975,7 +975,7 @@ Message Store::GetMessageBound(std::unique_ptr<Statement> &s) const {
s->Get(5, r.Timestamp);
s->Get(6, r.EditedTimestamp);
// s->Get(7, r.IsTTS);
// s->Get(8, r.DoesMentionEveryone);
s->Get(8, r.DoesMentionEveryone);
s->GetJSON(9, r.Embeds);
s->Get(10, r.IsPinned);
s->Get(11, r.WebhookID);