about summary refs log tree commit diff stats
path: root/profanity.spec
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-12-10 14:23:47 +0100
committerMichael Vetter <jubalh@iodoru.org>2020-12-10 14:23:47 +0100
commit3703879a1cb90f48b08ea4e651ea0ebaf02ed3fd (patch)
tree66b4a4e37970b54544f0d2d1add2eefc13b25f8a /profanity.spec
parenta94378f206c96ff4b3687b001b5a42a7db41ce72 (diff)
downloadprofani-tty-3703879a1cb90f48b08ea4e651ea0ebaf02ed3fd.tar.gz
Remove not needed initialization in chatwin_new()
00dbc1ba7c66c3bb6898aed26922bf5295768bb1 attempted to fix
https://github.com/profanity-im/profanity/issues/1449.

Here we revert the part about initializing is_omemo in chatwin_new()
since this is done in win_create_chat() already.

The actual mistake was the wrong cast of the muc window which is fixed
by the same commit. The mistake was introduced in in 3370418d71de255c832da97113543e554ec0e86b.

While being at it we also remove the is_ox initialization since this is
handled in win_create_chat()/win_create_muc() too.
Diffstat (limited to 'profanity.spec')
0 files changed, 0 insertions, 0 deletions
/a> 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164