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: do not allow duplicate account #398

Closed poppingmoon closed 2 weeks ago

poppingmoon commented 2 weeks ago

Changed to convert the list of accounts to a set when adding an account.

Fix #393