Register notification routes, add action method for notifications, and fix auto-featuring versions

This commit is contained in:
Jai A
2021-03-06 13:47:49 -07:00
parent 0ccb6cb873
commit 853ead26ca
9 changed files with 222 additions and 192 deletions

View File

@@ -83,7 +83,7 @@ pub fn convert_notification(
.into_iter()
.map(|x| NotificationAction {
title: x.title,
action_route: x.action_route,
action_route: (x.action_route_method, x.action_route),
})
.collect(),
}