mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-22 21:45:56 +03:00
fixed broken monitor subscribe message
This commit is contained in:
parent
69aa6c9ab7
commit
661f7b5a26
File diff suppressed because one or more lines are too long
@ -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}`;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user