打开省流模式的时候会再刷新一次用户头像

This commit is contained in:
MrZ626
2021-04-28 21:29:21 +08:00
parent c8db07a8c8
commit f48a9c6a33
2 changed files with 6 additions and 1 deletions

View File

@@ -71,5 +71,10 @@ function USERS.getAvatar(uid)
end
return db_img[uid]
end
function USERS.forceFreshAvatar()
for _,U in next,db do
U.new=false
end
end
return USERS