Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Implement Push Rules API #481

Closed
anoadragon453 opened this issue Jun 4, 2018 · 2 comments
Closed

Implement Push Rules API #481

anoadragon453 opened this issue Jun 4, 2018 · 2 comments
Labels
new-endpoints Issue is about implementing endpoints that aren't supported by Dendrite yet

Comments

@anoadragon453
Copy link
Member

Spec: https://matrix.org/docs/spec/client_server/unstable.html#push-rules-api

Riot currently seems to break on refresh without this, with the error:

Unhandled rejection o/this.getPushRuleById@file:///home/user/code/riot-web/webapp/bundles/6213c8608d6e65e36a4f/bundle.js:34:30437
o@file:///home/user/code/riot-web/webapp/bundles/6213c8608d6e65e36a4f/bundle.js:148:18724
value@file:///home/user/code/riot-web/webapp/bundles/6213c8608d6e65e36a4f/bundle.js:148:19463
value@file:///home/user/code/riot-web/webapp/bundles/6213c8608d6e65e36a4f/bundle.js:1:23090
value@file:///home/user/code/riot-web/webapp/bundles/6213c8608d6e65e36a4f/bundle.js:1:22891
value@file:///home/user/code/riot-web/webapp/bundles/6213c8608d6e65e36a4f/bundle.js:1:21981
isEnabled@file:///home/user/code/riot-web/webapp/bundles/6213c8608d6e65e36a4f/bundle.js:15:21421
...
@babolivier babolivier added the new-endpoints Issue is about implementing endpoints that aren't supported by Dendrite yet label Jan 8, 2019
@babolivier
Copy link
Contributor

Unsure whether this belongs to the clientapi component or needs its own.

@babolivier babolivier added p2 and removed p2 labels Jan 8, 2019
@anoadragon453 anoadragon453 added this to the #2 Basic Client Support milestone Jul 18, 2019
@kegsay
Copy link
Member

kegsay commented Apr 14, 2020

Probably its own to be honest. Lots of APIs, complicated regexp handling, isolated logically, etc.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
new-endpoints Issue is about implementing endpoints that aren't supported by Dendrite yet
Projects
None yet
Development

No branches or pull requests

4 participants