mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +01:00
turns out we do write these
This commit is contained in:
parent
35f8c40a0c
commit
5953cdf0cc
@ -20,8 +20,8 @@ import {Direction} from "./Direction";
|
||||
// key for events in the timelineEvents store
|
||||
export class EventKey {
|
||||
constructor(
|
||||
public readonly fragmentId: number,
|
||||
public readonly eventIndex: number
|
||||
public fragmentId: number,
|
||||
public eventIndex: number
|
||||
) {
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user