You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36
Description
From user:
In Party chat, using @ to mention someone: - Suggests people who aren't in the party as available options - Does not suggest some people who are in the party This happens on iOS and Web, and who is not suggested seems to rotate. I usually have to copy/paste their username and hope for the best. Seems like the party chat interface should reference a SQL table that just has the party members in it, etc.
Note: Habitica uses MongoDB, not SQL. A solution would need to reference party members and currently, the groups collection (which includes parties and guilds) does not have a list of all members and this is by design as some guilds are quite large. Instead, the only way to get a list of party members is to query the party ID against the users collection.
The text was updated successfully, but these errors were encountered:
General Info
Description
From user:
Note: Habitica uses MongoDB, not SQL. A solution would need to reference party members and currently, the groups collection (which includes parties and guilds) does not have a list of all members and this is by design as some guilds are quite large. Instead, the only way to get a list of party members is to query the party ID against the users collection.
The text was updated successfully, but these errors were encountered: