|
@@ -468,17 +468,17 @@ int is_msg_for_me(snac *snac, const xs_dict *c_msg)
|
|
|
return following_check(snac, actor);
|
|
|
}
|
|
|
|
|
|
-
|
|
|
- if (xs_match(type, "Undo|Update")) {
|
|
|
+
|
|
|
+ if (xs_match(type, "Undo")) {
|
|
|
return following_check(snac, actor);
|
|
|
}
|
|
|
|
|
|
-
|
|
|
- if (!xs_match(type, "Create")) {
|
|
|
+
|
|
|
+ if (!xs_match(type, "Create|Update")) {
|
|
|
return 1;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
+
|
|
|
if (following_check(snac, actor))
|
|
|
return 1;
|
|
|
|