diff options
author | Steffen Jaeckel <jaeckel-floss@eyet-services.de> | 2023-04-14 13:18:58 +0200 |
---|---|---|
committer | Steffen Jaeckel <jaeckel-floss@eyet-services.de> | 2023-05-10 17:51:52 +0200 |
commit | 7d9c3c1b32fcf0804a384b80a3e205b646a69b71 (patch) | |
tree | fced286664663d183b68a3f354100a19daea2742 /src/plugins/callbacks.c | |
parent | faccf24c759d7bddb4d3062c7f044e0c7640ffe7 (diff) | |
download | profani-tty-7d9c3c1b32fcf0804a384b80a3e205b646a69b71.tar.gz |
fix "window `NULL` issue" (hopefully)
There were multiple reports where after a reconnect the window of the MUC that was last opened, was empty. `muc_join()` creates an instance of a MUC, `presence_join_room()` works with this instance. Therefore the instance has to exist before working on it. I'm not sure if this really fixes the issue, but at least it didn't happen anymore after I applied this modification. I can't remember how I stumbled over this, either while looking at debug logs or while looking at Valgrind output while a reconnect happened, but something went wrong. Then I came to the conclusion that this may fix the issue and for now it did ... maybe it comes back, then my RCA was wrong. Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
Diffstat (limited to 'src/plugins/callbacks.c')
0 files changed, 0 insertions, 0 deletions