feat(@communities): create general channel when creating community
This commit is contained in:
parent
4790f7b4c5
commit
5dd0ad36be
|
@ -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) {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 2485e84bf5b3abd3829d40709869c8ec32408a39
|
||||
Subproject commit 6b9f9a896aadd41b1ace60dc1403122a52e7c9bf
|
Loading…
Reference in New Issue