rename connection elevation data
This commit is contained in:
@@ -87,7 +87,7 @@ func (conn *Connection) GetSortedMessagesBuff() (*[globals.MaxDirectMsgCache]*Me
|
||||
return sorted, globals.MaxDirectMsgCache
|
||||
}
|
||||
|
||||
type ConnectionElevationData struct {
|
||||
type ConnectionStatusChangeData struct {
|
||||
Id uuid.UUID `json:"id"`
|
||||
NewState ConnectionState.ConnectionState `json:"newState"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user