zulip/zerver/webhooks/canarytoken
Prakhar Pratyush 3afc8ed7ae webhooks: Rename *topic local variables to *topic_name.
This is preparatory work towards adding a Topic model.
We plan to use the local variable name as 'topic' for
the Topic model objects.

Currently, we use *topic as the local variable name for
topic names.

We rename local variables of the form *topic to *topic_name
so that we don't need to think about type collisions in
individual code paths where we might want to talk about both
Topic objects and strings for the topic name.
2024-01-17 08:35:29 -08:00
..
fixtures
__init__.py
doc.md integrations: Recommend new integration URL tool. 2023-11-08 14:19:05 -08:00
tests.py webhooks: Fix Canarytokens pluralization. 2021-12-22 14:05:17 -08:00
view.py webhooks: Rename *topic local variables to *topic_name. 2024-01-17 08:35:29 -08:00