Method: MatrixSdk::Protocols::CS#get_pushrules

Defined in:
lib/matrix_sdk/protocols/cs.rb

#get_pushrulesResponse

Retrieves the full list of registered push rules for the current user

Returns:

  • (Response)

    A response hash containing the current list of push rules for the current user

See Also:



1825
1826
1827
# File 'lib/matrix_sdk/protocols/cs.rb', line 1825

def get_pushrules
  request(:get, :client_r0, '/pushrules')
end