mirror of
https://codeberg.org/grunfink/snac2.git
synced 2025-02-16 16:05:00 +00:00
Ignore 'Remove' messages.
This commit is contained in:
parent
3ae5c1c037
commit
34028cddb8
1 changed files with 1 additions and 1 deletions
|
@ -1721,7 +1721,7 @@ int process_input_message(snac *snac, const xs_dict *msg, const xs_dict *req)
|
||||||
type = "Note";
|
type = "Note";
|
||||||
|
|
||||||
/* reject uninteresting messages right now */
|
/* reject uninteresting messages right now */
|
||||||
if (xs_match(type, "Add|View|Reject|Read")) {
|
if (xs_match(type, "Add|View|Reject|Read|Remove")) {
|
||||||
srv_debug(0, xs_fmt("Ignored message of type '%s'", type));
|
srv_debug(0, xs_fmt("Ignored message of type '%s'", type));
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue