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
validate_at
added_at
This issue has been migrated from #7699.
This was spun out of matrix-org/synapse#7684
When ModuleApi.register() has emails= set to some emails, those emails are created and added to the new user's account.
ModuleApi.register()
emails=
However, in the database validated_at and added_at are set to 0, which some other may misinterpret.
validated_at
Is this intentional or an oversight?
I've at least added the behaviour to a test here: https://github.com/matrix-org/synapse/pull/7684/files#diff-f7ba2d6448431a208d9b515b904ed854R49-R50 Which should be updated as part of closing this issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This issue has been migrated from #7699.
This was spun out of matrix-org/synapse#7684
When
ModuleApi.register()
hasemails=
set to some emails, those emails are created and added to the new user's account.However, in the database
validated_at
andadded_at
are set to 0, which some other may misinterpret.Is this intentional or an oversight?
I've at least added the behaviour to a test here: https://github.com/matrix-org/synapse/pull/7684/files#diff-f7ba2d6448431a208d9b515b904ed854R49-R50 Which should be updated as part of closing this issue.
The text was updated successfully, but these errors were encountered: