add: source endpoint for editing through masto api

This commit is contained in:
Mar0xy 2023-09-27 14:45:57 +02:00
parent e32b03a048
commit a12d1c52dd
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
5 changed files with 37 additions and 5 deletions

View file

@ -773,6 +773,7 @@ export class MastodonApiServerService {
// GET Endpoints
NoteEndpoint.getStatus();
NoteEndpoint.getStatusSource();
NoteEndpoint.getContext();
NoteEndpoint.getHistory();
NoteEndpoint.getReblogged();