about summary refs log tree commit diff stats
path: root/src/xmpp/blocking.c
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2021-03-25 17:07:41 +0100
committerMichael Vetter <jubalh@iodoru.org>2021-03-25 17:09:52 +0100
commit3884a4d35bce3e306fc1b7e02d55184bc7a90f19 (patch)
tree7c365f7f3c7a08424109c30e7b396cbc94e0f054 /src/xmpp/blocking.c
parentc72351375d079439367996fad2623dcedfdb4aa8 (diff)
downloadprofani-tty-3884a4d35bce3e306fc1b7e02d55184bc7a90f19.tar.gz
message: parse stanzaid in MUC case
There was a todo for this in message.c which got forgotten.

This was most likely also the reason why there were NULL entries for
this in the DB which DebXWoody mentioned in the MUC.

Thus comparison was with NULL and no new entries were added to the
database.

Edit:
After checking pull requests I see Stefans draft PR:
https://github.com/profanity-im/profanity/pull/1505

So let's add him as co-author.

Co-authored-by: Stefan Kropp <stefan@debxwoody.de>
Diffstat (limited to 'src/xmpp/blocking.c')
0 files changed, 0 insertions, 0 deletions
6 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 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206