Trif4
Trif4
Having to press Ctrl + Enter for every message is very cumbersome. When you're chatting (rather than sending direct notes), you're often sending many messages very quickly, and it's rare...
When you link directly to a note, it's very often because you want to share an image or video with someone. The media is the main content of the note,...
From a pure UX perspective, of course you should be able to view followers/followings without leaving your instance. I think that's a function that any user would expect, and when...
Would you be open to a PR if I find the time to implement it?
I noticed a similar issue when sending chat messages sometimes on desktop, however, I wasn't able to figure out the reproduction steps. But it seemed to happen when the chat...
Just for clarity, there is currently a mechanism in place that deletes old files for remote users when they exceed their Drive storage limit (default 32 MB). However, if Misskey...
@tamaina It's not an automatic translation, it's just a button. Though it would require detecting the language somehow.
A package like [this](https://github.com/dachev/node-cld) could be used instead on the server, however it would increase the server space requirements & require more processing per note.
Using the browser pull to refresh will refresh the whole app. That's overkill for just wanting your timeline to update. Pull to refresh on the timeline is a very reasonable...
In postgres, selecting from `user` will query database users. To query the Misskey user table, add quotes around the table name, i.e. `"user"`.