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
instead of function test(arg) we should use function test(arg: string): boolean
function test(arg)
function test(arg: string): boolean
The text was updated successfully, but these errors were encountered:
ftr this is in prep for typescript
Sorry, something went wrong.
Track the user's own typing state external to the composer
cd089a3
Fixes element-hq/element-web#9986 There's a few reasons for pushing this out to its own place: * In future, we might want to move WhoIsTyping here. * We have multiple composers now, and although they don't send typing notifications, they could (see https://github.com/vector-im/riot-web/issues/10188) * In future we may have status for where/what the user is typing (https://github.com/matrix-org/matrix-doc/issues/437) * The composer is complicated enough - it doesn't need to dedupe typing states too. Note: This makes use of the principles introduced in element-hq/element-web#8923 and element-hq/element-web#9090
we're transitioning to this
No branches or pull requests
instead of
function test(arg)
we should usefunction test(arg: string): boolean
The text was updated successfully, but these errors were encountered: