poppingmoon / aria

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

fix: remove duplicate notification #400

Closed poppingmoon closed 1 month ago

poppingmoon commented 1 month ago

If a notification with the same id as the specified untilId exists in the fetched notifications, remove it.

Fix #395