summary refs log tree commit diff
path: root/synapse/appservice/scheduler.py
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/appservice/scheduler.py')
-rw-r--r--synapse/appservice/scheduler.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/synapse/appservice/scheduler.py b/synapse/appservice/scheduler.py
index 7979647f22..8afdf0c993 100644
--- a/synapse/appservice/scheduler.py
+++ b/synapse/appservice/scheduler.py
@@ -140,6 +140,9 @@ class ApplicationServiceScheduler:
                 longer track the device lists of.
         """
 
+        # XXX: Special patch just for Gitter which we should remove after the import,
+        # https://github.com/matrix-org/synapse/pull/14729
+        #
         # Ignore events that come from our own users. We probably already know about
         # them and sent them ourself.
         events = [event for event in events if not self._hs.is_mine_id(event.sender)]