mirror of
https://github.com/mjl-/mox.git
synced 2025-06-28 08:18:16 +03:00
sync frontend api doc/client
Forgot to build after change just before commit...
This commit is contained in:
parent
aa631c604c
commit
6bf80d91bc
@ -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"
|
||||
]
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user