Make notifications refer to a particular page title
By default, when showing the context of a conversation (in the inbox, email notifications, etc) we use the document.title
of the page the conversation is happening on.
If you'd like to have custom, Cord-specific page titles, you can add a <meta>
tag in the document <head>
.
<meta property="cord:title" content="Picnic Location - Poll Results" />
NOTE: If your app is a single-page app with client-side routing, make sure you keep this <meta>
tag's content value up-to-date with the relevant title of the page the user is on.