sync frontend api doc/client

Forgot to build after change just before commit...
This commit is contained in:
Mechiel Lukkien 2025-03-28 17:37:42 +01:00
parent aa631c604c
commit 6bf80d91bc
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -2115,7 +2115,7 @@
"Fields": [
{
"Name": "Message",
"Docs": "Without ParsedBuf and MsgPrefix, for size. With Preview, even with value not yet stored in the database.",
"Docs": "Without ParsedBuf and MsgPrefix, for size. With Preview, even if it isn't stored yet in the database.",
"Typewords": [
"Message"
]

View File

@ -299,7 +299,7 @@ export interface EventViewMsgs {
// message.Part, made for the needs of the message items in the message list.
// messages.
export interface MessageItem {
Message: Message // Without ParsedBuf and MsgPrefix, for size. With Preview, even with value not yet stored in the database.
Message: Message // Without ParsedBuf and MsgPrefix, for size. With Preview, even if it isn't stored yet in the database.
Envelope: MessageEnvelope
Attachments?: Attachment[] | null
IsSigned: boolean