mirror of
https://github.com/wassname/talk.git
synced 2026-07-05 05:06:12 +08:00
fix: bug when posting a comment without ever openened the AllCommentsTab first (#2963)
This commit is contained in:
+1
-1
@@ -232,7 +232,7 @@ async function commit(
|
||||
id: input.storyID,
|
||||
settings: {
|
||||
live: {
|
||||
enabled: storySettings.live.enabled,
|
||||
enabled: Boolean(storySettings.live?.enabled),
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user