Skip to content

Commit

Permalink
FIX: process /invites/ route from server side only
Browse files Browse the repository at this point in the history
  • Loading branch information
arpitjalan committed Jun 15, 2020
1 parent d8cd912 commit 6780d4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/assets/javascripts/discourse/app/lib/url.js
Expand Up @@ -30,7 +30,8 @@ const SERVER_SIDE_ONLY = [
/^\/admin\/upgrade$/,
/^\/logs($|\/)/,
/^\/admin\/logs\/watched_words\/action\/[^\/]+\/download$/,
/^\/pub\//
/^\/pub\//,
/^\/invites\//
];

export function rewritePath(path) {
Expand Down

1 comment on commit 6780d4d

@discoursebot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been mentioned on Discourse Meta. There might be relevant details there:

https://meta.discourse.org/t/new-multiple-invites-feature-a-problem-occurs/154561/4

Please sign in to comment.