this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fixed typo in the post text

Signed-off-by: Will Andrews <did:plc:dadhhalkfcq3gucaq25hjqon>

+1 -1
+1 -1
shared/src/atrium/post.rs
··· 58 58 59 59 let text = match part { 60 60 1 => format!("Wooo! {mention_text} just completed the first part of Day {day} of at://advent!!"), 61 - 2 => format!("Whoa, {mention_text} just did the part part of Day {day} of at://advent!!!"), 61 + 2 => format!("Whoa, {mention_text} just did the second part of Day {day} of at://advent!!!"), 62 62 n => format!("{mention_text} just broke the site for Day {day}, Part {n}????!") 63 63 }; 64 64