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
hi! Notifications and sound notifications do not work The problem started 3-4 days ago Please fix the recipe !
The text was updated successfully, but these errors were encountered:
Please help!
Sorry, something went wrong.
Z version - have notifications but NO sound notifications K version - have nothing :(
To resolve this issues, you can edit telegram recipe code from webview.js
Find:
const elements = document.querySelectorAll(".chatlist .rp:not(.is-muted) .unread, .Badge.unread:not(.muted)");
Replace with:
const elements = document.querySelectorAll(".chatlist .rp:not(.is-muted) .unread, .ChatBadge.unread:not(.muted)");
No branches or pull requests
hi!
Notifications and sound notifications do not work
The problem started 3-4 days ago
Please fix the recipe !
The text was updated successfully, but these errors were encountered: