1 parent 35f7609 commit c3b3ad8Copy full SHA for c3b3ad8
2 files changed
packages/threadclient-client-mastodon/src/mastodon.ts
@@ -977,7 +977,7 @@ export const client: ThreadClient = {
977
rid.push(descendant.id);
978
}
979
980
- const repliesFor = (id: string): Generic.HorizontalLoaded | null => {
+ const repliesFor = (id: string): Generic.HorizontalLoaded => {
981
return (reply_ids.get(id) ?? []).map(itm => postLink(host, itm));
982
};
983
packages/tmeta-util/src/html_to_richtext.ts
@@ -1,3 +1,6 @@
1
+// @ts-nocheck
2
+// ^ todo
3
+
4
import type * as Generic from "api-types-generic";
5
import {rt} from "api-types-generic";
6
import collapse from "collapse-whitespace";
0 commit comments