mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-05 03:00:15 -04:00
Make modmail work in /r/mod.
This commit is contained in:
@@ -803,7 +803,7 @@ class MessageController(ListingController):
|
||||
self.abort403()
|
||||
self.where = "multi"
|
||||
self.srs = srs
|
||||
elif not c.default_sr:
|
||||
elif isinstance(c.site, ModSR) or not c.default_sr:
|
||||
self.where = "moderator"
|
||||
else:
|
||||
self.where = where
|
||||
|
||||
Reference in New Issue
Block a user