Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
msg_undo() now generates valid messages for objects that are only
referenced by its id.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
They may be (or not, not remember from the doc), but I don't care.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This means that it also generate the same id for the same Note.
|
|
|
|
|
|
|
|
This allows following Guppe groups.
|
|
|
|
|
|
|
|
|
|
So that you can follow and interact with lemmy channels.
|
|
|
|
|
|
This is used when accepting Follow requests; this way, follows are
confirmed as fast as possible.
If the message cannot be immediately sent, it's queued as always.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|