feat: task list (nip5 task)

This commit is contained in:
2023-03-03 11:45:47 +00:00
parent d4c1651f8f
commit b3cc84a0b1
6 changed files with 128 additions and 1 deletions

View File

@ -9,9 +9,9 @@ import { RootState } from "State/Store";
import Timeline from "Element/Timeline";
import { System } from "System";
import { TimelineSubject } from "Feed/TimelineFeed";
import { debounce, unwrap } from "Util";
import messages from "./messages";
import { debounce, unwrap } from "Util";
interface RelayOption {
url: string;