mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-05 09:24:03 +00:00
Update dependencies and vendor (#1761)
This commit is contained in:
3
vendor/github.com/harmony-development/shibshib/gen/chat/v1/chat_hrpc_client.pb.go
generated
vendored
3
vendor/github.com/harmony-development/shibshib/gen/chat/v1/chat_hrpc_client.pb.go
generated
vendored
@ -156,6 +156,9 @@ type ChatServiceClient interface {
|
||||
// Endpoint to unpin a message in a guild channel.
|
||||
UnpinMessage(context.Context, *UnpinMessageRequest) (*UnpinMessageResponse, error)
|
||||
// Endpoint to stream events from the homeserver.
|
||||
// By default, this endpoint will subscribe to all events.
|
||||
// Any guilds joined in the future will be added to the subscription as well.
|
||||
// Use the UnsubscribeFromAll event for unsubscribing from all current subscriptions and disable the automatic guild subscriptions
|
||||
StreamEvents(context.Context, chan *StreamEventsRequest) (chan *StreamEventsResponse, error)
|
||||
// Endpoint to add a reaction to a message.
|
||||
AddReaction(context.Context, *AddReactionRequest) (*AddReactionResponse, error)
|
||||
|
1154
vendor/github.com/harmony-development/shibshib/gen/chat/v1/guilds.pb.go
generated
vendored
1154
vendor/github.com/harmony-development/shibshib/gen/chat/v1/guilds.pb.go
generated
vendored
File diff suppressed because it is too large
Load Diff
1338
vendor/github.com/harmony-development/shibshib/gen/chat/v1/stream.pb.go
generated
vendored
1338
vendor/github.com/harmony-development/shibshib/gen/chat/v1/stream.pb.go
generated
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user