fix: emojis of status in timeline

This commit is contained in:
Evangelos Paterakis 2022-11-17 22:31:13 +02:00
parent 58b3343a46
commit a207be3597
No known key found for this signature in database
GPG Key ID: FE5185F095BFC8C9
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ public class Tooth.Widgets.Status : ListBoxRow {
status.formal.bind_property ("content", content, "content", BindingFlags.SYNC_CREATE);
// bind_property ("title_text", name_label, "label", BindingFlags.SYNC_CREATE);
// title_text
name_label.set_label(title_text, null, this.kind_instigator.emojis_map);
name_label.set_label(title_text, null, status.formal.account.emojis_map);
bind_property ("subtitle_text", handle_label, "label", BindingFlags.SYNC_CREATE);
bind_property ("date", date_label, "label", BindingFlags.SYNC_CREATE);
status.formal.bind_property ("pinned", pin_indicator, "visible", BindingFlags.SYNC_CREATE);