diff options
Diffstat (limited to 'upgrade.c')
| -rw-r--r-- | upgrade.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -213,7 +213,7 @@ int snac_upgrade(xs_str **error) | |||
| 213 | object_add_ow(id, o); | 213 | object_add_ow(id, o); |
| 214 | 214 | ||
| 215 | /* if it's from us, add to public */ | 215 | /* if it's from us, add to public */ |
| 216 | if (xs_startswith(id, snac.actor)) { | 216 | if (is_msg_mine(&snac, id)) { |
| 217 | const xs_list *p; | 217 | const xs_list *p; |
| 218 | const char *v; | 218 | const char *v; |
| 219 | int c; | 219 | int c; |