Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-01-14 | Use a set for _handle_typing and _handle_reciepts as well github/anoa/presence_events_as_set anoa/presence_events_as_set | Andrew Morgan | 1 | -6/+6 | |
This wasn't necessary, but mypy complained that 'events' could be both a List and a Set of JsonDict. So rather than define it with a Union type as such, I figured it'd be best to convert the |