mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-13 20:18:50 +03:00
show pending/failed messages
css changes: - added .failed - added .pending
This commit is contained in:
@@ -191,6 +191,7 @@ void to_json(nlohmann::json &j, const HeartbeatMessage &m) {
|
||||
void to_json(nlohmann::json &j, const CreateMessageObject &m) {
|
||||
j["content"] = m.Content;
|
||||
JS_IF("message_reference", m.MessageReference);
|
||||
JS_IF("nonce", m.Nonce);
|
||||
}
|
||||
|
||||
void to_json(nlohmann::json &j, const MessageEditObject &m) {
|
||||
|
||||
Reference in New Issue
Block a user