mirror of
https://github.com/mjl-/mox.git
synced 2025-06-28 05:48:15 +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": [
|
"Fields": [
|
||||||
{
|
{
|
||||||
"Name": "Message",
|
"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": [
|
"Typewords": [
|
||||||
"Message"
|
"Message"
|
||||||
]
|
]
|
||||||
|
@ -299,7 +299,7 @@ export interface EventViewMsgs {
|
|||||||
// message.Part, made for the needs of the message items in the message list.
|
// message.Part, made for the needs of the message items in the message list.
|
||||||
// messages.
|
// messages.
|
||||||
export interface MessageItem {
|
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
|
Envelope: MessageEnvelope
|
||||||
Attachments?: Attachment[] | null
|
Attachments?: Attachment[] | null
|
||||||
IsSigned: boolean
|
IsSigned: boolean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user