chore: register bridge id

This commit is contained in:
Felipe M 2025-08-06 08:36:51 +02:00
parent b1c6f21ea3
commit 245f5f96db
No known key found for this signature in database
GPG key ID: 52E5D65FCF99808A
5 changed files with 52 additions and 33 deletions

View file

@ -167,6 +167,9 @@ type Bridge interface {
// GetRemoteID returns the remote ID used for shared channels registration
GetRemoteID() string
// ID returns the bridge identifier used when registering the bridge
ID() string
}
// BridgeUser represents a user connected to any bridge service