Skip to content

Commit c3b3ad8

Browse files
committed
disable ts check on html to richtext for now & fix mastodon issue
1 parent 35f7609 commit c3b3ad8

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

packages/threadclient-client-mastodon/src/mastodon.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ export const client: ThreadClient = {
977977
rid.push(descendant.id);
978978
}
979979

980-
const repliesFor = (id: string): Generic.HorizontalLoaded | null => {
980+
const repliesFor = (id: string): Generic.HorizontalLoaded => {
981981
return (reply_ids.get(id) ?? []).map(itm => postLink(host, itm));
982982
};
983983

packages/tmeta-util/src/html_to_richtext.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// @ts-nocheck
2+
// ^ todo
3+
14
import type * as Generic from "api-types-generic";
25
import {rt} from "api-types-generic";
36
import collapse from "collapse-whitespace";

0 commit comments

Comments
 (0)