fix: bump revolt.js to fix perm calculation

This commit is contained in:
Paul Makles
2022-04-28 17:53:27 +01:00
parent d98b030d8e
commit 170ccbee53
3 changed files with 16 additions and 7 deletions

View File

@@ -1,7 +1,16 @@
import { Send, ShieldX } from "@styled-icons/boxicons-solid";
import Axios, { CancelTokenSource } from "axios";
import Long from "long";
import { observer } from "mobx-react-lite";
import { Channel, Permission } from "revolt.js";
import {
Channel,
DEFAULT_PERMISSION_DIRECT_MESSAGE,
DEFAULT_PERMISSION_VIEW_ONLY,
Permission,
Server,
U32_MAX,
UserPermission,
} from "revolt.js";
import styled, { css } from "styled-components/macro";
import { ulid } from "ulid";