diff --git a/src/Simplex/Chat/Types.hs b/src/Simplex/Chat/Types.hs index 8fbe2fdcc4..f48d50fa5b 100644 --- a/src/Simplex/Chat/Types.hs +++ b/src/Simplex/Chat/Types.hs @@ -978,7 +978,6 @@ data GroupRelayStatus = GRSNew -- only for owner | GRSInvited | GRSAccepted - | GRSAdded -- only for owner | GRSActive deriving (Eq, Show)