mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 22:09:16 +01:00
Add 2 more endpoints (mute and unmute)
This commit is contained in:
parent
bb2c770b68
commit
012f4b6f5b
6 changed files with 201 additions and 1 deletions
|
|
@ -101,6 +101,8 @@ export class Status extends BaseEntity {
|
|||
newStatus.isReblog = false;
|
||||
newStatus.announces = [];
|
||||
|
||||
// TODO: Add default language
|
||||
|
||||
await newStatus.save();
|
||||
return newStatus;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue