feat(@communities): create general channel when creating community

This commit is contained in:
Anthony Laibe 2022-05-04 10:26:44 +02:00 committed by Anthony Laibe
parent 4790f7b4c5
commit 5dd0ad36be
2 changed files with 4 additions and 1 deletions

View File

@ -60,6 +60,9 @@ Popup {
// Add at the start of the list
let recentEmojis = localAccountSensitiveSettings.recentEmojis
if (recentEmojis === undefined) {
recentEmojis = []
}
recentEmojis.unshift(emoji)
// Remove duplicates
recentEmojis = recentEmojis.filter(function (e, index) {

2
vendor/status-go vendored

@ -1 +1 @@
Subproject commit 2485e84bf5b3abd3829d40709869c8ec32408a39
Subproject commit 6b9f9a896aadd41b1ace60dc1403122a52e7c9bf