fix notifs

master
Aevann 2024-02-16 23:05:06 +02:00
parent 0f9ed086ca
commit 9009fa7d92
1 changed files with 1 additions and 1 deletions

View File

@ -921,7 +921,7 @@ class User(Base):
'modmail': '#f15387',
'posts': '#0000ff',
'modactions': '#1ad80d',
'reddit': '#805ad5',
'offsite': '#805ad5',
}
return colors[self.notifications_do] if self.notifications_do \
else colors['']