add my name and myavatar to my identity for a peer
This commit is contained in:
		@@ -13,6 +13,8 @@ import (
 | 
			
		||||
 | 
			
		||||
type Peer struct {
 | 
			
		||||
	Name     string `json:"name,omitempty"`
 | 
			
		||||
	MyName   string `json:"my_name,omitempty"`
 | 
			
		||||
	MyAvatar string `json:"my_avatar,omitempty"`
 | 
			
		||||
	//	Conversation        []InternalMessage `json:"conversation,omitempty"`
 | 
			
		||||
	// My own keys for that peer
 | 
			
		||||
	MyIdentity     meowlib.KeyPair  `json:"my_identity,omitempty"`
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user