From 4c8286385190b4f104f02b97172251c642703cde Mon Sep 17 00:00:00 2001 From: xxq250 Date: Fri, 31 May 2024 14:20:50 +0800 Subject: [PATCH] =?UTF-8?q?org=20=E5=AE=B9=E9=94=99get=5Fletter=5Favatar?= =?UTF-8?q?=5Furl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/models/organization.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/models/organization.rb b/app/models/organization.rb index f978611b1..faa6396df 100644 --- a/app/models/organization.rb +++ b/app/models/organization.rb @@ -216,4 +216,9 @@ class Organization < Owner ids.uniq.size end + # user容错处理 + def get_letter_avatar_url + "" + end + end