Add MATRIX_RECEIPT_TYPE_UNKNOWN
This commit is contained in:
parent
8831f808bb
commit
71a7f29e59
@ -159,6 +159,7 @@ G_DEFINE_QUARK(matrix-error-quark, matrix_error);
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* MatrixReceiptType:
|
* MatrixReceiptType:
|
||||||
|
* @MATRIX_RECEIPT_TYPE_UNKNOWN: the receipt type is unknown to this SDK
|
||||||
* @MATRIX_RECEIPT_TYPE_READ: indicate that the message has been read
|
* @MATRIX_RECEIPT_TYPE_READ: indicate that the message has been read
|
||||||
*
|
*
|
||||||
* Receipt types of acknowledgment.
|
* Receipt types of acknowledgment.
|
||||||
|
@ -116,6 +116,7 @@ typedef enum {
|
|||||||
} MatrixPusherKind;
|
} MatrixPusherKind;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
MATRIX_RECEIPT_TYPE_UNKNOWN,
|
||||||
MATRIX_RECEIPT_TYPE_READ
|
MATRIX_RECEIPT_TYPE_READ
|
||||||
} MatrixReceiptType;
|
} MatrixReceiptType;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user