about summary refs log tree commit diff stats
path: root/src/ui/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/buffer.h')
-rw-r--r--src/ui/buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/buffer.h b/src/ui/buffer.h
index 8cc6610e..997e2a49 100644
--- a/src/ui/buffer.h
+++ b/src/ui/buffer.h
@@ -56,7 +56,7 @@ typedef struct prof_buff_entry_t {
     // from as it is displayed
     // might be nick, jid..
     char *display_from;
-    char *barejid;
+    char *from_jid;
     char *message;
     DeliveryReceipt *receipt;
     // message id, in case we have it
t version of signature hashing for better incremental builds' href='/ahoang/Nim/commit/compiler/debuginfo.nim?h=devel&id=3b43cff0f8ed5f3bd4026c92d3882e8e9c069c68'>3b43cff0f ^
b654aa399 ^
b654aa399 ^

3b43cff0f ^
b654aa399 ^

3b43cff0f ^
b654aa399 ^








3b43cff0f ^
b654aa399 ^






3b43cff0f ^
b654aa399 ^
61700861d ^
b654aa399 ^

61700861d ^
b654aa399 ^
61700861d ^
b654aa399 ^
3b43cff0f ^
61700861d ^
b654aa399 ^

61700861d ^

b654aa399 ^
61700861d ^



b654aa399 ^





61700861d ^
b654aa399 ^



61700861d ^
b654aa399 ^
61700861d ^
b654aa399 ^



61700861d ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78