Apply prettier formatting
This commit is contained in:
parent
1cac306093
commit
526645c791
1576 changed files with 65385 additions and 62478 deletions
|
@ -23,5 +23,5 @@ import { getFunctionalMembers } from "./getFunctionalMembers";
|
|||
*/
|
||||
export const getJoinedNonFunctionalMembers = (room: Room): RoomMember[] => {
|
||||
const functionalMembers = getFunctionalMembers(room);
|
||||
return room.getJoinedMembers().filter(m => !functionalMembers.includes(m.userId));
|
||||
return room.getJoinedMembers().filter((m) => !functionalMembers.includes(m.userId));
|
||||
};
|
||||
|
|
|
@ -15,5 +15,5 @@ limitations under the License.
|
|||
*/
|
||||
|
||||
export function htmlToPlainText(html: string) {
|
||||
return new DOMParser().parseFromString(html, 'text/html').documentElement.textContent;
|
||||
return new DOMParser().parseFromString(html, "text/html").documentElement.textContent;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue