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
In our current setup, there are cases where the network graph and member breakdown APIs return guild member IDs for which we do not have corresponding data in our MongoDB collection. To handle this discrepancy, we should consider such users as anonymous users. These users will be named sequentially as anonymous1, anonymous2, and so on. Their avatars should be marked as invalid, and they should not be assigned any roles.
The text was updated successfully, but these errors were encountered:
Behzad-rabiei
changed the title
Handle Missing Guild Member IDs by Introducing Anonymous Users in MongoDB Collection
Handle Missing Guild Member IDs by Introducing Anonymous Users
Sep 5, 2023
Behzad-rabiei
changed the title
Handle Missing Guild Member IDs by Introducing Anonymous Users
Handle Missing Guild Member by Introducing Anonymous Users
Sep 5, 2023
Description:
In our current setup, there are cases where the network graph and member breakdown APIs return guild member IDs for which we do not have corresponding data in our MongoDB collection. To handle this discrepancy, we should consider such users as anonymous users. These users will be named sequentially as anonymous1, anonymous2, and so on. Their avatars should be marked as invalid, and they should not be assigned any roles.
The text was updated successfully, but these errors were encountered: