forked from MightyPork/group-actor
add option to override locale messages per-group, update readme
This commit is contained in:
@@ -529,7 +529,7 @@ impl GroupHandle {
|
||||
}
|
||||
|
||||
fn tr(&self) -> &TranslationTable {
|
||||
self.cc.tr(self.config.get_locale())
|
||||
self.config.tr()
|
||||
}
|
||||
|
||||
async fn handle_new_follow(&mut self, notif_acct: &str, notif_user_id: &str) {
|
||||
|
||||
Reference in New Issue
Block a user