fixed broken monitor subscribe message

This commit is contained in:
Martina 2021-07-12 20:54:29 -07:00
parent 69aa6c9ab7
commit 661f7b5a26
2 changed files with 8 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@ -142,7 +142,7 @@ export const subscribeSlate = ({ user, targetSlate }) => {
if (!targetSlate.isPublic) return;
try {
const userURL = getUserURL(user);
const targetSlateURL = `<https://slate.host/$/${targetSlate.id}|${targetSlate.slateId}>`;
const targetSlateURL = `<https://slate.host/$/${targetSlate.id}|${targetSlate.data.name}>`;
const message = `*${userURL}* subscribed to ${targetSlateURL}`;