diff options
author | Tobias Fella <9750016+TobiasFella@users.noreply.github.com> | 2021-12-25 18:22:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-25 18:22:25 +0100 |
commit | 9ef0c672595f47532966566ec08f16424fcf1abb (patch) | |
tree | a1cc50c6a1cdc63c515a21578046f3b8e1cc3eee /lib | |
parent | d56bb69f06c70bb7cf659d5fdde4e2306d7fb2f2 (diff) | |
download | libquotient-9ef0c672595f47532966566ec08f16424fcf1abb.tar.gz libquotient-9ef0c672595f47532966566ec08f16424fcf1abb.zip |
Update lib/e2ee/qolmoutboundsession.h
Co-authored-by: Alexey Rusakov <Kitsune-Ral@users.sf.net>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/e2ee/qolmoutboundsession.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/e2ee/qolmoutboundsession.h b/lib/e2ee/qolmoutboundsession.h index 967f563f..72d87035 100644 --- a/lib/e2ee/qolmoutboundsession.h +++ b/lib/e2ee/qolmoutboundsession.h @@ -12,7 +12,6 @@ namespace Quotient { - //! An out-bound group session is responsible for encrypting outgoing //! communication in a Megolm session. class QOlmOutboundGroupSession |