Method: MatrixSdk::Protocols::CS#get_pushrules
- Defined in:
- lib/matrix_sdk/protocols/cs.rb
#get_pushrules ⇒ Response
Retrieves the full list of registered push rules for the current user
1825 1826 1827 |
# File 'lib/matrix_sdk/protocols/cs.rb', line 1825 def get_pushrules request(:get, :client_r0, '/pushrules') end |