This commit is contained in:
Mirai Kumiko 2025-07-06 14:46:08 +02:00
parent f90a7133bc
commit 00ecbadeca
Signed by: miraikumiko
GPG key ID: 3F178B1B5E0CB278
29 changed files with 871 additions and 12 deletions

View file

@ -26,6 +26,7 @@ defmodule NullaWeb.Api.NoteJSON do
cc: note.cc,
sensitive: note.sensitive,
content: note.content,
tag: note.tag,
language: note.language
}
end