1
0
Fork 0
mirror of https://code.naskya.net/repos/ndqEd synced 2025-03-20 15:14:54 +09:00

C2S, S2S: Re-enable createNoteC and personCreateNoteF

This commit is contained in:
fr33domlover 2022-10-16 11:26:24 +00:00
parent 8424c76de7
commit 71bceec18b
25 changed files with 656 additions and 579 deletions

View file

@ -554,13 +554,13 @@ RemoteDiscussion
Message
created UTCTime
source Text -- Pandoc Markdown
content Text -- HTML
source PandocMarkdown
content HTML
parent MessageId Maybe
root DiscussionId
LocalMessage
author PersonId
author ActorId
rest MessageId
create OutboxItemId
unlinkedParent FedURI Maybe

View file

@ -160,6 +160,8 @@
/groups/#GroupKeyHashid/outbox/#OutboxItemKeyHashid GroupOutboxItemR GET
/groups/#GroupKeyHashid/followers GroupFollowersR GET
/groups/#GroupKeyHashid/messages/#LocalMessageKeyHashid GroupMessageR GET
/groups/#GroupKeyHashid/stamps/#SigKeyKeyHashid GroupStampR GET
---- Repo --------------------------------------------------------------------
@ -180,6 +182,8 @@
/repos/#RepoKeyHashid/commits-by/#Text RepoBranchCommitsR GET
/repos/#RepoKeyHashid/commits/#Text RepoCommitR GET
/repos/#RepoKeyHashid/messages/#LocalMessageKeyHashid RepoMessageR GET
/new-repo RepoNewR GET POST
/repos/#RepoKeyHashid/delete RepoDeleteR POST
/repos/#RepoKeyHashid/edit RepoEditR GET POST
@ -203,6 +207,8 @@
/decks/#DeckKeyHashid/tree DeckTreeR GET
/decks/#DeckKeyHashid/messages/#LocalMessageKeyHashid DeckMessageR GET
/new-deck DeckNewR GET POST
/decks/#DeckKeyHashid/delete DeckDeleteR POST
/decks/#DeckKeyHashid/edit DeckEditR GET POST
@ -250,6 +256,8 @@
/looms/#LoomKeyHashid/followers LoomFollowersR GET
/looms/#LoomKeyHashid/cloths LoomClothsR GET
/looms/#LoomKeyHashid/messages/#LocalMessageKeyHashid LoomMessageR GET
/new-loom LoomNewR GET POST
-- /looms/#LoomKeyHashid/delete LoomDeleteR POST
-- /looms/#LoomKeyHashid/edit LoomEditR GET POST