Skip to content

Commit 3cc69c2

Browse files
committed
Comment for GetActAvatar
1 parent 2f7289e commit 3cc69c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

models/action.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ func (a *Action) ShortActUserName() string {
142142
return base.EllipsisString(a.GetActUserName(), 20)
143143
}
144144

145+
// GetActAvatar the action's user's avatar link
145146
func (a *Action) GetActAvatar() string {
146147
a.loadActUser()
147148
return a.ActUser.AvatarLink()

0 commit comments

Comments
 (0)