mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 11:26:56 -08:00
oops not needed #110
This commit is contained in:
parent
946e6fc4bd
commit
6f180aa4bc
1 changed files with 1 additions and 1 deletions
|
@ -431,7 +431,7 @@ def shared_inbox():
|
||||||
log_incoming_ap(id, APLOG_DUPLICATE, APLOG_IGNORED, saved_json, 'Activity about local content which is already present')
|
log_incoming_ap(id, APLOG_DUPLICATE, APLOG_IGNORED, saved_json, 'Activity about local content which is already present')
|
||||||
return '', 200
|
return '', 200
|
||||||
|
|
||||||
# id = object['id']
|
id = object['id']
|
||||||
|
|
||||||
redis_client = get_redis_connection()
|
redis_client = get_redis_connection()
|
||||||
if redis_client.exists(id): # Something is sending same activity multiple times
|
if redis_client.exists(id): # Something is sending same activity multiple times
|
||||||
|
|
Loading…
Reference in a new issue