Move the PusherKind enum to Vala
This commit is contained in:
@@ -135,23 +135,6 @@ G_DEFINE_QUARK(matrix-error-quark, matrix_error);
|
||||
* rules.
|
||||
*/
|
||||
|
||||
/**
|
||||
* MatrixPusherKind:
|
||||
* @MATRIX_PUSHER_KIND_OVERRIDE: highest priority rules
|
||||
* @MATRIX_PUSHER_KIND_SENDER: for (unencrypted) messages that match
|
||||
* certain patterns
|
||||
* @MATRIX_PUSHER_KIND_ROOM: for all messages for a given room. The
|
||||
* rule ID of a room rule is always the ID
|
||||
* of the room that it affects
|
||||
* @MATRIX_PUSHER_KIND_CONTENT: for messages from a specific Matrix
|
||||
* user ID. The rule ID of such rules is
|
||||
* always the Matrix ID of the user whose
|
||||
* messages they'd apply to
|
||||
* @MATRIX_PUSHER_KIND_UNDERRIDE: lowest priority rules
|
||||
*
|
||||
* Pusher types.
|
||||
*/
|
||||
|
||||
/**
|
||||
* MatrixReceiptType:
|
||||
* @MATRIX_RECEIPT_TYPE_READ: indicate that the message has been read
|
||||
|
Reference in New Issue
Block a user