Fix temporary issue

pull/1/head
Bram van den Heuvel 2023-04-12 15:38:00 +02:00
parent 619cd53a3a
commit 3f4508d07c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
module Matrix.RoomInvite exposing module Matrix.RoomInvite exposing
( RoomInvite, accept, reject, acceptWithReason, rejectWithReason ( RoomInvite, accept, reject, acceptWithReason, rejectWithReason
, roomId, RoomInviteEvent, getEvent, getAllEvents , roomId, RoomInviteEvent, getAllEvents--, getEvent
, sender, stateKey, eventType, content , sender, stateKey, eventType, content
) )