Compare commits
1 Commits
v1.1.0-alp
...
v1.1.0-alp
| Author | SHA1 | Date | |
|---|---|---|---|
| d666ae5545 |
@@ -284,7 +284,7 @@ func (c *Client) processEventStream(subscribe grpc.BidiStreamingClient[proto.Nod
|
|||||||
for _, ses := range sessions {
|
for _, ses := range sessions {
|
||||||
detail := ses.Detail()
|
detail := ses.Detail()
|
||||||
details = append(details, &proto.Detail{
|
details = append(details, &proto.Detail{
|
||||||
Node: config.Getenv("domain", "localhost"),
|
Node: config.Getenv("DOMAIN", "localhost"),
|
||||||
ForwardingType: detail.ForwardingType,
|
ForwardingType: detail.ForwardingType,
|
||||||
Slug: detail.Slug,
|
Slug: detail.Slug,
|
||||||
UserId: detail.UserID,
|
UserId: detail.UserID,
|
||||||
|
|||||||
Reference in New Issue
Block a user