1615e146b6
Co-authored-by: zero <108243503+0xzer@users.noreply.github.com>
11 lines
232 B
Go
11 lines
232 B
Go
package libgm
|
|
|
|
import (
|
|
"go.mau.fi/mautrix-gmessages/libgm/pblite"
|
|
|
|
"go.mau.fi/mautrix-gmessages/libgm/binary"
|
|
)
|
|
|
|
func (c *Client) handleConversationEvent(res *pblite.Response, data *binary.Conversation) {
|
|
c.triggerEvent(data)
|
|
}
|