mirror of
https://github.com/youwen5/iamb.git
synced 2025-08-04 11:38:28 -07:00
Implement receipts per thread (#438)
This commit is contained in:
parent
f0de97a049
commit
f880358a83
7 changed files with 152 additions and 72 deletions
|
@ -982,7 +982,7 @@ impl ApplicationSettings {
|
|||
Ok(())
|
||||
}
|
||||
|
||||
pub fn get_user_char_span<'a>(&self, user_id: &'a UserId) -> Span<'a> {
|
||||
pub fn get_user_char_span(&self, user_id: &UserId) -> Span {
|
||||
let (color, c) = self
|
||||
.tunables
|
||||
.users
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue