We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54492a8 commit 793ae01Copy full SHA for 793ae01
src/models/room-summary.ts
@@ -14,10 +14,12 @@ See the License for the specific language governing permissions and
14
limitations under the License.
15
*/
16
17
+import { type MSC4186Hero } from "../sliding-sync";
18
+
19
/**
20
* A stripped m.room.member event which contains the key renderable fields from the event,
21
* sent only in simplified sliding sync (not `/v3/sync`).
- * 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
23
* camelCase rather than underscores.
24
25
export type Hero = {
0 commit comments