cache: Drop realm_id from realm_user_dict_fields.

Storing this key is superfluous, as it will be the same for all users,
and definitionally already known to fetch the cache for the realm.  It
is also not currently used by the callsites that read rows from the
cache.
This commit is contained in:
Alex Vandiver
2022-10-12 11:22:11 -04:00
committed by Tim Abbott
parent 01f38c4516
commit 204f1b58e8

View File

@@ -492,7 +492,6 @@ realm_user_dict_fields: List[str] = [
"role",
"is_billing_admin",
"is_bot",
"realm_id",
"timezone",
"date_joined",
"bot_owner_id",