Skip to content

Commit 740f85b

Browse files
committed
rpcserver: marshal privacy flags
1 parent 8d760f5 commit 740f85b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

session_rpcserver.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1503,6 +1503,7 @@ func (s *sessionRpcServer) marshalRPCSession(sess *session.Session) (
15031503
AutopilotFeatureInfo: featureInfo,
15041504
GroupId: sess.GroupID[:],
15051505
FeatureConfigs: clientConfig,
1506+
PrivacyFlags: sess.PrivacyFlags.Serialize(),
15061507
}, nil
15071508
}
15081509

0 commit comments

Comments
 (0)