Skip to content

Commit 793ae01

Browse files
committed
Make link work
1 parent 54492a8 commit 793ae01

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/models/room-summary.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17+
import { type MSC4186Hero } from "../sliding-sync";
18+
1719
/**
1820
* A stripped m.room.member event which contains the key renderable fields from the event,
1921
* sent only in simplified sliding sync (not `/v3/sync`).
20-
* This is very similar to {@link MSC4186Hero} from `sliding-sync.ts` but an internal format with
22+
* This is very similar to {@link MSC4186Hero} but an internal format with
2123
* camelCase rather than underscores.
2224
*/
2325
export type Hero = {

0 commit comments

Comments
 (0)