Commit 9fd24683 authored by ryoii's avatar ryoii

Fix #340

parent 40fcea32
......@@ -88,7 +88,7 @@ abstract class Group : Contact(), CoroutineScope {
* 群头像下载链接.
*/
val avatarUrl: String
get() = "https://p.qlogo.cn/gh/$id/${id}_1/640"
get() = "https://p.qlogo.cn/gh/$id/${id}/640"
/**
* 群成员列表, 不含机器人自己, 含群主.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment