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