We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed6ffa5 commit 1a4726aCopy full SHA for 1a4726a
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## November 25th, 2021 - 2.15.0
2
+
3
+- Add configuration support for channel truncate
4
+ - truncated_at: to truncate channel up to given time
5
+ - message: a system message to be added via truncation
6
+ - skip_push: don't send a push notification for system message
7
+ - hard_delete: true if truncation should delete messages instead of hiding
8
9
## November 24th, 2021 - 2.14.0
10
11
- Add new flags for export channels
lib/stream-chat/version.rb
@@ -3,5 +3,5 @@
# lib/version.rb
module StreamChat
- VERSION = '2.14.0'
+ VERSION = '2.15.0'
end
0 commit comments