Skip to content

Commit

Permalink
Apply patch for DISPLAY_NAME length limit
Browse files Browse the repository at this point in the history
  • Loading branch information
ulope committed Sep 25, 2019
1 parent 8850187 commit ca618c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/synapse/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ RUN \

RUN /synapse-venv/bin/pip install psycopg2 coincurve pycryptodome

# Temporary patch until raiden-network/raiden#4634 is resolved
RUN sed -i -E 's/^MAX_DISPLAYNAME_LEN = 100$/MAX_DISPLAYNAME_LEN = 200/' /synapse-venv/lib/python3.7/site-packages/synapse/handlers/profile.py

COPY eth_auth_provider.py /synapse-venv/lib/python3.7/site-packages/
COPY synapse-entrypoint.sh /bin/
COPY render_config_template.py /bin/
Expand Down

0 comments on commit ca618c8

Please sign in to comment.