Hi,
I wanted to add Chatter function to a custom model in the portal view with
<div class="container py-5">
<h1>Communication history</h1>
<t t-call="portal.message_thread">
<t t-set="object" t-value="asset"/>
</t>
</div>
Only the Chatter view is there the portal user can only recieve messges but cannot send messages. am i missing something here. any help would be appreciated.