Fix opening draft conversations
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 27 Sep 2023 07:18:31 +0000 (09:18 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 27 Sep 2023 07:18:31 +0000 (09:18 +0200)
commitda24d14a63c867d79337ac6ff879f8f0c7b93997
treed5984668d233bd3a8825626bea154d9ef19374c2
parentaeeab06c54d8b9bad119881330e8dbe12666c06b
Fix opening draft conversations

This got broken in 40edd0891d0003c5441dfd2c067eeb5632fbc2ed, because drafts do
not have any participants, thus resulting in an empty list of visible
participants, breaking the database query for the modification log.

Fix this by adding the conversation author to the array if it's a draft
conversation. They are able to see it by definition.
files/lib/page/ConversationPage.class.php