add: journal page memberships

add: "Joined" write access option
This commit is contained in:
trisua 2025-03-24 20:19:12 -04:00
parent daa223d529
commit e87ad74d43
11 changed files with 290 additions and 10 deletions

View file

@ -2,6 +2,7 @@ mod auth;
mod common;
mod drivers;
mod entries;
mod memberships;
mod pages;
#[cfg(feature = "sqlite")]