mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-09 19:50:26 +03:00
Archive bad Move messages.
This commit is contained in:
parent
1ee9814931
commit
a09ea11f55
@ -2194,8 +2194,10 @@ int process_input_message(snac *snac, const xs_dict *msg, const xs_dict *req)
|
||||
else
|
||||
snac_log(snac, xs_fmt("'Move' error: actor %s is not being followed", old_account));
|
||||
}
|
||||
else
|
||||
else {
|
||||
snac_log(snac, xs_fmt("'Move' error: malformed message from %s", actor));
|
||||
srv_archive_error("move", "move", req, msg);
|
||||
}
|
||||
}
|
||||
else {
|
||||
srv_archive_error("unsupported_type", "unsupported_type", req, msg);
|
||||
|
Loading…
Reference in New Issue
Block a user