chat: remove ~patp mention on message "reply"

fixes urbit/landscape#759
This commit is contained in:
James Acklin 2021-05-03 15:03:16 -04:00
parent fff54e95b2
commit 884aa98832

View File

@ -89,7 +89,7 @@ function ChatResource(props: ChatResourceProps) {
props.association.resource,
msg.index
);
return `${url}\n~${msg.author} : `;
return `${url}\n`;
},
[association]
);