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
Can't change note.user.instance.name with register_note_view_interruptor. also something deeper than 2-depth (1-depth note.text is okay).
/// @ 0.12.4 ### { name: "Show Instance Type" version: "0.0.1" author: "Bananamilk452" } Plugin:register_note_view_interruptor(@(note) { if (note.user.instance != null) { let softwareName = note.user.instance.softwareName note.user.instance.name = `{ note.user.instance.name } ({ softwareName })` print(note.user.instance.name) } return note })
note.user.instance.name should be changed to { note.user.instance.name } ({ softwareName })
{ note.user.instance.name } ({ softwareName })
it does not changes.
* Model and OS of the device(s): Ryzen 5 7500F, Windows 11 * Browser: Firefox 134.0b8 * Server URL: serafuku.moe * Misskey: 2024.11.0
* Installation Method or Hosting Service: * Misskey: * Node: * PostgreSQL: * Redis: * OS and Architecture:
The text was updated successfully, but these errors were encountered:
instance in MkInstanceTicker is not reactive
instance
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
💡 Summary
Can't change note.user.instance.name with register_note_view_interruptor. also something deeper than 2-depth (1-depth note.text is okay).
🥰 Expected Behavior
note.user.instance.name should be changed to
{ note.user.instance.name } ({ softwareName })
🤬 Actual Behavior
it does not changes.
📝 Steps to Reproduce
💻 Frontend Environment
🛰 Backend Environment (for server admin)
Do you want to address this bug yourself?
The text was updated successfully, but these errors were encountered: