parent
a64a4e1541
commit
6e1b6e1826
|
@ -308,3 +308,7 @@ func (c *Client) MarkRead(channel string, uids []string) error {
|
||||||
res.Body.Close()
|
res.Body.Close()
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (c *Client) AddEventListener(el microsub.EventListener) error {
|
||||||
|
panic("implement me")
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user