Reduce size of payload on /escalate Slack command (#4458)
This commit is contained in:
parent
038d78df2a
commit
b3a56cdffc
1 changed files with 1 additions and 1 deletions
|
|
@ -681,7 +681,7 @@ def _create_user_option_groups(
|
|||
"text": f"{user.name or user.username}",
|
||||
"emoji": True,
|
||||
},
|
||||
"value": make_value({"id": user.pk}, organization),
|
||||
"value": json.dumps({"id": user.pk}),
|
||||
}
|
||||
for user in users
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue