about summary refs log tree commit diff
path: root/src/indieauth/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/indieauth/mod.rs')
-rw-r--r--src/indieauth/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/indieauth/mod.rs b/src/indieauth/mod.rs
index 00ae393..2fec907 100644
--- a/src/indieauth/mod.rs
+++ b/src/indieauth/mod.rs
@@ -269,6 +269,7 @@ async fn authorization_endpoint_get<A: AuthBackend, D: Storage + 'static>(
             user: db.get_post(me.as_str()).await.unwrap().unwrap(),
             app: h_app
         }.to_string(),
+        rss_link: None,
     }.to_string())
         .into_response()
 }