From 670d1aa8768f5850412b5fc72d6183f110fe9480 Mon Sep 17 00:00:00 2001 From: DatDang Date: Wed, 6 Nov 2024 09:09:23 +0700 Subject: [PATCH] fixup! TF-3157 Implement web socket push --- docs/adr/0053-web-socket-data-synchronization.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/adr/0053-web-socket-data-synchronization.md b/docs/adr/0053-web-socket-data-synchronization.md index 0e8bb4b0f..0bf693e77 100644 --- a/docs/adr/0053-web-socket-data-synchronization.md +++ b/docs/adr/0053-web-socket-data-synchronization.md @@ -14,7 +14,6 @@ Accepted ## Decision - Web socket is implemented for real time update data for Twake Mail web -- Service worker is implemented for background tasks, helping web socket working in background ## Consequences