1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-07 23:02:56 +03:00

Read receipt accumulation for threads (#2881)

This commit is contained in:
Germain
2022-11-16 10:58:42 +00:00
committed by GitHub
parent 45e19e51c1
commit ca2ae24d46
8 changed files with 151 additions and 60 deletions

View File

@@ -16,11 +16,10 @@ limitations under the License.
import MockHttpBackend from 'matrix-mock-request';
import { ReceiptType } from '../../src/@types/read_receipts';
import { MAIN_ROOM_TIMELINE, ReceiptType } from '../../src/@types/read_receipts';
import { MatrixClient } from "../../src/client";
import { Feature, ServerSupport } from '../../src/feature';
import { EventType } from '../../src/matrix';
import { MAIN_ROOM_TIMELINE } from '../../src/models/read-receipt';
import { encodeUri } from '../../src/utils';
import * as utils from "../test-utils/test-utils";