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
{{ message }}
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.
How can we better detect which IDs Fosscord controls? Currently, we add every ID given to us through gateway or api to a huge list of controlled IDs for each client, however this has a few problems:
IDs are not unique across instances, which may lead to false redirections
We may not have an ID in our list before we have to redirect it
The current solution has it's problems, but it's 'fast enough', probably.
A new solution that may or may not be slower is to create some sort of new ID that encodes the old ID and the instance it came from.
It would be best to keep it all numerical, because some instances, applications, whatever may assume they are.
The text was updated successfully, but these errors were encountered:
How can we better detect which IDs Fosscord controls? Currently, we add every ID given to us through gateway or api to a huge list of controlled IDs for each client, however this has a few problems:
The current solution has it's problems, but it's 'fast enough', probably.
A new solution that may or may not be slower is to create some sort of new ID that encodes the old ID and the instance it came from.
It would be best to keep it all numerical, because some instances, applications, whatever may assume they are.
The text was updated successfully, but these errors were encountered: