diff options
Diffstat (limited to 'activitypub.c')
| -rw-r--r-- | activitypub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activitypub.c b/activitypub.c index 162324e..f754ee0 100644 --- a/activitypub.c +++ b/activitypub.c | |||
| @@ -310,7 +310,7 @@ int timeline_request(snac *snac, char **id, xs_str **wrk, int level) | |||
| 310 | { | 310 | { |
| 311 | int status = 0; | 311 | int status = 0; |
| 312 | 312 | ||
| 313 | if (level < 256 && !xs_is_null(*id)) { | 313 | if (level < MAX_CONVERSATION_LEVELS && !xs_is_null(*id)) { |
| 314 | xs *msg = NULL; | 314 | xs *msg = NULL; |
| 315 | 315 | ||
| 316 | /* is the object already there? */ | 316 | /* is the object already there? */ |