This website works better with JavaScript.
Home
Explore
Help
Sign In
Independent
/
gim
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update
master
DengBiao
1 year ago
parent
7f87212a46
commit
88966a7d72
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
internal/business/domain/user/model/user.go
+ 1
- 0
internal/business/domain/user/model/user.go
View File
@@ -34,5 +34,6 @@ func (u *User) ToProto() *pb.User {
UpdateTime: u.UpdateTime.Unix(),
MasterId: u.MasterId,
IsAutoAddedFriends: int64(u.IsAutoAddedFriends),
PhoneNumber: u.PhoneNumber,
}
}
Write
Preview
Loading…
Cancel
Save