This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Text view scrolls to bottom on input #2
Comments
Fixed in 3bfffab |
1 task
anoadragon453
added a commit
that referenced
this issue
Aug 30, 2019
…il (#5835) ~~Fixes #5833 Moved out to ~~#5863 Part of fixing #5751 Decouples the activity of sending registration emails and binding them to an identity server. This PR simply sends the registration email, but clicking it does not approve the user for registration. That will come in PR #2. Some of this makes use of existing stuff for sending password reset emails from Synapse. Some work was done to make that stuff even more generic. Upgrade notes: * There is a new top-level config option, `account_threepid_delegate` which defines the address of an identity server that you would like to send registration/password reset emails on your behalf. The option `email.trust_identity_server_for_password_resets` has been replaced by this. If you set `email.trust_identity_server_for_password_resets` in your config to `true`, please remove it and configure `account_threepid_delegate` instead. The [sample config](https://github.com/matrix-org/synapse/blob/anoa/reg_email_sending_email/docs/sample_config.yaml) has information on how to configure it. Note: This PR does not allow homeservers to send emails when simply adding an email to your account. That will come after this and will be blocked on a new MSC. Part [2/2] will be successfully completing the registration step when `/submit_token` is hit with the correct details, and clearing out the `password_servlet` flag stuff, which is no longer needed. Will be a much smaller PR than this one. ~~Requires #5863 has been merged into the base branch. ~~Requires #5876 has been merged into the base branch.
anoadragon453
pushed a commit
that referenced
this issue
Jan 24, 2020
Don't treat 3PID revocation as a new 3PID invite
ShadowJonathan
added a commit
to ShadowJonathan/synapse
that referenced
this issue
Apr 9, 2021
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This was referenced Aug 21, 2021
lxndrbnsv
added a commit
to lxndrbnsv/synapse
that referenced
this issue
Dec 23, 2021
lxndrbnsv
added a commit
to lxndrbnsv/synapse
that referenced
this issue
Jan 10, 2022
lxndrbnsv
added a commit
to lxndrbnsv/synapse
that referenced
this issue
Jan 10, 2022
lxndrbnsv
added a commit
to lxndrbnsv/synapse
that referenced
this issue
Jan 10, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Every time there's input, the text view scrolls to the bottom. This makes reading backscroll much harder than it should be, in particular in busy rooms.
The text was updated successfully, but these errors were encountered: