aboutsummaryrefslogtreecommitdiff
path: root/server/src/ui/mod.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-05-31 13:11:36 +0200
committermetamuffin <metamuffin@disroot.org>2025-05-31 13:11:36 +0200
commit373243a81f8c44fcfc6a3612ba46da2c6a3286c6 (patch)
treef2cee1099592d7a3771647cce58a3feb2ae462a9 /server/src/ui/mod.rs
parent3e834092ba230ee081065a3b80ad227d585b5a13 (diff)
downloadjellything-373243a81f8c44fcfc6a3612ba46da2c6a3286c6.tar
jellything-373243a81f8c44fcfc6a3612ba46da2c6a3286c6.tar.bz2
jellything-373243a81f8c44fcfc6a3612ba46da2c6a3286c6.tar.zst
use RenderInfo guard everywhere and start to use FlashMessage
Diffstat (limited to 'server/src/ui/mod.rs')
-rw-r--r--server/src/ui/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/ui/mod.rs b/server/src/ui/mod.rs
index e71b08d..e6da485 100644
--- a/server/src/ui/mod.rs
+++ b/server/src/ui/mod.rs
@@ -53,8 +53,8 @@ pub async fn r_index(
RenderInfo {
importing: false,
session: None,
+ lang,
},
- lang,
))))
}
}