On Android, the list of users available for use in an @-mention is not refreshed after it is initially loaded. In other words, the initial list of users appears to never get updated after it is initially downloaded.
In the following steps, the same bug can be seen by either performing an @-mention when typing a comment or adding an @-mention inside the gutenberg editor. For convenience, the steps below only specify adding a mention within the gutenberg editor.
Inserting a mention should display a list with the current list of users for the site. At worst, killing the app and restarting should refresh the list of users. It should _not_ be necessary to wipe the app's data to get an updated list of users.
develop on August 4, 2020)This appears to be caused by this code, which pulls the list of mentions from the database and then only makes an API call for the list of users if the database table is empty.
馃憢 @mchowning with https://github.com/wordpress-mobile/WordPress-Android/pull/12607 merged, can this be closed?
Thanks @guarani, you're right it can be closed.