Make inbox entries visible in Rails Admin again

This commit is contained in:
Andreas Nedbal 2024-03-10 19:12:46 +01:00 committed by Andreas Nedbal
parent 67015aa452
commit 9d7228d87a
1 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ RailsAdmin.config do |config|
Comment
List
ListMember
Inbox
InboxEntry
MuteRule
Notification
Profile
@ -59,7 +59,7 @@ RailsAdmin.config do |config|
"Answer" => "exclamation",
"Reaction" => "smile",
"Comment" => "comment",
"Inbox" => "inbox",
"InboxEntry" => "inbox",
"List" => "list",
"ListMember" => "users",
"MuteRule" => "volume-mute",
@ -86,7 +86,7 @@ RailsAdmin.config do |config|
# set up custom parents for certain models to group them nicely together
{
"AnonymousBlock" => User,
"Inbox" => User,
"InboxEntry" => User,
"List" => User,
"MuteRule" => User,
"Notification" => User,