-
Notifications
You must be signed in to change notification settings - Fork 6
DBLP public comments: allow invitations where the forum is arbitrary #2260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
@@ -115,6 +115,7 @@ export function getNoteInvitations(invitations, note) { | |||
replyTo && | |||
(replyTo === note.id || | |||
replyTo.param?.withForum === note.forum || | |||
replyTo.param?.withForum === `\${1/forum}` || |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think Email_Subscription invitation does not have edit.note so this logic should in ln123,124?
but it has no tag.replyto neither so does Email_Subscription invitation require change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is needed to render DBLP.org/-/Comment invitation in all the DBLP forum pages and their replies.
…ix/allow-arbitrary-forum
No description provided.