Pinned events : fix compilation

This commit is contained in:
ganfra 2024-08-27 10:50:30 +02:00
parent 33ed44c789
commit 3bcd76d271

View file

@ -177,6 +177,7 @@ private fun PinnedMessagesListLoaded(
eventSink = {}, eventSink = {},
onSwipeToReply = {}, onSwipeToReply = {},
onJoinCallClick = {}, onJoinCallClick = {},
onShieldClick = {},
) )
} }
} }