conversation_request cleanup
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -235,7 +235,7 @@ func (id *Identity) GetRequestJobs() []*RequestsJob {
|
||||
}
|
||||
// todo add garbage
|
||||
|
||||
// todo reorder shit
|
||||
// todo random reorder
|
||||
|
||||
// build list
|
||||
for _, value := range srvs {
|
||||
|
@ -33,6 +33,7 @@ func (pl *PeerList) GetFromName(name string) *Peer {
|
||||
return nil
|
||||
}
|
||||
|
||||
// ! Wrong implementation, does not discriminate on different servers
|
||||
func (pl *PeerList) GetConversationRequests() []*meowlib.ConversationRequest {
|
||||
var list []*meowlib.ConversationRequest
|
||||
for _, peer := range *pl {
|
||||
|
Reference in New Issue
Block a user