Fix Conversation::hasOtherParticipants()
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 26 Sep 2023 13:28:52 +0000 (15:28 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Tue, 26 Sep 2023 13:31:04 +0000 (15:31 +0200)
commita060cc19b31252b523de687ab3ccf79a1c53faa5
treeca8f5d6a02ae9629ae93ee7f6b6fbf26113e5af1
parent510e5adae7ebcd1ccc96b85927fa5a895239a79c
Fix Conversation::hasOtherParticipants()

The previous implementation did not correctly handle invisible participants,
because they are not included in the participant counter.

It has been verified that the warning correctly shows when all other
participants are invisible and the creator as the only visible participant
left.

see https://www.woltlab.com/community/thread/301790/
files/lib/data/conversation/Conversation.class.php