GeopJr / Tuba

Browse the Fediverse
https://tuba.geopjr.dev/
GNU General Public License v3.0
504 stars 55 forks source link

fix(Timeline): duplicate posts due to race condition #1011

Closed GeopJr closed 2 weeks ago

GeopJr commented 2 weeks ago

Reported on matrix.

Due to race conditions or websocket reconnections or weird server behavior, a websocket might send a post multiple times or the post might already be there. To work around that, let's just check the first page and remove any posts that share the id of the new post.