forked from jmug/stoatchat
feat: implement channel invites, perms, group create, members fetch
chore: when you accidentally run fmt
This commit is contained in:
@@ -5,6 +5,7 @@ use rauth::entities::{Model, Session, WebPushSubscription};
|
||||
use rocket::serde::json::Json;
|
||||
|
||||
#[post("/subscribe"/*, data = "<data>"*/)]
|
||||
pub async fn req(/*mut session: Session, data: Json<WebPushSubscription>*/) -> Result<EmptyResponse> {
|
||||
pub async fn req(/*mut session: Session, data: Json<WebPushSubscription>*/) -> Result<EmptyResponse>
|
||||
{
|
||||
todo!()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user