forked from mystiq/hydrogen-web
fix rebase mistake
This commit is contained in:
parent
ae5a4f0051
commit
35f8c40a0c
1 changed files with 1 additions and 8 deletions
|
@ -14,19 +14,12 @@ See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
<<<<<<< HEAD:src/matrix/storage/idb/stores/TimelineEventStore.ts
|
import {EventKey} from "../../../room/timeline/EventKey";
|
||||||
import {EventKey} from "../../../room/timeline/EventKey.js";
|
|
||||||
import { StorageError } from "../../common";
|
import { StorageError } from "../../common";
|
||||||
import { encodeUint32 } from "../utils";
|
import { encodeUint32 } from "../utils";
|
||||||
import {KeyLimits} from "../../common";
|
import {KeyLimits} from "../../common";
|
||||||
import {Store} from "../Store";
|
import {Store} from "../Store";
|
||||||
import {TimelineEvent, StateEvent} from "../../types";
|
import {TimelineEvent, StateEvent} from "../../types";
|
||||||
=======
|
|
||||||
import {EventKey} from "../../../room/timeline/EventKey";
|
|
||||||
import { StorageError } from "../../common.js";
|
|
||||||
import { encodeUint32 } from "../utils.js";
|
|
||||||
import {KeyLimits} from "../../common.js";
|
|
||||||
>>>>>>> b01c3283 (convert EventKey to ts):src/matrix/storage/idb/stores/TimelineEventStore.js
|
|
||||||
|
|
||||||
interface Annotation {
|
interface Annotation {
|
||||||
count: number;
|
count: number;
|
||||||
|
|
Loading…
Reference in a new issue