We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f2663 commit 0134a4fCopy full SHA for 0134a4f
files/lib/data/conversation/message/ConversationMessage.class.php
@@ -231,7 +231,7 @@ public function getUserProfile(): UserProfile
231
*/
232
public function canRead(): bool
233
{
234
- $conversation = $this->getCollection()->getConversation($this);
+ $conversation = $this->getConversation();
235
if ($conversation === null) {
236
return false;
237
}
0 commit comments