diff --git a/src/common/pages/submit/api/publish.ts b/src/common/pages/submit/api/publish.ts index 35735fe0d82..95c47af9f39 100644 --- a/src/common/pages/submit/api/publish.ts +++ b/src/common/pages/submit/api/publish.ts @@ -77,7 +77,7 @@ export function usePublishApi(history: History, onClear: () => void) { c = await bridgeApi.getPostHeader(author, permlink); } catch (e) {} - if (c && c.author && !isThreespeak && speakPermlink === "") { + if (c && c.author) { // create permlink with random suffix permlink = createPermlink(title, true); }