diff --git a/src/Vervis/Foundation.hs b/src/Vervis/Foundation.hs
index d7495f9..c075e97 100644
--- a/src/Vervis/Foundation.hs
+++ b/src/Vervis/Foundation.hs
@@ -708,6 +708,8 @@ instance YesodBreadcrumbs App where
 
         InboxR                           -> ("Inbox", Nothing)
         OutboxR                          -> ("Outbox", Nothing)
+        ActorKey1R                       -> ("Actor Key 1", Nothing)
+        ActorKey2R                       -> ("Actor Key 2", Nothing)
 
         HomeR                            -> ("Home", Nothing)
         ResendVerifyEmailR               -> ( "Resend verification email"