poppingmoon / aria

A cross-platform Misskey client built with Flutter
https://misskey.io/@aria_app
GNU Affero General Public License v3.0
126 stars 4 forks source link

fix: compare new note with the first note #421

Closed poppingmoon closed 2 days ago

poppingmoon commented 2 days ago

Fixed an issue where the duplicate check added in #418 was comparing the newly received note with the oldest note in the timeline while it should be compared with the newest note.