-
Notifications
You must be signed in to change notification settings - Fork 450
New issue
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
feat(conversation): add federated typing indicator #14443
base: main
Are you sure you want to change the base?
Conversation
da6264e
to
722e190
Compare
722e190
to
edec72e
Compare
@@ -40,7 +40,6 @@ public function overwrittenRemoteTalkHash(string $hash): string { | |||
'config' => [ | |||
'chat' => [ | |||
'read-privacy', | |||
'typing-privacy', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's still overwritten, just not with a hardcoded value anymore, but the value might not be what the host send, so we should keep that.
In fact we might want to add the value in here, so when you change your setting the ones of the room also change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In fact we might want to add the value in here, so when you change your setting the ones of the room also change?
I think we should do this? Otherwise remote capabilities are not refreshed, when you change your typing privacy?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah, sorry, I misunderstood! Lemme check how to do this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. Alright like this?
Signed-off-by: Anna Larch <anna@nextcloud.com>
edec72e
to
3c8978a
Compare
☑️ Resolves
🛠️ API Checklist
🚧 Tasks
🏁 Checklist
docs/
has been updated or is not required