mirror of https://github.com/zulip/zulip.git
67cdf1a7b4
The previous function was poorly named, asked for a Realm object when realm_id sufficed, and returned a tuple of strings that had different semantics. I also avoid calling it duplicate times in a couple places, although it was probably rarely the case that both invocations actually happened if upstream validations were working. Note that there is a TypedDict called EmojiInfo, so I chose EmojiData here. Perhaps a better name would be TinyEmojiData or something. I also simplify the reaction tests with a verify helper. |
||
---|---|---|
.. | ||
__init__.py | ||
add_mock_conversation.py | ||
calculate_first_visible_message_id.py | ||
compare_messages.py | ||
downgrade_small_realms_behind_on_payments.py | ||
invoice_plans.py | ||
mark_all_messages_unread.py | ||
populate_db.py | ||
print_initial_password.py | ||
profile_request.py | ||
queue_rate.py | ||
render_messages.py | ||
rundjangoserver.py | ||
switch_realm_from_standard_to_plus_plan.py | ||
sync_api_key.py |