Fix adding participants that previously participated invisibly
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 26 Sep 2023 13:35:24 +0000 (15:35 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Tue, 26 Sep 2023 13:35:24 +0000 (15:35 +0200)
commite7a6601ddbc4188d5551790a4a2d3de03aa1fb43
treebd8f66bb9971cccffc74b4060a5bab49b1a61718
parent510e5adae7ebcd1ccc96b85927fa5a895239a79c
Fix adding participants that previously participated invisibly

Adding participants after-the-fact is only allowed with visible participants.
However the case of an invisible participant being re-added after previously
being removed was not correctly handled: The participant remained invisible,
but a log message about them being added was created.
files/lib/data/conversation/ConversationEditor.class.php