Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
Fix get notifications API
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominaezzz committed Apr 24, 2022
1 parent f272e0c commit 6ad4c89
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package io.github.matrixkt.api

import io.github.matrixkt.models.events.MatrixEvent
import io.github.matrixkt.models.events.SyncEvent
import io.github.matrixkt.utils.MatrixRpc
import io.github.matrixkt.utils.RpcMethod
import io.ktor.resources.*
Expand Down Expand Up @@ -47,7 +47,7 @@ public class GetNotifications(
/**
* The Event object for the event that triggered the notification.
*/
public val event: MatrixEvent,
public val event: SyncEvent,
/**
* The profile tag of the rule that matched this event.
*/
Expand Down

0 comments on commit 6ad4c89

Please sign in to comment.