1
0
mirror of https://git.sr.ht/~tsileo/microblog.pub synced 2025-06-05 21:59:23 +02:00

Fix share dedup

This commit is contained in:
Thomas Sileo
2022-08-27 17:28:53 +02:00
parent 00004a3239
commit 09cdef118c

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(