summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorSaturnino Abril <saturnino.abril@gmail.com>2017-07-04 04:24:02 +0800
committerJoram Wilander <jwawilander@gmail.com>2017-07-03 16:24:02 -0400
commit02335ddad42dcd048f8ef9f371dde90bdaedc1eb (patch)
tree227afae2ab8f0bf79241c32afa7dccdc53afe08b /webapp
parente60c6dec19e7c1c98ca0cb588d485ba46e136505 (diff)
downloadchat-02335ddad42dcd048f8ef9f371dde90bdaedc1eb.tar.gz
chat-02335ddad42dcd048f8ef9f371dde90bdaedc1eb.tar.bz2
chat-02335ddad42dcd048f8ef9f371dde90bdaedc1eb.zip
fix collapsed image preview that doesn't stay collapsed after posting a message in the channel (#6833)
Diffstat (limited to 'webapp')
-rw-r--r--webapp/utils/constants.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx
index cc0d2bf10..f1b72dbf6 100644
--- a/webapp/utils/constants.jsx
+++ b/webapp/utils/constants.jsx
@@ -951,7 +951,7 @@ export const Constants = {
ANIMATION_TIMEOUT: 1000,
SEARCH_TIMEOUT_MILLISECONDS: 100,
DIAGNOSTICS_SEGMENT_KEY: 'fwb7VPbFeQ7SKp3wHm1RzFUuXZudqVok',
- TEST_ID_COUNT: 10,
+ TEST_ID_COUNT: 0,
CENTER: 'center',
RHS: 'rhs',
RHS_ROOT: 'rhsroot',