Manual fixes
Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
parent
bdc56be863
commit
027b3660bb
9 changed files with 22 additions and 15 deletions
|
@ -15,7 +15,11 @@ limitations under the License.
|
|||
*/
|
||||
|
||||
import React, { useCallback, useEffect, useState } from "react";
|
||||
import { VerificationRequest, PHASE_REQUESTED, PHASE_UNSENT } from "matrix-js-sdk/src/crypto/verification/request/VerificationRequest";
|
||||
import {
|
||||
VerificationRequest,
|
||||
PHASE_REQUESTED,
|
||||
PHASE_UNSENT,
|
||||
} from "matrix-js-sdk/src/crypto/verification/request/VerificationRequest";
|
||||
import { RoomMember } from "matrix-js-sdk/src/models/room-member";
|
||||
import { User } from "matrix-js-sdk/src/models/user";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue