Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 67623762 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

added in docker

parent 1da684b5
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -152,6 +152,7 @@ RUN patch -u ${BASE_DIR}/lib/private/Template/JSResourceLocator.php -i ${TMP_PAT
RUN patch -u ${BASE_DIR}/lib/private/L10N/Factory.php -i ${TMP_PATCH_DIR}/032-select-lang-from-session.patch
# UserConfigChangedEvent Ref: https://github.com/nextcloud/server/pull/42039
RUN cd ${BASE_DIR} && patch -p1 < ${TMP_PATCH_DIR}/036-user-config-change-event.patch
RUN patch -u ${BASE_DIR}/lib/private/Mail/Mailer.php -i ${TMP_PATCH_DIR}/037-mailer-template-fix.patch
RUN rm -rf ${TMP_PATCH_DIR}

# Custom theme
+1 −2
Original line number Diff line number Diff line
From: Avinash <avinash.gusain.ext@murena.com>
Date: Thu, 29 Aug 2024 15:50:00 +0530
Subject: [PATCH] This actually fixes error introduces in 28.0.9  Mailer.php .We also created the PR so may be if that got merge
This May not be needed after that.
Subject: [PATCH] This actually fixes error introduces in 28.0.9  Mailer.php .We also created the PR so may be if that got merge then we need to delete this patch

--- lib/private/Mail/Mailer.php	2024-08-29 15:55:02
+++ lib/private/Mail/Mailer-new.php	2024-08-29 15:56:18