mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-22 13:25:04 +00:00
Disabled inbox recollection temporarily (for global re push).
This commit is contained in:
parent
35995d03be
commit
71394774f4
1 changed files with 2 additions and 0 deletions
|
@ -118,8 +118,10 @@ int actor_request(snac *snac, char *actor, d_char **data)
|
|||
}
|
||||
}
|
||||
|
||||
#if 0
|
||||
if (valid_status(status) && data && *data)
|
||||
inbox_add_by_actor(*data);
|
||||
#endif
|
||||
|
||||
return status;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue