1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
mastodon/app/javascript
Claire dd4c156f33
Fix possible duplicate statuses in timelines in some edge cases ()
In some rare cases, when receiving statuses out of order from the streaming
API then polling from the REST API, it was possible for the
`expandNormalizedTimeline` function to insert duplicates in the timeline,
which would then result in several bugs.

This commits ensures that there are no duplicates inserted in the
timeline.
2022-04-06 21:01:41 +02:00
..
fonts Redesign the landing page, mount public timeline on it () 2017-07-11 15:27:59 +02:00
images Fix keybase config serializer () 2020-05-12 15:28:29 +02:00
mastodon Fix possible duplicate statuses in timelines in some edge cases () 2022-04-06 21:01:41 +02:00
packs Fix edge case where settings/admin page sidebar would be incorrectly hidden () 2022-02-16 21:44:19 +01:00
styles Remove sign-in token authentication, instead send e-mail about new sign-in () 2022-04-06 20:58:12 +02:00