mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-25 06:48:01 -05:00
Give FriendList its container_name function back
This commit is contained in:
@@ -2354,6 +2354,10 @@ class FriendList(UserList):
|
||||
return UserTableItem(user, self.type, self.cells, self.container_name,
|
||||
True, self.remove_action, rel)
|
||||
|
||||
@property
|
||||
def container_name(self):
|
||||
return c.user._fullname
|
||||
|
||||
|
||||
class EnemyList(UserList):
|
||||
"""Blacklist on /pref/friends"""
|
||||
|
||||
Reference in New Issue
Block a user