Skip to content

Commit aabbf1d

Browse files
committed
revert patch
1 parent cfb084f commit aabbf1d

2 files changed

Lines changed: 0 additions & 19 deletions

File tree

build/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ COPY workers.patch /tmp/workers.patch
2323
RUN patch $(ls /usr/local/lib/python$PYTHON_PKG_VER/site-packages/synapse/config/workers.py) \
2424
< /tmp/workers.patch \
2525
&& rm /tmp/workers.patch
26-
COPY fix-rotate-notifs-null-stream-ordering.patch /tmp/fix-rotate-notifs-null-stream-ordering.patch
27-
RUN patch $(ls /usr/local/lib/python$PYTHON_PKG_VER/site-packages/synapse/storage/databases/main/event_push_actions.py) \
28-
< /tmp/fix-rotate-notifs-null-stream-ordering.patch \
29-
&& rm /tmp/fix-rotate-notifs-null-stream-ordering.patch
3026

3127
# stage 3 : apply e2e_room_keys.patch
3228
FROM pipwheels AS e2e_patch

build/fix-rotate-notifs-null-stream-ordering.patch

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)