diff options
| author | Barry Warsaw | 2016-04-03 11:41:59 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2016-04-03 11:41:59 -0400 |
| commit | 5b0c0aba4a3778d7b358a7de9d17a07135965948 (patch) | |
| tree | 2243a7e2d66935962425c44f7c88c28d5b820e1c /src/mailman/rest/lists.py | |
| parent | 5976a7980dd00e183bb764f87c2ffc6570d1bb96 (diff) | |
| download | mailman-5b0c0aba4a3778d7b358a7de9d17a07135965948.tar.gz mailman-5b0c0aba4a3778d7b358a7de9d17a07135965948.tar.zst mailman-5b0c0aba4a3778d7b358a7de9d17a07135965948.zip | |
Diffstat (limited to 'src/mailman/rest/lists.py')
| -rw-r--r-- | src/mailman/rest/lists.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/rest/lists.py b/src/mailman/rest/lists.py index 192a9f41e..51da341d1 100644 --- a/src/mailman/rest/lists.py +++ b/src/mailman/rest/lists.py @@ -147,7 +147,7 @@ class AList(_ListBase): email, self._mlist.list_id, role) if member is None: return NotFound(), [] - return AMember(context['api'], member.member_id) + return AMember(member.member_id) @child(roster_matcher) def roster(self, context, segments, role): |
