From 36c064d8180ed349ed45b2805c6505bd4426cdea Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Mon, 7 Aug 2017 16:53:57 +0100 Subject: [PATCH] Attempt to rewrite comment in 'english' --- .../matrix-org/dendrite/roomserver/storage/invite_table.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/github.com/matrix-org/dendrite/roomserver/storage/invite_table.go b/src/github.com/matrix-org/dendrite/roomserver/storage/invite_table.go index 8fc61d2c9..71f260f7c 100644 --- a/src/github.com/matrix-org/dendrite/roomserver/storage/invite_table.go +++ b/src/github.com/matrix-org/dendrite/roomserver/storage/invite_table.go @@ -40,8 +40,8 @@ CREATE TABLE IF NOT EXISTS roomserver_invites ( -- we try to join the room. sender_nid BIGINT NOT NULL DEFAULT 0, -- This is used to track whether the invite is still active. - -- This is set implicitly when processing KIND_NEW events and explicitly - -- when rejecting events over federation. + -- This is set implicitly when processing new join and leave events and + -- explicitly when rejecting events over federation. retired BOOLEAN NOT NULL DEFAULT FALSE, -- The invite event JSON. invite_event_json TEXT NOT NULL