Fix share dedup

This commit is contained in:
Thomas Sileo 2022-08-27 17:28:53 +02:00
parent 00004a3239
commit 09cdef118c
1 changed files with 1 additions and 0 deletions

View File

@ -1658,6 +1658,7 @@ async def _handle_announce_activity(
delta_from_original = now() - as_utc(
relates_to_inbox_object.ap_published_at # type: ignore
)
dup_count = 0
if (delta_from_original) < skip_delta or (
dup_count := (
await db_session.scalar(