Skip to content

Commit

Permalink
Fix some webview crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-fedin authored and john-preston committed Dec 28, 2023
1 parent ea37e83 commit 70115a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Telegram/build/docker/centos_env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ FROM builder AS patches
RUN git init patches \
&& cd patches \
&& git remote add origin {{ GIT }}/desktop-app/patches.git \
&& git fetch --depth=1 origin d66c16d044de61fb6ca6c418e7ef3ed4a60f5f7f \
&& git fetch --depth=1 origin 78fe199b743df0358c04502d6947cd42bb5d16ed \
&& git reset --hard FETCH_HEAD \
&& rm -rf .git

Expand Down
2 changes: 1 addition & 1 deletion Telegram/lib_webview

0 comments on commit 70115a2

Please sign in to comment.