mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-06 01:45: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 { apiNotifyMastodon } from './endpoints/notifications.js';
|
||||||
import { apiFilterMastodon } from './endpoints/filter.js';
|
import { apiFilterMastodon } from './endpoints/filter.js';
|
||||||
import { apiTimelineMastodon } from './endpoints/timeline.js';
|
import { apiTimelineMastodon } from './endpoints/timeline.js';
|
||||||
|
import { apiStatusMastodon } from './endpoints/status.js';
|
||||||
|
|
||||||
export {
|
export {
|
||||||
apiAccountMastodon,
|
apiAccountMastodon,
|
||||||
|
@ -11,5 +12,6 @@ export {
|
||||||
apiSearchMastodon,
|
apiSearchMastodon,
|
||||||
apiNotifyMastodon,
|
apiNotifyMastodon,
|
||||||
apiFilterMastodon,
|
apiFilterMastodon,
|
||||||
apiTimelineMastodon
|
apiTimelineMastodon,
|
||||||
|
apiStatusMastodon
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue