mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-13 20:18:50 +03:00
send sequences in heartbeat like we should
This commit is contained in:
@@ -5,6 +5,7 @@ void from_json(const nlohmann::json &j, GatewayMessage &m) {
|
||||
m.Data = j.at("d");
|
||||
|
||||
JS_ON("t", m.Type);
|
||||
JS_ON("s", m.Sequence);
|
||||
}
|
||||
|
||||
void from_json(const nlohmann::json &j, HelloMessageData &m) {
|
||||
|
||||
Reference in New Issue
Block a user