Devin Ragotzy
|
2d69e81699
|
WIP: send out push notification, impl pusher routes
It seems in order to test this I may also have to impl the email 3pid
route? I need to call the set_pusher route somehow.
|
2021-01-29 21:48:09 -05:00 |
|
Devin Ragotzy
|
a0ecd76e21
|
Run cargo fmt using nightly
|
2021-01-29 21:48:09 -05:00 |
|
Timo Kösters
|
a119d858f3
|
feature: push rule settings
|
2021-01-24 16:07:49 +01:00 |
|
Timo Kösters
|
6dbe195695
|
improvement: flush after every request that manipulates the db
|
2020-10-23 14:38:07 +02:00 |
|
Timo Kösters
|
f0a21b6165
|
fix: use device_id when registering
TIL body.device_id != (*body).device_id, which is pretty bad, so I
renamed body.device_id to body.sender_device
|
2020-10-18 21:51:28 +02:00 |
|
timokoesters
|
c1c62b7eb4
|
refactor: put endpoints into modules
|
2020-07-30 18:34:03 +02:00 |
|