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

Commit 7e1a21f0 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

fix invite

parent d514dcc6
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ ARG USER_MIGRATION_JOB_ID="870242"
ARG MEMORIES_VERSION="6.2.2"
ARG DROP_ACCOUNT_VERSION="2.3.2"

RUN sed -i 's/27,1,7,2/27,1,7,7/' ${BASE_DIR}/version.php
RUN sed -i 's/27,1,7,2/27,1,7,8/' ${BASE_DIR}/version.php
COPY custom_entrypoint.sh /
RUN chmod +x /custom_entrypoint.sh
RUN mkdir -p /var/www/skeleton/Documents && mkdir -p /var/www/skeleton/Images
+0 −2
Original line number Diff line number Diff line
@@ -39,7 +39,6 @@
 
 		// Only add response buttons to invitation requests: Fix Issue #11230

// Only add response buttons to invitation requests: Fix Issue #11230
@@ -295,7 +317,7 @@
 				|| in_array(strtolower($recipientDomain), $invitationLinkRecipients)) {
 				$token = $this->imipService->createInvitationToken($iTipMessage, $vEvent, $lastOccurrence);
@@ -48,7 +47,6 @@
+				//$this->imipService->addMoreOptionsButton($template, $token);
 			}
 		}
		
--- ./apps/dav/lib/CalDAV/Schedule/IMipService.php	2024-03-18 11:40:39
+++ ./apps/dav/lib/CalDAV/Schedule/IMipService-new.php	2024-03-18 13:47:17
@@ -444,6 +444,51 @@