Ch. (Chanwhi Choi)
Ch. (Chanwhi Choi)
## 💡 Summary When some note deletes, attached replies are deleted too. [code](https://github.com/syuilo/misskey/blob/a75ec451729459a62eaa0b49e80f8149306aab4d/src/models/entities/note.ts#L26) ```typescript @ManyToOne(type => Note, { onDelete: 'CASCADE' }) @JoinColumn() public reply: Note | null; ``` ## 🙂...
https://hacks.mozilla.org/2017/12/using-the-new-theming-api-in-firefox/ related to #5 but more specific
- [ ] What settings are required for this addon? - [ ] Actually implement it
Currently There's only a single script which handles all migration, syncing against local and sync storage, blahblah... It makes me headaching. These should be separated into separate concerns in form...
Currently this addon tries to sync at every save & load time. It requires Master Password login and It's quite annoying. Adding sync button and only sync when (follows next)...