diff options
Diffstat (limited to 'lib/polyjuice/client/room.ex')
-rw-r--r-- | lib/polyjuice/client/room.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/polyjuice/client/room.ex b/lib/polyjuice/client/room.ex index db4b71e..af43bb6 100644 --- a/lib/polyjuice/client/room.ex +++ b/lib/polyjuice/client/room.ex @@ -149,7 +149,7 @@ defmodule Polyjuice.Client.Room do room :: String.t(), event_id :: String.t(), receipt_type :: String.t() - ) :: {:ok} | any + ) :: :ok | any def update_read_receipt(client_api, room, event_id, receipt_type \\ "m.read") when is_binary(room) and is_binary(event_id) and is_binary(receipt_type) do Polyjuice.Client.API.call( |