New Group administration: update title and avatar
This commit is contained in:
parent
468d491d34
commit
9f5335b854
25 changed files with 806 additions and 61 deletions
6
ts/util/characters.ts
Normal file
6
ts/util/characters.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
// Copyright 2021 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
export function count(str: string): number {
|
||||
return Array.from(str).length;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue