mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
fix horribly broken invite code, could lead to inviting the wrong person to a conversation
This commit is contained in:
@@ -2,6 +2,9 @@ require 'cache'
|
||||
|
||||
module Discourse
|
||||
|
||||
# Expected less matches than what we got in a find
|
||||
class TooManyMatches < Exception; end
|
||||
|
||||
# When they try to do something they should be logged in for
|
||||
class NotLoggedIn < Exception; end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user