mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 18:35:21 +02:00
add: status to masto endpoints
This commit is contained in:
parent
f1fc1ba4c7
commit
7640985332
1 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,7 @@ import { apiSearchMastodon } from './endpoints/search.js';
|
|||
import { apiNotifyMastodon } from './endpoints/notifications.js';
|
||||
import { apiFilterMastodon } from './endpoints/filter.js';
|
||||
import { apiTimelineMastodon } from './endpoints/timeline.js';
|
||||
import { apiStatusMastodon } from './endpoints/status.js';
|
||||
|
||||
export {
|
||||
apiAccountMastodon,
|
||||
|
@ -11,5 +12,6 @@ export {
|
|||
apiSearchMastodon,
|
||||
apiNotifyMastodon,
|
||||
apiFilterMastodon,
|
||||
apiTimelineMastodon
|
||||
apiTimelineMastodon,
|
||||
apiStatusMastodon
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue