1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Create basic CDN endpoints for #10

This commit is contained in:
NG (Graham)
2025-05-24 16:21:45 -04:00
parent e7de53929d
commit 59612e6aa3
12 changed files with 53 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ pub(super) fn clan_invites_provider<C: Send + Sync>() -> SimpleFunc<39, crate::U
ClanInviteInfo {
username: "RE_user1".to_owned(),
display_name: "RE_user1".to_owned(),
clan_name: "RE_clan1".to_owned(),
clan_name: "RE_clan_invite1".to_owned(),
clan_size: 42,
use_custom_avatar: false,
avatar_id: 0,

View File

@@ -25,8 +25,8 @@ pub(super) fn search_clans_provider<C: Send + Sync>() -> SimpleFunc<32, crate::U
ty: polariton::serdes::TypePrefix::HashMap, // hashmap
items: vec![
ClanInfo {
clan_name: "".to_owned(),
clan_description: "".to_owned(),
clan_name: "RE_clan_search_name".to_owned(),
clan_description: "RE_clan_search_description".to_owned(),
clan_type: ClanType::Closed,
clan_size: 1,
}.as_transmissible(),