block unknown peers in settings #17

Closed
opened 2021-03-19 19:55:54 +00:00 by sarah · 0 comments
Owner

ui code:

blockUnkownPeers, exists := p.GetAttribute(constants.BlockUnknownPeersSetting)
if exists && blockUnkownPeers == "true" {
the.EventBus.Publish(event.NewEvent(event.BlockUnknownPeers, map[event.Field]string{}))
}

ui code: blockUnkownPeers, exists := p.GetAttribute(constants.BlockUnknownPeersSetting) if exists && blockUnkownPeers == "true" { the.EventBus.Publish(event.NewEvent(event.BlockUnknownPeers, map[event.Field]string{})) }
sarah closed this issue 2021-04-06 22:30:36 +00:00
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: flutter/libcwtch-go#17
No description provided.