mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 08:17:58 -05:00
Add simple URL-based multireddit title.
This commit is contained in:
@@ -1255,6 +1255,10 @@ class MultiReddit(FakeSubreddit):
|
||||
else:
|
||||
return FakeSRMember(ModeratorPermissionSet)
|
||||
|
||||
@property
|
||||
def title(self):
|
||||
return _('posts from %s') % ', '.join(sr.name for sr in self.srs)
|
||||
|
||||
@property
|
||||
def path(self):
|
||||
return self._path
|
||||
|
||||
Reference in New Issue
Block a user