-
-
Notifications
You must be signed in to change notification settings - Fork 442
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
misskey service ignoring visibility #1251
Comments
Magnificantly ignored indeed; just wasn't requested at the time. The current implementation just posts basic messages, but can be expanded to support more options if needed. Not sure if this is a bug so much as it is more of an enhancment. |
oh, i filled it as a bug since the parameter exists in documentation, but an enhancement is fine, too =) |
You're right! 🫥 |
after some search, i found in apprise/test/test_plugin_misskey.py Line 81 in 4d21759
now i have my arg syntax, let's try it using misskeys://{token}@{host}?visibility={visibility}
it looks like visibility parameter has been taken into account, but notification sending still failed as it looks like visibility is... not supported? |
I'll look into this when I can; thank you for sharing the update 🙏 |
According to here and here, EDIT: Perhaps it's been renamd to |
Please see attached PR and help test if you can 🙏 |
Thanks. Is it possible to also edit wiki page to :
(people outside project cannot edit or PR wiki, apparently) |
I updated the wiki, I'll add your example suggestion soon |
Perfect 👍 Ah, you wrote
|
Thanks, i updated this! Good catch. |
📣 Notification Service(s) Impacted
Misskey
🐞 Describe the bug
since wiki page doesn't show how visibility parameter is used in syntax, i assumed misskey://{token}@{host}/{visibility}
...and visibility parameter got magnificently ignored
💡 Screenshots and Logs
PS: private notes shoud have a letter icon next to date
💻 Your System Details:
🔮 Additional context
fresh install using provided docker-compose file
The text was updated successfully, but these errors were encountered: