Skip to content
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

Typing indicator privacy is always set to private for federated rooms #12803

Open
SystemKeeper opened this issue Jul 24, 2024 · 0 comments · May be fixed by #14443
Open

Typing indicator privacy is always set to private for federated rooms #12803

SystemKeeper opened this issue Jul 24, 2024 · 0 comments · May be fixed by #14443
Assignees
Labels
2. developing bug feature: api 🛠️ OCS API for conversations, chats and participants feature: chat 💬 Chat and system messages

Comments

@SystemKeeper
Copy link
Contributor

See

if (isset($data['config']['chat']['typing-privacy'])) {
$data['config']['chat']['typing-privacy'] = Participant::PRIVACY_PRIVATE;
}

With federated external signaling, it is now possible to federate these as well.

@nickvergessen nickvergessen added this to the 🌠 Next Patch (30) milestone Nov 28, 2024
@miaulalala miaulalala self-assigned this Jan 14, 2025
@miaulalala miaulalala linked a pull request Feb 17, 2025 that will close this issue
4 tasks
@miaulalala miaulalala moved this from 📄 To do (~10 entries) to 🏗️ In progress in 💬 Talk team Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2. developing bug feature: api 🛠️ OCS API for conversations, chats and participants feature: chat 💬 Chat and system messages
Projects
Status: 🏗️ In progress
Development

Successfully merging a pull request may close this issue.

5 participants