mirror of
https://github.com/mjl-/mox.git
synced 2025-07-19 03:26:37 +03:00
sync frontend api doc/client
Forgot to build after change just before commit...
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user