Add debug endpoint for getting replies to node id
All checks were successful
/ docker (push) Successful in 4m19s
All checks were successful
/ docker (push) Successful in 4m19s
This commit is contained in:
parent
1b0c63a3b1
commit
c9895bc9af
5 changed files with 20 additions and 5 deletions
|
@ -740,7 +740,7 @@ func handleCreate(w http.ResponseWriter, r *http.Request, object map[string]any)
|
|||
dbNote := models.Note{
|
||||
ID: objectNote.Id,
|
||||
CreatedAt: objectNote.Published,
|
||||
Creator: *actingUser,
|
||||
Creator: actingUser,
|
||||
CreatorId: actingUser.ID,
|
||||
Remote: true,
|
||||
RawContent: objectNote.Content,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue