mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-13 20:18:50 +03:00
move connection item to own class, add verified check icon
also try and fix build
This commit is contained in:
@@ -464,7 +464,7 @@ struct UserNoteObject {
|
||||
struct UserSetNoteObject {
|
||||
std::string Note;
|
||||
|
||||
friend void to_json(nlohmann::json &j, UserSetNoteObject &m);
|
||||
friend void to_json(nlohmann::json &j, const UserSetNoteObject &m);
|
||||
};
|
||||
|
||||
struct UserNoteUpdateMessage {
|
||||
|
||||
Reference in New Issue
Block a user