noyainrain / listling

Web app to make and edit lists collaboratively.
https://listling.org/
GNU Affero General Public License v3.0
34 stars 8 forks source link

Fix subscribing to list activity #79

Closed noyainrain closed 4 years ago

noyainrain commented 4 years ago

All methods of the list activity endpoint currently fail, because get_activity() is missing an argument.

Unit test to reproduce:

class ServerTest:
    async def test_availability(self):
        ...
        await self.request(f'/api/lists/{lst.id}/activity')