We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't make API calls every time you want to query something.
Cache things. Especially stuff from hesiod.
Also concerned about this:
# Join user to room (if needed) # TODO: check if in room, then join only if not matrix.join_room(room_alias, matrix_user_id)
Hope this doesn't send too many state events.
The text was updated successfully, but these errors were encountered:
Mautrix has a store that does all of this automatically but from what I've seen Synapse does not add unnecessary state events
Sorry, something went wrong.
No branches or pull requests
Don't make API calls every time you want to query something.
Cache things. Especially stuff from hesiod.
Also concerned about this:
Hope this doesn't send too many state events.
The text was updated successfully, but these errors were encountered: