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: remove duplicate notification #400

Closed poppingmoon closed 2 weeks ago

poppingmoon commented 2 weeks ago

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

Fix #395