Skip to content

Commit ca87eea

Browse files
committed
Allow email subscription without auth
1 parent bf15601 commit ca87eea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ helpersInitialized.then(
641641

642642
app.post(
643643
"/api/v3/convSubscriptions",
644-
hybridAuth(assignToP),
644+
hybridAuthOptional(assignToP),
645645
need(
646646
"conversation_id",
647647
getConversationIdFetchZid,

0 commit comments

Comments
 (0)