mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-02-19 02:34:20 -05:00
Move FakeSubreddit.link_flair_position to the right.
This commit is contained in:
@@ -653,7 +653,7 @@ class FakeSubreddit(Subreddit):
|
||||
def __init__(self):
|
||||
Subreddit.__init__(self)
|
||||
self.title = ''
|
||||
self.link_flair_position = 'left'
|
||||
self.link_flair_position = 'right'
|
||||
|
||||
def is_moderator(self, user):
|
||||
return c.user_is_loggedin and c.user_is_admin
|
||||
|
||||
Reference in New Issue
Block a user