zulip / python-zulip-api

Python library for the Zulip API.
https://zulip.com/api/
Apache License 2.0
355 stars 357 forks source link

merels: Convert incorrectly shared class variable to instance variable #811

Closed andersk closed 10 months ago

andersk commented 10 months ago

I don’t entirely understand the purpose of having a separate MerelsStorage class that’s only ever used with the fixed string "merels" as topic_name, but this class variable sharing was clearly and observably wrong.

Cc @amanagr (#324).