Skip to content
Snippets Groups Projects
Verified Commit 76409853 authored by Mar0xy's avatar Mar0xy
Browse files

add: status to masto endpoints

parent f1fc1ba4
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment