mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-09 19:50:26 +03:00
Ignore 'Read' messages.
This commit is contained in:
parent
ab93ca3f75
commit
e89d21b247
@ -1721,7 +1721,7 @@ int process_input_message(snac *snac, const xs_dict *msg, const xs_dict *req)
|
||||
type = "Note";
|
||||
|
||||
/* reject uninteresting messages right now */
|
||||
if (xs_match(type, "Add|View|Reject")) {
|
||||
if (xs_match(type, "Add|View|Reject|Read")) {
|
||||
srv_debug(0, xs_fmt("Ignored message of type '%s'", type));
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user