GET https://kbin.spritesserver.nl/index.php/u/@lml@remy.city/hot

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\KbinAuthenticator
user_checker App\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "two_factor"
  "remember_me"
  "App\Security\KbinAuthenticator"
  "App\Security\FacebookAuthenticator"
  "App\Security\GoogleAuthenticator"
  "App\Security\GithubAuthenticator"
  "App\Security\KeycloakAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#723
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
  -logger: Monolog\Logger {#783 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#706
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1017 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#783 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#705 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#780 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#703 …}
}
17.11 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#584
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#595 …}
}
0.00 ms (none)
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener {#582
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#842 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -twoFactorAccessDecider: Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider {#581 …}
}
0.06 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#579
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#937 …}
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#786
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#841 …}
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1015 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
}
0.00 ms (none)

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
4
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
5
"App\Security\Voter\EntryCommentVoter"
6
"App\Security\Voter\EntryVoter"
7
"App\Security\Voter\MagazineVoter"
8
"App\Security\Voter\MessageThreadVoter"
9
"App\Security\Voter\MessageVoter"
10
"App\Security\Voter\NotificationVoter"
11
"App\Security\Voter\OAuth2UserConsentVoter"
12
"App\Security\Voter\PostCommentVoter"
13
"App\Security\Voter\PostVoter"
14
"App\Security\Voter\UserVoter"

Access decision log

# Result Attributes Object
1 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2457
  +user: Proxies\__CG__\App\Entity\User {#2393 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2130 …}
  +slug: "Is-there-a-seamless-way-of-linking-to-other-instances"
  +title: "Is there a seamless way of linking to other instances?"
  +url: null
  +body: """
    For example, [this comment](https://lemm.ee/comment/386162) links to another community on another instance, but when clicked on, you're not actually able to interact with anything on that community, because you're suddenly not logged in.\n
    \n
    It's doesn't function like linking to a subreddit, and I understand that that's because of federation, but is there a better way of doing this? It seems... very stupid that linking to a page would suddenly "log you out" for all intents and purposes, while searching that same community wouldn't.\n
    \n
    Does this make sense?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 23
  +favouriteCount: 54
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1687621917 {#2337
    date: 2023-06-24 17:51:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2338 …}
  +votes: Doctrine\ORM\PersistentCollection {#2065 …}
  +reports: Doctrine\ORM\PersistentCollection {#2066 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2067 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2049 …}
  +badges: Doctrine\ORM\PersistentCollection {#2051 …}
  +children: [
    App\Entity\EntryComment {#2452
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2457 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: null
      +root: null
      +body: "There are ways to write links in such a way that they *should* keep you on your instance, but I'm not too familiar with them. I wonder if it would be possible to "precheck" links that load on a page, and if any point to content that can be federated, kick off the process of pulling that content in. Then when the user clicks that link, it would take them to the content on their home instance, where they can interact. That way users wouldn't need to deal with formatting links a certain way, it would just happen automatically (if your home instance software supports it)."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1687589870 {#2460
        date: 2023-06-24 08:57:50.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@tymon@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2454 …}
      +nested: Doctrine\ORM\PersistentCollection {#2459 …}
      +votes: Doctrine\ORM\PersistentCollection {#2470 …}
      +reports: Doctrine\ORM\PersistentCollection {#2467 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2370 …}
      -id: 4053
      -bodyTs: "'automat':101 'certain':95 'click':65 'content':47,59,74 'deal':90 'familiar':24 'feder':51 'format':92 'happen':100 'home':77,104 'instanc':18,78,105 'interact':82 'keep':14 'kick':52 'link':6,36,67,93 'load':38 'm':21 'need':88 'page':41 'point':45 'possibl':33 'precheck':35 'process':55 'pull':57 'softwar':106 'support':107 'take':70 'user':64,85 'way':3,10,84,96 'wonder':28 'would':31,69,98 'wouldn':86 'write':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7854/-/comment/51266"
      +editedAt: null
      +createdAt: DateTimeImmutable @1687589870 {#2453
        date: 2023-06-24 08:57:50.0 +02:00
      }
      +"title": 4053
    }
  ]
  -id: 405
  -titleTs: "'instanc':10 'link':7 'seamless':4 'way':5"
  -bodyTs: "'/comment/386162)':7 'abl':23 'actual':22 'anoth':10,13 'anyth':27 'better':61 'click':17 'comment':4 'communiti':11,30,89 'doesn':40 'exampl':2 'feder':56 'function':42 'instanc':14 'intent':82 'interact':25 'lemm.ee':6 'lemm.ee/comment/386162)':5 'like':43 'link':8,44,71 'log':36,77 'make':94 'page':74 'purpos':84 're':20,33 'search':86 'seem':67 'sens':95 'stupid':69 'subreddit':47 'sudden':34,76 'understand':50 'way':62 'would':75 'wouldn':90"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1687675713
  +visibility: "trashed             "
  +apId: "https://lemm.ee/post/288327"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687589313 {#1410
    date: 2023-06-24 08:48:33.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2457
  +user: Proxies\__CG__\App\Entity\User {#2393 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2130 …}
  +slug: "Is-there-a-seamless-way-of-linking-to-other-instances"
  +title: "Is there a seamless way of linking to other instances?"
  +url: null
  +body: """
    For example, [this comment](https://lemm.ee/comment/386162) links to another community on another instance, but when clicked on, you're not actually able to interact with anything on that community, because you're suddenly not logged in.\n
    \n
    It's doesn't function like linking to a subreddit, and I understand that that's because of federation, but is there a better way of doing this? It seems... very stupid that linking to a page would suddenly "log you out" for all intents and purposes, while searching that same community wouldn't.\n
    \n
    Does this make sense?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 23
  +favouriteCount: 54
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1687621917 {#2337
    date: 2023-06-24 17:51:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2338 …}
  +votes: Doctrine\ORM\PersistentCollection {#2065 …}
  +reports: Doctrine\ORM\PersistentCollection {#2066 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2067 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2049 …}
  +badges: Doctrine\ORM\PersistentCollection {#2051 …}
  +children: [
    App\Entity\EntryComment {#2452
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2457 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: null
      +root: null
      +body: "There are ways to write links in such a way that they *should* keep you on your instance, but I'm not too familiar with them. I wonder if it would be possible to "precheck" links that load on a page, and if any point to content that can be federated, kick off the process of pulling that content in. Then when the user clicks that link, it would take them to the content on their home instance, where they can interact. That way users wouldn't need to deal with formatting links a certain way, it would just happen automatically (if your home instance software supports it)."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1687589870 {#2460
        date: 2023-06-24 08:57:50.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@tymon@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2454 …}
      +nested: Doctrine\ORM\PersistentCollection {#2459 …}
      +votes: Doctrine\ORM\PersistentCollection {#2470 …}
      +reports: Doctrine\ORM\PersistentCollection {#2467 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2370 …}
      -id: 4053
      -bodyTs: "'automat':101 'certain':95 'click':65 'content':47,59,74 'deal':90 'familiar':24 'feder':51 'format':92 'happen':100 'home':77,104 'instanc':18,78,105 'interact':82 'keep':14 'kick':52 'link':6,36,67,93 'load':38 'm':21 'need':88 'page':41 'point':45 'possibl':33 'precheck':35 'process':55 'pull':57 'softwar':106 'support':107 'take':70 'user':64,85 'way':3,10,84,96 'wonder':28 'would':31,69,98 'wouldn':86 'write':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7854/-/comment/51266"
      +editedAt: null
      +createdAt: DateTimeImmutable @1687589870 {#2453
        date: 2023-06-24 08:57:50.0 +02:00
      }
      +"title": 4053
    }
  ]
  -id: 405
  -titleTs: "'instanc':10 'link':7 'seamless':4 'way':5"
  -bodyTs: "'/comment/386162)':7 'abl':23 'actual':22 'anoth':10,13 'anyth':27 'better':61 'click':17 'comment':4 'communiti':11,30,89 'doesn':40 'exampl':2 'feder':56 'function':42 'instanc':14 'intent':82 'interact':25 'lemm.ee':6 'lemm.ee/comment/386162)':5 'like':43 'link':8,44,71 'log':36,77 'make':94 'page':74 'purpos':84 're':20,33 'search':86 'seem':67 'sens':95 'stupid':69 'subreddit':47 'sudden':34,76 'understand':50 'way':62 'would':75 'wouldn':90"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1687675713
  +visibility: "trashed             "
  +apId: "https://lemm.ee/post/288327"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687589313 {#1410
    date: 2023-06-24 08:48:33.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
App\Entity\EntryComment {#2452
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2457
    +user: Proxies\__CG__\App\Entity\User {#2393 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2130 …}
    +slug: "Is-there-a-seamless-way-of-linking-to-other-instances"
    +title: "Is there a seamless way of linking to other instances?"
    +url: null
    +body: """
      For example, [this comment](https://lemm.ee/comment/386162) links to another community on another instance, but when clicked on, you're not actually able to interact with anything on that community, because you're suddenly not logged in.\n
      \n
      It's doesn't function like linking to a subreddit, and I understand that that's because of federation, but is there a better way of doing this? It seems... very stupid that linking to a page would suddenly "log you out" for all intents and purposes, while searching that same community wouldn't.\n
      \n
      Does this make sense?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 23
    +favouriteCount: 54
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1687621917 {#2337
      date: 2023-06-24 17:51:57.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2338 …}
    +votes: Doctrine\ORM\PersistentCollection {#2065 …}
    +reports: Doctrine\ORM\PersistentCollection {#2066 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2067 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2049 …}
    +badges: Doctrine\ORM\PersistentCollection {#2051 …}
    +children: [
      App\Entity\EntryComment {#2452}
    ]
    -id: 405
    -titleTs: "'instanc':10 'link':7 'seamless':4 'way':5"
    -bodyTs: "'/comment/386162)':7 'abl':23 'actual':22 'anoth':10,13 'anyth':27 'better':61 'click':17 'comment':4 'communiti':11,30,89 'doesn':40 'exampl':2 'feder':56 'function':42 'instanc':14 'intent':82 'interact':25 'lemm.ee':6 'lemm.ee/comment/386162)':5 'like':43 'link':8,44,71 'log':36,77 'make':94 'page':74 'purpos':84 're':20,33 'search':86 'seem':67 'sens':95 'stupid':69 'subreddit':47 'sudden':34,76 'understand':50 'way':62 'would':75 'wouldn':90"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1687675713
    +visibility: "trashed             "
    +apId: "https://lemm.ee/post/288327"
    +editedAt: null
    +createdAt: DateTimeImmutable @1687589313 {#1410
      date: 2023-06-24 08:48:33.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: null
  +root: null
  +body: "There are ways to write links in such a way that they *should* keep you on your instance, but I'm not too familiar with them. I wonder if it would be possible to "precheck" links that load on a page, and if any point to content that can be federated, kick off the process of pulling that content in. Then when the user clicks that link, it would take them to the content on their home instance, where they can interact. That way users wouldn't need to deal with formatting links a certain way, it would just happen automatically (if your home instance software supports it)."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1687589870 {#2460
    date: 2023-06-24 08:57:50.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@tymon@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2454 …}
  +nested: Doctrine\ORM\PersistentCollection {#2459 …}
  +votes: Doctrine\ORM\PersistentCollection {#2470 …}
  +reports: Doctrine\ORM\PersistentCollection {#2467 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2370 …}
  -id: 4053
  -bodyTs: "'automat':101 'certain':95 'click':65 'content':47,59,74 'deal':90 'familiar':24 'feder':51 'format':92 'happen':100 'home':77,104 'instanc':18,78,105 'interact':82 'keep':14 'kick':52 'link':6,36,67,93 'load':38 'm':21 'need':88 'page':41 'point':45 'possibl':33 'precheck':35 'process':55 'pull':57 'softwar':106 'support':107 'take':70 'user':64,85 'way':3,10,84,96 'wonder':28 'would':31,69,98 'wouldn':86 'write':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7854/-/comment/51266"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687589870 {#2453
    date: 2023-06-24 08:57:50.0 +02:00
  }
  +"title": 4053
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
5 DENIED edit
App\Entity\EntryComment {#2452
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2457
    +user: Proxies\__CG__\App\Entity\User {#2393 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2130 …}
    +slug: "Is-there-a-seamless-way-of-linking-to-other-instances"
    +title: "Is there a seamless way of linking to other instances?"
    +url: null
    +body: """
      For example, [this comment](https://lemm.ee/comment/386162) links to another community on another instance, but when clicked on, you're not actually able to interact with anything on that community, because you're suddenly not logged in.\n
      \n
      It's doesn't function like linking to a subreddit, and I understand that that's because of federation, but is there a better way of doing this? It seems... very stupid that linking to a page would suddenly "log you out" for all intents and purposes, while searching that same community wouldn't.\n
      \n
      Does this make sense?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 23
    +favouriteCount: 54
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1687621917 {#2337
      date: 2023-06-24 17:51:57.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2338 …}
    +votes: Doctrine\ORM\PersistentCollection {#2065 …}
    +reports: Doctrine\ORM\PersistentCollection {#2066 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2067 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2049 …}
    +badges: Doctrine\ORM\PersistentCollection {#2051 …}
    +children: [
      App\Entity\EntryComment {#2452}
    ]
    -id: 405
    -titleTs: "'instanc':10 'link':7 'seamless':4 'way':5"
    -bodyTs: "'/comment/386162)':7 'abl':23 'actual':22 'anoth':10,13 'anyth':27 'better':61 'click':17 'comment':4 'communiti':11,30,89 'doesn':40 'exampl':2 'feder':56 'function':42 'instanc':14 'intent':82 'interact':25 'lemm.ee':6 'lemm.ee/comment/386162)':5 'like':43 'link':8,44,71 'log':36,77 'make':94 'page':74 'purpos':84 're':20,33 'search':86 'seem':67 'sens':95 'stupid':69 'subreddit':47 'sudden':34,76 'understand':50 'way':62 'would':75 'wouldn':90"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1687675713
    +visibility: "trashed             "
    +apId: "https://lemm.ee/post/288327"
    +editedAt: null
    +createdAt: DateTimeImmutable @1687589313 {#1410
      date: 2023-06-24 08:48:33.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: null
  +root: null
  +body: "There are ways to write links in such a way that they *should* keep you on your instance, but I'm not too familiar with them. I wonder if it would be possible to "precheck" links that load on a page, and if any point to content that can be federated, kick off the process of pulling that content in. Then when the user clicks that link, it would take them to the content on their home instance, where they can interact. That way users wouldn't need to deal with formatting links a certain way, it would just happen automatically (if your home instance software supports it)."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1687589870 {#2460
    date: 2023-06-24 08:57:50.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@tymon@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2454 …}
  +nested: Doctrine\ORM\PersistentCollection {#2459 …}
  +votes: Doctrine\ORM\PersistentCollection {#2470 …}
  +reports: Doctrine\ORM\PersistentCollection {#2467 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2370 …}
  -id: 4053
  -bodyTs: "'automat':101 'certain':95 'click':65 'content':47,59,74 'deal':90 'familiar':24 'feder':51 'format':92 'happen':100 'home':77,104 'instanc':18,78,105 'interact':82 'keep':14 'kick':52 'link':6,36,67,93 'load':38 'm':21 'need':88 'page':41 'point':45 'possibl':33 'precheck':35 'process':55 'pull':57 'softwar':106 'support':107 'take':70 'user':64,85 'way':3,10,84,96 'wonder':28 'would':31,69,98 'wouldn':86 'write':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7854/-/comment/51266"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687589870 {#2453
    date: 2023-06-24 08:57:50.0 +02:00
  }
  +"title": 4053
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
6 DENIED moderate
App\Entity\EntryComment {#2452
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2457
    +user: Proxies\__CG__\App\Entity\User {#2393 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2130 …}
    +slug: "Is-there-a-seamless-way-of-linking-to-other-instances"
    +title: "Is there a seamless way of linking to other instances?"
    +url: null
    +body: """
      For example, [this comment](https://lemm.ee/comment/386162) links to another community on another instance, but when clicked on, you're not actually able to interact with anything on that community, because you're suddenly not logged in.\n
      \n
      It's doesn't function like linking to a subreddit, and I understand that that's because of federation, but is there a better way of doing this? It seems... very stupid that linking to a page would suddenly "log you out" for all intents and purposes, while searching that same community wouldn't.\n
      \n
      Does this make sense?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 23
    +favouriteCount: 54
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1687621917 {#2337
      date: 2023-06-24 17:51:57.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2338 …}
    +votes: Doctrine\ORM\PersistentCollection {#2065 …}
    +reports: Doctrine\ORM\PersistentCollection {#2066 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2067 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2049 …}
    +badges: Doctrine\ORM\PersistentCollection {#2051 …}
    +children: [
      App\Entity\EntryComment {#2452}
    ]
    -id: 405
    -titleTs: "'instanc':10 'link':7 'seamless':4 'way':5"
    -bodyTs: "'/comment/386162)':7 'abl':23 'actual':22 'anoth':10,13 'anyth':27 'better':61 'click':17 'comment':4 'communiti':11,30,89 'doesn':40 'exampl':2 'feder':56 'function':42 'instanc':14 'intent':82 'interact':25 'lemm.ee':6 'lemm.ee/comment/386162)':5 'like':43 'link':8,44,71 'log':36,77 'make':94 'page':74 'purpos':84 're':20,33 'search':86 'seem':67 'sens':95 'stupid':69 'subreddit':47 'sudden':34,76 'understand':50 'way':62 'would':75 'wouldn':90"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1687675713
    +visibility: "trashed             "
    +apId: "https://lemm.ee/post/288327"
    +editedAt: null
    +createdAt: DateTimeImmutable @1687589313 {#1410
      date: 2023-06-24 08:48:33.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: null
  +root: null
  +body: "There are ways to write links in such a way that they *should* keep you on your instance, but I'm not too familiar with them. I wonder if it would be possible to "precheck" links that load on a page, and if any point to content that can be federated, kick off the process of pulling that content in. Then when the user clicks that link, it would take them to the content on their home instance, where they can interact. That way users wouldn't need to deal with formatting links a certain way, it would just happen automatically (if your home instance software supports it)."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1687589870 {#2460
    date: 2023-06-24 08:57:50.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@tymon@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2454 …}
  +nested: Doctrine\ORM\PersistentCollection {#2459 …}
  +votes: Doctrine\ORM\PersistentCollection {#2470 …}
  +reports: Doctrine\ORM\PersistentCollection {#2467 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2370 …}
  -id: 4053
  -bodyTs: "'automat':101 'certain':95 'click':65 'content':47,59,74 'deal':90 'familiar':24 'feder':51 'format':92 'happen':100 'home':77,104 'instanc':18,78,105 'interact':82 'keep':14 'kick':52 'link':6,36,67,93 'load':38 'm':21 'need':88 'page':41 'point':45 'possibl':33 'precheck':35 'process':55 'pull':57 'softwar':106 'support':107 'take':70 'user':64,85 'way':3,10,84,96 'wonder':28 'would':31,69,98 'wouldn':86 'write':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7854/-/comment/51266"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687589870 {#2453
    date: 2023-06-24 08:57:50.0 +02:00
  }
  +"title": 4053
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
7 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
8 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1564
  +user: Proxies\__CG__\App\Entity\User {#1908 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2130 …}
  +slug: "It-would-be-cool-to-have-Lemmy-pen-pals-Asklemmy"
  +title: "It would be cool to have Lemmy pen pals. Asklemmy, what are your hobbies and what's your life like?"
  +url: null
  +body: """
    I posted something similar before, but it did not gain too much traction, possibly due to time zones.\n
    \n
    It would be cool to see a Lemmy online pen pal/chat pal thread. Tell us about yourself and your hobbies in comments! I’m a person in their 20s who likes world football, theoretical maths and physics, and FOSS stuff. I also like the outdoors and would love to share about outdoor adventures. Feel free to send me a message if you’d like to talk!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 53
  +favouriteCount: 87
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1687615213 {#2385
    date: 2023-06-24 16:00:13.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2086 …}
  +votes: Doctrine\ORM\PersistentCollection {#2087 …}
  +reports: Doctrine\ORM\PersistentCollection {#2140 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2327 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2328 …}
  +badges: Doctrine\ORM\PersistentCollection {#2335 …}
  +children: [
    4 => App\Entity\EntryComment {#1563
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
      +body: "I want to get into ham radio. Just like the fediverse, it's decentralized, and it's the original way to chat across the globe!"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1687547135 {#1588
        date: 2023-06-23 21:05:35.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@the_football_maestro@lemmy.ml"
        "@minorsecond@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1559 …}
      +nested: Doctrine\ORM\PersistentCollection {#1565 …}
      +votes: Doctrine\ORM\PersistentCollection {#1558 …}
      +reports: Doctrine\ORM\PersistentCollection {#1557 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1621 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1613 …}
      -id: 3352
      -bodyTs: "'across':23 'chat':22 'decentr':14 'fedivers':11 'get':4 'globe':25 'ham':6 'like':9 'origin':19 'radio':7 'want':2 'way':20"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46579"
      +editedAt: null
      +createdAt: DateTimeImmutable @1687547135 {#1566
        date: 2023-06-23 21:05:35.0 +02:00
      }
      +"title": 3352
    }
    3 => App\Entity\EntryComment {#1702
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
      +body: "A community can be made of very few people. It just takes a desire to keep it going!"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1687547182 {#1596
        date: 2023-06-23 21:06:22.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@the_football_maestro@lemmy.ml"
        "@Lewistrick@feddit.nl"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1683 …}
      +nested: Doctrine\ORM\PersistentCollection {#1680 …}
      +votes: Doctrine\ORM\PersistentCollection {#1686 …}
      +reports: Doctrine\ORM\PersistentCollection {#1692 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
      -id: 3355
      -bodyTs: "'communiti':2 'desir':14 'go':18 'keep':16 'made':5 'peopl':9 'take':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46581"
      +editedAt: null
      +createdAt: DateTimeImmutable @1687547182 {#1619
        date: 2023-06-23 21:06:22.0 +02:00
      }
      +"title": 3355
    }
    1 => App\Entity\EntryComment {#1737
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
      +body: """
        That's something I want to get into. I want to set up that self hosted software, forget what it's called, but you can integrate with IoT devices just like you can with a mainstream assistant service like Google Home.\n
        \n
        What I really want to do is automate my blinds, which are the chain loop type, so I can say "house, open the living room blinds" like they did in Smart House, the Disney channel original movie (or maybe that was Home Alone 4, but we don't talk about that one). I found a little motorized device that integrates with these chain blinds but it was a bit pricey. Of course if I tried to make it with my own Arduino etc it would be an ugly mess.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1687546809 {#1736
        date: 2023-06-23 21:00:09.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@the_football_maestro@lemmy.ml"
        "@xtremeownage@lemmyonline.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1732 …}
      +nested: Doctrine\ORM\PersistentCollection {#1735 …}
      +votes: Doctrine\ORM\PersistentCollection {#1729 …}
      +reports: Doctrine\ORM\PersistentCollection {#1719 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
      -id: 3763
      -bodyTs: "'4':85 'alon':84 'arduino':123 'assist':37 'autom':49 'bit':110 'blind':51,67,105 'call':22 'chain':55,104 'channel':76 'cours':113 'devic':29,99 'disney':75 'etc':124 'forget':18 'found':95 'get':7 'googl':40 'home':41,83 'host':16 'hous':62,73 'integr':26,101 'iot':28 'like':31,39,68 'littl':97 'live':65 'loop':56 'mainstream':36 'make':118 'mayb':80 'mess':130 'motor':98 'movi':78 'one':93 'open':63 'origin':77 'pricey':111 'realli':44 'room':66 'say':61 'self':15 'servic':38 'set':12 'smart':72 'softwar':17 'someth':3 'talk':90 'tri':116 'type':57 'ugli':129 'want':5,10,45 'would':126"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46542"
      +editedAt: null
      +createdAt: DateTimeImmutable @1687546809 {#1730
        date: 2023-06-23 21:00:09.0 +02:00
      }
      +"title": 3763
    }
    2 => App\Entity\EntryComment {#1629
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
      +body: "Wow, similar thing for me, I have a 'bicuspid aortic valve' which means the aortic valve in my heart is a bit funky and doesn't push blood through as it should. And that makes the FAA also deem me medically unfit. I think there is a process to get a medical exemption, but with the cost of getting a license so high already, I just decided to stick with MSFS. I get to 'fly' a 737 like I wanted as a kid, learn all about it, but I'm not shelling out thousands and years of my life (okay, maybe I am shelling out some money but I like pretty airports!)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1687547031 {#1598
        date: 2023-06-23 21:03:51.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@the_football_maestro@lemmy.ml"
        "@xedrak@kbin.social"
        "@skybreaker@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1599 …}
      +nested: Doctrine\ORM\PersistentCollection {#1625 …}
      +votes: Doctrine\ORM\PersistentCollection {#1617 …}
      +reports: Doctrine\ORM\PersistentCollection {#1725 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
      -id: 3395
      -bodyTs: "'737':77 'airport':112 'alreadi':64 'also':38 'aortic':10,15 'bicuspid':9 'bit':22 'blood':28 'cost':57 'decid':67 'deem':39 'doesn':25 'exempt':53 'faa':37 'fli':75 'funki':23 'get':50,59,73 'heart':19 'high':63 'kid':83 'learn':84 'licens':61 'life':99 'like':78,110 'm':90 'make':35 'mayb':101 'mean':13 'medic':41,52 'money':107 'msfs':71 'okay':100 'pretti':111 'process':48 'push':27 'shell':92,104 'similar':2 'stick':69 'thing':3 'think':44 'thousand':94 'unfit':42 'valv':11,16 'want':80 'wow':1 'year':96"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46567"
      +editedAt: null
      +createdAt: DateTimeImmutable @1687547031 {#1630
        date: 2023-06-23 21:03:51.0 +02:00
      }
      +"title": 3395
    }
    0 => App\Entity\EntryComment {#1741
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
      +body: "That's the one--thanks!"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1687572543 {#1717
        date: 2023-06-24 04:09:03.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@the_football_maestro@lemmy.ml"
        "@xtremeownage@lemmyonline.com"
        "@lml@remy.city"
        "@RadDevon@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1707 …}
      +nested: Doctrine\ORM\PersistentCollection {#2464 …}
      +votes: Doctrine\ORM\PersistentCollection {#2448 …}
      +reports: Doctrine\ORM\PersistentCollection {#2447 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
      -id: 3851
      -bodyTs: "'one':4 'thank':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/49885"
      +editedAt: null
      +createdAt: DateTimeImmutable @1687572543 {#1739
        date: 2023-06-24 04:09:03.0 +02:00
      }
      +"title": 3851
    }
  ]
  -id: 349
  -titleTs: "'asklemmi':10 'cool':4 'hobbi':14 'lemmi':7 'life':19 'like':20 'pal':9 'pen':8 'would':2"
  -bodyTs: "'20s':47 'adventur':71 'also':60 'comment':40 'cool':22 'd':81 'due':15 'feel':72 'footbal':51 'foss':57 'free':73 'gain':10 'hobbi':38 'lemmi':26 'like':49,61,82 'love':66 'm':42 'math':53 'messag':78 'much':12 'onlin':27 'outdoor':63,70 'pal':30 'pal/chat':29 'pen':28 'person':44 'physic':55 'possibl':14 'post':2 'see':24 'send':75 'share':68 'similar':4 'someth':3 'stuff':58 'talk':84 'tell':32 'theoret':52 'thread':31 'time':17 'traction':13 'us':33 'world':50 'would':20,65 'zone':18"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1687625677
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/1468098"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687539277 {#2389
    date: 2023-06-23 18:54:37.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
9 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1564
  +user: Proxies\__CG__\App\Entity\User {#1908 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2130 …}
  +slug: "It-would-be-cool-to-have-Lemmy-pen-pals-Asklemmy"
  +title: "It would be cool to have Lemmy pen pals. Asklemmy, what are your hobbies and what's your life like?"
  +url: null
  +body: """
    I posted something similar before, but it did not gain too much traction, possibly due to time zones.\n
    \n
    It would be cool to see a Lemmy online pen pal/chat pal thread. Tell us about yourself and your hobbies in comments! I’m a person in their 20s who likes world football, theoretical maths and physics, and FOSS stuff. I also like the outdoors and would love to share about outdoor adventures. Feel free to send me a message if you’d like to talk!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 53
  +favouriteCount: 87
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1687615213 {#2385
    date: 2023-06-24 16:00:13.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2086 …}
  +votes: Doctrine\ORM\PersistentCollection {#2087 …}
  +reports: Doctrine\ORM\PersistentCollection {#2140 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2327 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2328 …}
  +badges: Doctrine\ORM\PersistentCollection {#2335 …}
  +children: [
    4 => App\Entity\EntryComment {#1563
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
      +body: "I want to get into ham radio. Just like the fediverse, it's decentralized, and it's the original way to chat across the globe!"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1687547135 {#1588
        date: 2023-06-23 21:05:35.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@the_football_maestro@lemmy.ml"
        "@minorsecond@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1559 …}
      +nested: Doctrine\ORM\PersistentCollection {#1565 …}
      +votes: Doctrine\ORM\PersistentCollection {#1558 …}
      +reports: Doctrine\ORM\PersistentCollection {#1557 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1621 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1613 …}
      -id: 3352
      -bodyTs: "'across':23 'chat':22 'decentr':14 'fedivers':11 'get':4 'globe':25 'ham':6 'like':9 'origin':19 'radio':7 'want':2 'way':20"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46579"
      +editedAt: null
      +createdAt: DateTimeImmutable @1687547135 {#1566
        date: 2023-06-23 21:05:35.0 +02:00
      }
      +"title": 3352
    }
    3 => App\Entity\EntryComment {#1702
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
      +body: "A community can be made of very few people. It just takes a desire to keep it going!"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1687547182 {#1596
        date: 2023-06-23 21:06:22.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@the_football_maestro@lemmy.ml"
        "@Lewistrick@feddit.nl"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1683 …}
      +nested: Doctrine\ORM\PersistentCollection {#1680 …}
      +votes: Doctrine\ORM\PersistentCollection {#1686 …}
      +reports: Doctrine\ORM\PersistentCollection {#1692 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
      -id: 3355
      -bodyTs: "'communiti':2 'desir':14 'go':18 'keep':16 'made':5 'peopl':9 'take':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46581"
      +editedAt: null
      +createdAt: DateTimeImmutable @1687547182 {#1619
        date: 2023-06-23 21:06:22.0 +02:00
      }
      +"title": 3355
    }
    1 => App\Entity\EntryComment {#1737
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
      +body: """
        That's something I want to get into. I want to set up that self hosted software, forget what it's called, but you can integrate with IoT devices just like you can with a mainstream assistant service like Google Home.\n
        \n
        What I really want to do is automate my blinds, which are the chain loop type, so I can say "house, open the living room blinds" like they did in Smart House, the Disney channel original movie (or maybe that was Home Alone 4, but we don't talk about that one). I found a little motorized device that integrates with these chain blinds but it was a bit pricey. Of course if I tried to make it with my own Arduino etc it would be an ugly mess.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1687546809 {#1736
        date: 2023-06-23 21:00:09.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@the_football_maestro@lemmy.ml"
        "@xtremeownage@lemmyonline.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1732 …}
      +nested: Doctrine\ORM\PersistentCollection {#1735 …}
      +votes: Doctrine\ORM\PersistentCollection {#1729 …}
      +reports: Doctrine\ORM\PersistentCollection {#1719 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
      -id: 3763
      -bodyTs: "'4':85 'alon':84 'arduino':123 'assist':37 'autom':49 'bit':110 'blind':51,67,105 'call':22 'chain':55,104 'channel':76 'cours':113 'devic':29,99 'disney':75 'etc':124 'forget':18 'found':95 'get':7 'googl':40 'home':41,83 'host':16 'hous':62,73 'integr':26,101 'iot':28 'like':31,39,68 'littl':97 'live':65 'loop':56 'mainstream':36 'make':118 'mayb':80 'mess':130 'motor':98 'movi':78 'one':93 'open':63 'origin':77 'pricey':111 'realli':44 'room':66 'say':61 'self':15 'servic':38 'set':12 'smart':72 'softwar':17 'someth':3 'talk':90 'tri':116 'type':57 'ugli':129 'want':5,10,45 'would':126"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46542"
      +editedAt: null
      +createdAt: DateTimeImmutable @1687546809 {#1730
        date: 2023-06-23 21:00:09.0 +02:00
      }
      +"title": 3763
    }
    2 => App\Entity\EntryComment {#1629
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
      +body: "Wow, similar thing for me, I have a 'bicuspid aortic valve' which means the aortic valve in my heart is a bit funky and doesn't push blood through as it should. And that makes the FAA also deem me medically unfit. I think there is a process to get a medical exemption, but with the cost of getting a license so high already, I just decided to stick with MSFS. I get to 'fly' a 737 like I wanted as a kid, learn all about it, but I'm not shelling out thousands and years of my life (okay, maybe I am shelling out some money but I like pretty airports!)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1687547031 {#1598
        date: 2023-06-23 21:03:51.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@the_football_maestro@lemmy.ml"
        "@xedrak@kbin.social"
        "@skybreaker@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1599 …}
      +nested: Doctrine\ORM\PersistentCollection {#1625 …}
      +votes: Doctrine\ORM\PersistentCollection {#1617 …}
      +reports: Doctrine\ORM\PersistentCollection {#1725 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
      -id: 3395
      -bodyTs: "'737':77 'airport':112 'alreadi':64 'also':38 'aortic':10,15 'bicuspid':9 'bit':22 'blood':28 'cost':57 'decid':67 'deem':39 'doesn':25 'exempt':53 'faa':37 'fli':75 'funki':23 'get':50,59,73 'heart':19 'high':63 'kid':83 'learn':84 'licens':61 'life':99 'like':78,110 'm':90 'make':35 'mayb':101 'mean':13 'medic':41,52 'money':107 'msfs':71 'okay':100 'pretti':111 'process':48 'push':27 'shell':92,104 'similar':2 'stick':69 'thing':3 'think':44 'thousand':94 'unfit':42 'valv':11,16 'want':80 'wow':1 'year':96"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46567"
      +editedAt: null
      +createdAt: DateTimeImmutable @1687547031 {#1630
        date: 2023-06-23 21:03:51.0 +02:00
      }
      +"title": 3395
    }
    0 => App\Entity\EntryComment {#1741
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
      +body: "That's the one--thanks!"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1687572543 {#1717
        date: 2023-06-24 04:09:03.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@the_football_maestro@lemmy.ml"
        "@xtremeownage@lemmyonline.com"
        "@lml@remy.city"
        "@RadDevon@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1707 …}
      +nested: Doctrine\ORM\PersistentCollection {#2464 …}
      +votes: Doctrine\ORM\PersistentCollection {#2448 …}
      +reports: Doctrine\ORM\PersistentCollection {#2447 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
      -id: 3851
      -bodyTs: "'one':4 'thank':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/49885"
      +editedAt: null
      +createdAt: DateTimeImmutable @1687572543 {#1739
        date: 2023-06-24 04:09:03.0 +02:00
      }
      +"title": 3851
    }
  ]
  -id: 349
  -titleTs: "'asklemmi':10 'cool':4 'hobbi':14 'lemmi':7 'life':19 'like':20 'pal':9 'pen':8 'would':2"
  -bodyTs: "'20s':47 'adventur':71 'also':60 'comment':40 'cool':22 'd':81 'due':15 'feel':72 'footbal':51 'foss':57 'free':73 'gain':10 'hobbi':38 'lemmi':26 'like':49,61,82 'love':66 'm':42 'math':53 'messag':78 'much':12 'onlin':27 'outdoor':63,70 'pal':30 'pal/chat':29 'pen':28 'person':44 'physic':55 'possibl':14 'post':2 'see':24 'send':75 'share':68 'similar':4 'someth':3 'stuff':58 'talk':84 'tell':32 'theoret':52 'thread':31 'time':17 'traction':13 'us':33 'world':50 'would':20,65 'zone':18"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1687625677
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/1468098"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687539277 {#2389
    date: 2023-06-23 18:54:37.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1564
  +user: Proxies\__CG__\App\Entity\User {#1908 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2130 …}
  +slug: "It-would-be-cool-to-have-Lemmy-pen-pals-Asklemmy"
  +title: "It would be cool to have Lemmy pen pals. Asklemmy, what are your hobbies and what's your life like?"
  +url: null
  +body: """
    I posted something similar before, but it did not gain too much traction, possibly due to time zones.\n
    \n
    It would be cool to see a Lemmy online pen pal/chat pal thread. Tell us about yourself and your hobbies in comments! I’m a person in their 20s who likes world football, theoretical maths and physics, and FOSS stuff. I also like the outdoors and would love to share about outdoor adventures. Feel free to send me a message if you’d like to talk!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 53
  +favouriteCount: 87
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1687615213 {#2385
    date: 2023-06-24 16:00:13.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2086 …}
  +votes: Doctrine\ORM\PersistentCollection {#2087 …}
  +reports: Doctrine\ORM\PersistentCollection {#2140 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2327 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2328 …}
  +badges: Doctrine\ORM\PersistentCollection {#2335 …}
  +children: [
    4 => App\Entity\EntryComment {#1563
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
      +body: "I want to get into ham radio. Just like the fediverse, it's decentralized, and it's the original way to chat across the globe!"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1687547135 {#1588
        date: 2023-06-23 21:05:35.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@the_football_maestro@lemmy.ml"
        "@minorsecond@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1559 …}
      +nested: Doctrine\ORM\PersistentCollection {#1565 …}
      +votes: Doctrine\ORM\PersistentCollection {#1558 …}
      +reports: Doctrine\ORM\PersistentCollection {#1557 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1621 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1613 …}
      -id: 3352
      -bodyTs: "'across':23 'chat':22 'decentr':14 'fedivers':11 'get':4 'globe':25 'ham':6 'like':9 'origin':19 'radio':7 'want':2 'way':20"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46579"
      +editedAt: null
      +createdAt: DateTimeImmutable @1687547135 {#1566
        date: 2023-06-23 21:05:35.0 +02:00
      }
      +"title": 3352
    }
    3 => App\Entity\EntryComment {#1702
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
      +body: "A community can be made of very few people. It just takes a desire to keep it going!"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1687547182 {#1596
        date: 2023-06-23 21:06:22.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@the_football_maestro@lemmy.ml"
        "@Lewistrick@feddit.nl"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1683 …}
      +nested: Doctrine\ORM\PersistentCollection {#1680 …}
      +votes: Doctrine\ORM\PersistentCollection {#1686 …}
      +reports: Doctrine\ORM\PersistentCollection {#1692 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
      -id: 3355
      -bodyTs: "'communiti':2 'desir':14 'go':18 'keep':16 'made':5 'peopl':9 'take':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46581"
      +editedAt: null
      +createdAt: DateTimeImmutable @1687547182 {#1619
        date: 2023-06-23 21:06:22.0 +02:00
      }
      +"title": 3355
    }
    1 => App\Entity\EntryComment {#1737
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
      +body: """
        That's something I want to get into. I want to set up that self hosted software, forget what it's called, but you can integrate with IoT devices just like you can with a mainstream assistant service like Google Home.\n
        \n
        What I really want to do is automate my blinds, which are the chain loop type, so I can say "house, open the living room blinds" like they did in Smart House, the Disney channel original movie (or maybe that was Home Alone 4, but we don't talk about that one). I found a little motorized device that integrates with these chain blinds but it was a bit pricey. Of course if I tried to make it with my own Arduino etc it would be an ugly mess.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1687546809 {#1736
        date: 2023-06-23 21:00:09.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@the_football_maestro@lemmy.ml"
        "@xtremeownage@lemmyonline.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1732 …}
      +nested: Doctrine\ORM\PersistentCollection {#1735 …}
      +votes: Doctrine\ORM\PersistentCollection {#1729 …}
      +reports: Doctrine\ORM\PersistentCollection {#1719 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
      -id: 3763
      -bodyTs: "'4':85 'alon':84 'arduino':123 'assist':37 'autom':49 'bit':110 'blind':51,67,105 'call':22 'chain':55,104 'channel':76 'cours':113 'devic':29,99 'disney':75 'etc':124 'forget':18 'found':95 'get':7 'googl':40 'home':41,83 'host':16 'hous':62,73 'integr':26,101 'iot':28 'like':31,39,68 'littl':97 'live':65 'loop':56 'mainstream':36 'make':118 'mayb':80 'mess':130 'motor':98 'movi':78 'one':93 'open':63 'origin':77 'pricey':111 'realli':44 'room':66 'say':61 'self':15 'servic':38 'set':12 'smart':72 'softwar':17 'someth':3 'talk':90 'tri':116 'type':57 'ugli':129 'want':5,10,45 'would':126"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46542"
      +editedAt: null
      +createdAt: DateTimeImmutable @1687546809 {#1730
        date: 2023-06-23 21:00:09.0 +02:00
      }
      +"title": 3763
    }
    2 => App\Entity\EntryComment {#1629
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
      +body: "Wow, similar thing for me, I have a 'bicuspid aortic valve' which means the aortic valve in my heart is a bit funky and doesn't push blood through as it should. And that makes the FAA also deem me medically unfit. I think there is a process to get a medical exemption, but with the cost of getting a license so high already, I just decided to stick with MSFS. I get to 'fly' a 737 like I wanted as a kid, learn all about it, but I'm not shelling out thousands and years of my life (okay, maybe I am shelling out some money but I like pretty airports!)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1687547031 {#1598
        date: 2023-06-23 21:03:51.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@the_football_maestro@lemmy.ml"
        "@xedrak@kbin.social"
        "@skybreaker@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1599 …}
      +nested: Doctrine\ORM\PersistentCollection {#1625 …}
      +votes: Doctrine\ORM\PersistentCollection {#1617 …}
      +reports: Doctrine\ORM\PersistentCollection {#1725 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
      -id: 3395
      -bodyTs: "'737':77 'airport':112 'alreadi':64 'also':38 'aortic':10,15 'bicuspid':9 'bit':22 'blood':28 'cost':57 'decid':67 'deem':39 'doesn':25 'exempt':53 'faa':37 'fli':75 'funki':23 'get':50,59,73 'heart':19 'high':63 'kid':83 'learn':84 'licens':61 'life':99 'like':78,110 'm':90 'make':35 'mayb':101 'mean':13 'medic':41,52 'money':107 'msfs':71 'okay':100 'pretti':111 'process':48 'push':27 'shell':92,104 'similar':2 'stick':69 'thing':3 'think':44 'thousand':94 'unfit':42 'valv':11,16 'want':80 'wow':1 'year':96"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46567"
      +editedAt: null
      +createdAt: DateTimeImmutable @1687547031 {#1630
        date: 2023-06-23 21:03:51.0 +02:00
      }
      +"title": 3395
    }
    0 => App\Entity\EntryComment {#1741
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
      +body: "That's the one--thanks!"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1687572543 {#1717
        date: 2023-06-24 04:09:03.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@the_football_maestro@lemmy.ml"
        "@xtremeownage@lemmyonline.com"
        "@lml@remy.city"
        "@RadDevon@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1707 …}
      +nested: Doctrine\ORM\PersistentCollection {#2464 …}
      +votes: Doctrine\ORM\PersistentCollection {#2448 …}
      +reports: Doctrine\ORM\PersistentCollection {#2447 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
      -id: 3851
      -bodyTs: "'one':4 'thank':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/49885"
      +editedAt: null
      +createdAt: DateTimeImmutable @1687572543 {#1739
        date: 2023-06-24 04:09:03.0 +02:00
      }
      +"title": 3851
    }
  ]
  -id: 349
  -titleTs: "'asklemmi':10 'cool':4 'hobbi':14 'lemmi':7 'life':19 'like':20 'pal':9 'pen':8 'would':2"
  -bodyTs: "'20s':47 'adventur':71 'also':60 'comment':40 'cool':22 'd':81 'due':15 'feel':72 'footbal':51 'foss':57 'free':73 'gain':10 'hobbi':38 'lemmi':26 'like':49,61,82 'love':66 'm':42 'math':53 'messag':78 'much':12 'onlin':27 'outdoor':63,70 'pal':30 'pal/chat':29 'pen':28 'person':44 'physic':55 'possibl':14 'post':2 'see':24 'send':75 'share':68 'similar':4 'someth':3 'stuff':58 'talk':84 'tell':32 'theoret':52 'thread':31 'time':17 'traction':13 'us':33 'world':50 'would':20,65 'zone':18"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1687625677
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/1468098"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687539277 {#2389
    date: 2023-06-23 18:54:37.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
App\Entity\EntryComment {#1563
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1564
    +user: Proxies\__CG__\App\Entity\User {#1908 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2130 …}
    +slug: "It-would-be-cool-to-have-Lemmy-pen-pals-Asklemmy"
    +title: "It would be cool to have Lemmy pen pals. Asklemmy, what are your hobbies and what's your life like?"
    +url: null
    +body: """
      I posted something similar before, but it did not gain too much traction, possibly due to time zones.\n
      \n
      It would be cool to see a Lemmy online pen pal/chat pal thread. Tell us about yourself and your hobbies in comments! I’m a person in their 20s who likes world football, theoretical maths and physics, and FOSS stuff. I also like the outdoors and would love to share about outdoor adventures. Feel free to send me a message if you’d like to talk!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 53
    +favouriteCount: 87
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1687615213 {#2385
      date: 2023-06-24 16:00:13.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2086 …}
    +votes: Doctrine\ORM\PersistentCollection {#2087 …}
    +reports: Doctrine\ORM\PersistentCollection {#2140 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2327 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2328 …}
    +badges: Doctrine\ORM\PersistentCollection {#2335 …}
    +children: [
      4 => App\Entity\EntryComment {#1563}
      3 => App\Entity\EntryComment {#1702
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: "A community can be made of very few people. It just takes a desire to keep it going!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1687547182 {#1596
          date: 2023-06-23 21:06:22.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@Lewistrick@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1683 …}
        +nested: Doctrine\ORM\PersistentCollection {#1680 …}
        +votes: Doctrine\ORM\PersistentCollection {#1686 …}
        +reports: Doctrine\ORM\PersistentCollection {#1692 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
        -id: 3355
        -bodyTs: "'communiti':2 'desir':14 'go':18 'keep':16 'made':5 'peopl':9 'take':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46581"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687547182 {#1619
          date: 2023-06-23 21:06:22.0 +02:00
        }
        +"title": 3355
      }
      1 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +body: """
          That's something I want to get into. I want to set up that self hosted software, forget what it's called, but you can integrate with IoT devices just like you can with a mainstream assistant service like Google Home.\n
          \n
          What I really want to do is automate my blinds, which are the chain loop type, so I can say "house, open the living room blinds" like they did in Smart House, the Disney channel original movie (or maybe that was Home Alone 4, but we don't talk about that one). I found a little motorized device that integrates with these chain blinds but it was a bit pricey. Of course if I tried to make it with my own Arduino etc it would be an ugly mess.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1687546809 {#1736
          date: 2023-06-23 21:00:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@xtremeownage@lemmyonline.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1732 …}
        +nested: Doctrine\ORM\PersistentCollection {#1735 …}
        +votes: Doctrine\ORM\PersistentCollection {#1729 …}
        +reports: Doctrine\ORM\PersistentCollection {#1719 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
        -id: 3763
        -bodyTs: "'4':85 'alon':84 'arduino':123 'assist':37 'autom':49 'bit':110 'blind':51,67,105 'call':22 'chain':55,104 'channel':76 'cours':113 'devic':29,99 'disney':75 'etc':124 'forget':18 'found':95 'get':7 'googl':40 'home':41,83 'host':16 'hous':62,73 'integr':26,101 'iot':28 'like':31,39,68 'littl':97 'live':65 'loop':56 'mainstream':36 'make':118 'mayb':80 'mess':130 'motor':98 'movi':78 'one':93 'open':63 'origin':77 'pricey':111 'realli':44 'room':66 'say':61 'self':15 'servic':38 'set':12 'smart':72 'softwar':17 'someth':3 'talk':90 'tri':116 'type':57 'ugli':129 'want':5,10,45 'would':126"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46542"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687546809 {#1730
          date: 2023-06-23 21:00:09.0 +02:00
        }
        +"title": 3763
      }
      2 => App\Entity\EntryComment {#1629
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: "Wow, similar thing for me, I have a 'bicuspid aortic valve' which means the aortic valve in my heart is a bit funky and doesn't push blood through as it should. And that makes the FAA also deem me medically unfit. I think there is a process to get a medical exemption, but with the cost of getting a license so high already, I just decided to stick with MSFS. I get to 'fly' a 737 like I wanted as a kid, learn all about it, but I'm not shelling out thousands and years of my life (okay, maybe I am shelling out some money but I like pretty airports!)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1687547031 {#1598
          date: 2023-06-23 21:03:51.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@xedrak@kbin.social"
          "@skybreaker@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1599 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1725 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
        -id: 3395
        -bodyTs: "'737':77 'airport':112 'alreadi':64 'also':38 'aortic':10,15 'bicuspid':9 'bit':22 'blood':28 'cost':57 'decid':67 'deem':39 'doesn':25 'exempt':53 'faa':37 'fli':75 'funki':23 'get':50,59,73 'heart':19 'high':63 'kid':83 'learn':84 'licens':61 'life':99 'like':78,110 'm':90 'make':35 'mayb':101 'mean':13 'medic':41,52 'money':107 'msfs':71 'okay':100 'pretti':111 'process':48 'push':27 'shell':92,104 'similar':2 'stick':69 'thing':3 'think':44 'thousand':94 'unfit':42 'valv':11,16 'want':80 'wow':1 'year':96"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46567"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687547031 {#1630
          date: 2023-06-23 21:03:51.0 +02:00
        }
        +"title": 3395
      }
      0 => App\Entity\EntryComment {#1741
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +body: "That's the one--thanks!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1687572543 {#1717
          date: 2023-06-24 04:09:03.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@xtremeownage@lemmyonline.com"
          "@lml@remy.city"
          "@RadDevon@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1707 …}
        +nested: Doctrine\ORM\PersistentCollection {#2464 …}
        +votes: Doctrine\ORM\PersistentCollection {#2448 …}
        +reports: Doctrine\ORM\PersistentCollection {#2447 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
        -id: 3851
        -bodyTs: "'one':4 'thank':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/49885"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687572543 {#1739
          date: 2023-06-24 04:09:03.0 +02:00
        }
        +"title": 3851
      }
    ]
    -id: 349
    -titleTs: "'asklemmi':10 'cool':4 'hobbi':14 'lemmi':7 'life':19 'like':20 'pal':9 'pen':8 'would':2"
    -bodyTs: "'20s':47 'adventur':71 'also':60 'comment':40 'cool':22 'd':81 'due':15 'feel':72 'footbal':51 'foss':57 'free':73 'gain':10 'hobbi':38 'lemmi':26 'like':49,61,82 'love':66 'm':42 'math':53 'messag':78 'much':12 'onlin':27 'outdoor':63,70 'pal':30 'pal/chat':29 'pen':28 'person':44 'physic':55 'possibl':14 'post':2 'see':24 'send':75 'share':68 'similar':4 'someth':3 'stuff':58 'talk':84 'tell':32 'theoret':52 'thread':31 'time':17 'traction':13 'us':33 'world':50 'would':20,65 'zone':18"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1687625677
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/1468098"
    +editedAt: null
    +createdAt: DateTimeImmutable @1687539277 {#2389
      date: 2023-06-23 18:54:37.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
  +body: "I want to get into ham radio. Just like the fediverse, it's decentralized, and it's the original way to chat across the globe!"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1687547135 {#1588
    date: 2023-06-23 21:05:35.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@the_football_maestro@lemmy.ml"
    "@minorsecond@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1559 …}
  +nested: Doctrine\ORM\PersistentCollection {#1565 …}
  +votes: Doctrine\ORM\PersistentCollection {#1558 …}
  +reports: Doctrine\ORM\PersistentCollection {#1557 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1621 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1613 …}
  -id: 3352
  -bodyTs: "'across':23 'chat':22 'decentr':14 'fedivers':11 'get':4 'globe':25 'ham':6 'like':9 'origin':19 'radio':7 'want':2 'way':20"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46579"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687547135 {#1566
    date: 2023-06-23 21:05:35.0 +02:00
  }
  +"title": 3352
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
13 DENIED edit
App\Entity\EntryComment {#1563
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1564
    +user: Proxies\__CG__\App\Entity\User {#1908 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2130 …}
    +slug: "It-would-be-cool-to-have-Lemmy-pen-pals-Asklemmy"
    +title: "It would be cool to have Lemmy pen pals. Asklemmy, what are your hobbies and what's your life like?"
    +url: null
    +body: """
      I posted something similar before, but it did not gain too much traction, possibly due to time zones.\n
      \n
      It would be cool to see a Lemmy online pen pal/chat pal thread. Tell us about yourself and your hobbies in comments! I’m a person in their 20s who likes world football, theoretical maths and physics, and FOSS stuff. I also like the outdoors and would love to share about outdoor adventures. Feel free to send me a message if you’d like to talk!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 53
    +favouriteCount: 87
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1687615213 {#2385
      date: 2023-06-24 16:00:13.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2086 …}
    +votes: Doctrine\ORM\PersistentCollection {#2087 …}
    +reports: Doctrine\ORM\PersistentCollection {#2140 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2327 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2328 …}
    +badges: Doctrine\ORM\PersistentCollection {#2335 …}
    +children: [
      4 => App\Entity\EntryComment {#1563}
      3 => App\Entity\EntryComment {#1702
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: "A community can be made of very few people. It just takes a desire to keep it going!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1687547182 {#1596
          date: 2023-06-23 21:06:22.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@Lewistrick@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1683 …}
        +nested: Doctrine\ORM\PersistentCollection {#1680 …}
        +votes: Doctrine\ORM\PersistentCollection {#1686 …}
        +reports: Doctrine\ORM\PersistentCollection {#1692 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
        -id: 3355
        -bodyTs: "'communiti':2 'desir':14 'go':18 'keep':16 'made':5 'peopl':9 'take':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46581"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687547182 {#1619
          date: 2023-06-23 21:06:22.0 +02:00
        }
        +"title": 3355
      }
      1 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +body: """
          That's something I want to get into. I want to set up that self hosted software, forget what it's called, but you can integrate with IoT devices just like you can with a mainstream assistant service like Google Home.\n
          \n
          What I really want to do is automate my blinds, which are the chain loop type, so I can say "house, open the living room blinds" like they did in Smart House, the Disney channel original movie (or maybe that was Home Alone 4, but we don't talk about that one). I found a little motorized device that integrates with these chain blinds but it was a bit pricey. Of course if I tried to make it with my own Arduino etc it would be an ugly mess.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1687546809 {#1736
          date: 2023-06-23 21:00:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@xtremeownage@lemmyonline.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1732 …}
        +nested: Doctrine\ORM\PersistentCollection {#1735 …}
        +votes: Doctrine\ORM\PersistentCollection {#1729 …}
        +reports: Doctrine\ORM\PersistentCollection {#1719 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
        -id: 3763
        -bodyTs: "'4':85 'alon':84 'arduino':123 'assist':37 'autom':49 'bit':110 'blind':51,67,105 'call':22 'chain':55,104 'channel':76 'cours':113 'devic':29,99 'disney':75 'etc':124 'forget':18 'found':95 'get':7 'googl':40 'home':41,83 'host':16 'hous':62,73 'integr':26,101 'iot':28 'like':31,39,68 'littl':97 'live':65 'loop':56 'mainstream':36 'make':118 'mayb':80 'mess':130 'motor':98 'movi':78 'one':93 'open':63 'origin':77 'pricey':111 'realli':44 'room':66 'say':61 'self':15 'servic':38 'set':12 'smart':72 'softwar':17 'someth':3 'talk':90 'tri':116 'type':57 'ugli':129 'want':5,10,45 'would':126"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46542"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687546809 {#1730
          date: 2023-06-23 21:00:09.0 +02:00
        }
        +"title": 3763
      }
      2 => App\Entity\EntryComment {#1629
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: "Wow, similar thing for me, I have a 'bicuspid aortic valve' which means the aortic valve in my heart is a bit funky and doesn't push blood through as it should. And that makes the FAA also deem me medically unfit. I think there is a process to get a medical exemption, but with the cost of getting a license so high already, I just decided to stick with MSFS. I get to 'fly' a 737 like I wanted as a kid, learn all about it, but I'm not shelling out thousands and years of my life (okay, maybe I am shelling out some money but I like pretty airports!)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1687547031 {#1598
          date: 2023-06-23 21:03:51.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@xedrak@kbin.social"
          "@skybreaker@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1599 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1725 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
        -id: 3395
        -bodyTs: "'737':77 'airport':112 'alreadi':64 'also':38 'aortic':10,15 'bicuspid':9 'bit':22 'blood':28 'cost':57 'decid':67 'deem':39 'doesn':25 'exempt':53 'faa':37 'fli':75 'funki':23 'get':50,59,73 'heart':19 'high':63 'kid':83 'learn':84 'licens':61 'life':99 'like':78,110 'm':90 'make':35 'mayb':101 'mean':13 'medic':41,52 'money':107 'msfs':71 'okay':100 'pretti':111 'process':48 'push':27 'shell':92,104 'similar':2 'stick':69 'thing':3 'think':44 'thousand':94 'unfit':42 'valv':11,16 'want':80 'wow':1 'year':96"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46567"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687547031 {#1630
          date: 2023-06-23 21:03:51.0 +02:00
        }
        +"title": 3395
      }
      0 => App\Entity\EntryComment {#1741
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +body: "That's the one--thanks!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1687572543 {#1717
          date: 2023-06-24 04:09:03.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@xtremeownage@lemmyonline.com"
          "@lml@remy.city"
          "@RadDevon@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1707 …}
        +nested: Doctrine\ORM\PersistentCollection {#2464 …}
        +votes: Doctrine\ORM\PersistentCollection {#2448 …}
        +reports: Doctrine\ORM\PersistentCollection {#2447 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
        -id: 3851
        -bodyTs: "'one':4 'thank':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/49885"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687572543 {#1739
          date: 2023-06-24 04:09:03.0 +02:00
        }
        +"title": 3851
      }
    ]
    -id: 349
    -titleTs: "'asklemmi':10 'cool':4 'hobbi':14 'lemmi':7 'life':19 'like':20 'pal':9 'pen':8 'would':2"
    -bodyTs: "'20s':47 'adventur':71 'also':60 'comment':40 'cool':22 'd':81 'due':15 'feel':72 'footbal':51 'foss':57 'free':73 'gain':10 'hobbi':38 'lemmi':26 'like':49,61,82 'love':66 'm':42 'math':53 'messag':78 'much':12 'onlin':27 'outdoor':63,70 'pal':30 'pal/chat':29 'pen':28 'person':44 'physic':55 'possibl':14 'post':2 'see':24 'send':75 'share':68 'similar':4 'someth':3 'stuff':58 'talk':84 'tell':32 'theoret':52 'thread':31 'time':17 'traction':13 'us':33 'world':50 'would':20,65 'zone':18"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1687625677
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/1468098"
    +editedAt: null
    +createdAt: DateTimeImmutable @1687539277 {#2389
      date: 2023-06-23 18:54:37.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
  +body: "I want to get into ham radio. Just like the fediverse, it's decentralized, and it's the original way to chat across the globe!"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1687547135 {#1588
    date: 2023-06-23 21:05:35.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@the_football_maestro@lemmy.ml"
    "@minorsecond@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1559 …}
  +nested: Doctrine\ORM\PersistentCollection {#1565 …}
  +votes: Doctrine\ORM\PersistentCollection {#1558 …}
  +reports: Doctrine\ORM\PersistentCollection {#1557 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1621 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1613 …}
  -id: 3352
  -bodyTs: "'across':23 'chat':22 'decentr':14 'fedivers':11 'get':4 'globe':25 'ham':6 'like':9 'origin':19 'radio':7 'want':2 'way':20"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46579"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687547135 {#1566
    date: 2023-06-23 21:05:35.0 +02:00
  }
  +"title": 3352
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
14 DENIED moderate
App\Entity\EntryComment {#1563
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1564
    +user: Proxies\__CG__\App\Entity\User {#1908 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2130 …}
    +slug: "It-would-be-cool-to-have-Lemmy-pen-pals-Asklemmy"
    +title: "It would be cool to have Lemmy pen pals. Asklemmy, what are your hobbies and what's your life like?"
    +url: null
    +body: """
      I posted something similar before, but it did not gain too much traction, possibly due to time zones.\n
      \n
      It would be cool to see a Lemmy online pen pal/chat pal thread. Tell us about yourself and your hobbies in comments! I’m a person in their 20s who likes world football, theoretical maths and physics, and FOSS stuff. I also like the outdoors and would love to share about outdoor adventures. Feel free to send me a message if you’d like to talk!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 53
    +favouriteCount: 87
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1687615213 {#2385
      date: 2023-06-24 16:00:13.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2086 …}
    +votes: Doctrine\ORM\PersistentCollection {#2087 …}
    +reports: Doctrine\ORM\PersistentCollection {#2140 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2327 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2328 …}
    +badges: Doctrine\ORM\PersistentCollection {#2335 …}
    +children: [
      4 => App\Entity\EntryComment {#1563}
      3 => App\Entity\EntryComment {#1702
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: "A community can be made of very few people. It just takes a desire to keep it going!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1687547182 {#1596
          date: 2023-06-23 21:06:22.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@Lewistrick@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1683 …}
        +nested: Doctrine\ORM\PersistentCollection {#1680 …}
        +votes: Doctrine\ORM\PersistentCollection {#1686 …}
        +reports: Doctrine\ORM\PersistentCollection {#1692 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
        -id: 3355
        -bodyTs: "'communiti':2 'desir':14 'go':18 'keep':16 'made':5 'peopl':9 'take':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46581"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687547182 {#1619
          date: 2023-06-23 21:06:22.0 +02:00
        }
        +"title": 3355
      }
      1 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +body: """
          That's something I want to get into. I want to set up that self hosted software, forget what it's called, but you can integrate with IoT devices just like you can with a mainstream assistant service like Google Home.\n
          \n
          What I really want to do is automate my blinds, which are the chain loop type, so I can say "house, open the living room blinds" like they did in Smart House, the Disney channel original movie (or maybe that was Home Alone 4, but we don't talk about that one). I found a little motorized device that integrates with these chain blinds but it was a bit pricey. Of course if I tried to make it with my own Arduino etc it would be an ugly mess.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1687546809 {#1736
          date: 2023-06-23 21:00:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@xtremeownage@lemmyonline.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1732 …}
        +nested: Doctrine\ORM\PersistentCollection {#1735 …}
        +votes: Doctrine\ORM\PersistentCollection {#1729 …}
        +reports: Doctrine\ORM\PersistentCollection {#1719 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
        -id: 3763
        -bodyTs: "'4':85 'alon':84 'arduino':123 'assist':37 'autom':49 'bit':110 'blind':51,67,105 'call':22 'chain':55,104 'channel':76 'cours':113 'devic':29,99 'disney':75 'etc':124 'forget':18 'found':95 'get':7 'googl':40 'home':41,83 'host':16 'hous':62,73 'integr':26,101 'iot':28 'like':31,39,68 'littl':97 'live':65 'loop':56 'mainstream':36 'make':118 'mayb':80 'mess':130 'motor':98 'movi':78 'one':93 'open':63 'origin':77 'pricey':111 'realli':44 'room':66 'say':61 'self':15 'servic':38 'set':12 'smart':72 'softwar':17 'someth':3 'talk':90 'tri':116 'type':57 'ugli':129 'want':5,10,45 'would':126"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46542"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687546809 {#1730
          date: 2023-06-23 21:00:09.0 +02:00
        }
        +"title": 3763
      }
      2 => App\Entity\EntryComment {#1629
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: "Wow, similar thing for me, I have a 'bicuspid aortic valve' which means the aortic valve in my heart is a bit funky and doesn't push blood through as it should. And that makes the FAA also deem me medically unfit. I think there is a process to get a medical exemption, but with the cost of getting a license so high already, I just decided to stick with MSFS. I get to 'fly' a 737 like I wanted as a kid, learn all about it, but I'm not shelling out thousands and years of my life (okay, maybe I am shelling out some money but I like pretty airports!)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1687547031 {#1598
          date: 2023-06-23 21:03:51.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@xedrak@kbin.social"
          "@skybreaker@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1599 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1725 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
        -id: 3395
        -bodyTs: "'737':77 'airport':112 'alreadi':64 'also':38 'aortic':10,15 'bicuspid':9 'bit':22 'blood':28 'cost':57 'decid':67 'deem':39 'doesn':25 'exempt':53 'faa':37 'fli':75 'funki':23 'get':50,59,73 'heart':19 'high':63 'kid':83 'learn':84 'licens':61 'life':99 'like':78,110 'm':90 'make':35 'mayb':101 'mean':13 'medic':41,52 'money':107 'msfs':71 'okay':100 'pretti':111 'process':48 'push':27 'shell':92,104 'similar':2 'stick':69 'thing':3 'think':44 'thousand':94 'unfit':42 'valv':11,16 'want':80 'wow':1 'year':96"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46567"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687547031 {#1630
          date: 2023-06-23 21:03:51.0 +02:00
        }
        +"title": 3395
      }
      0 => App\Entity\EntryComment {#1741
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +body: "That's the one--thanks!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1687572543 {#1717
          date: 2023-06-24 04:09:03.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@xtremeownage@lemmyonline.com"
          "@lml@remy.city"
          "@RadDevon@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1707 …}
        +nested: Doctrine\ORM\PersistentCollection {#2464 …}
        +votes: Doctrine\ORM\PersistentCollection {#2448 …}
        +reports: Doctrine\ORM\PersistentCollection {#2447 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
        -id: 3851
        -bodyTs: "'one':4 'thank':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/49885"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687572543 {#1739
          date: 2023-06-24 04:09:03.0 +02:00
        }
        +"title": 3851
      }
    ]
    -id: 349
    -titleTs: "'asklemmi':10 'cool':4 'hobbi':14 'lemmi':7 'life':19 'like':20 'pal':9 'pen':8 'would':2"
    -bodyTs: "'20s':47 'adventur':71 'also':60 'comment':40 'cool':22 'd':81 'due':15 'feel':72 'footbal':51 'foss':57 'free':73 'gain':10 'hobbi':38 'lemmi':26 'like':49,61,82 'love':66 'm':42 'math':53 'messag':78 'much':12 'onlin':27 'outdoor':63,70 'pal':30 'pal/chat':29 'pen':28 'person':44 'physic':55 'possibl':14 'post':2 'see':24 'send':75 'share':68 'similar':4 'someth':3 'stuff':58 'talk':84 'tell':32 'theoret':52 'thread':31 'time':17 'traction':13 'us':33 'world':50 'would':20,65 'zone':18"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1687625677
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/1468098"
    +editedAt: null
    +createdAt: DateTimeImmutable @1687539277 {#2389
      date: 2023-06-23 18:54:37.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
  +body: "I want to get into ham radio. Just like the fediverse, it's decentralized, and it's the original way to chat across the globe!"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1687547135 {#1588
    date: 2023-06-23 21:05:35.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@the_football_maestro@lemmy.ml"
    "@minorsecond@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1559 …}
  +nested: Doctrine\ORM\PersistentCollection {#1565 …}
  +votes: Doctrine\ORM\PersistentCollection {#1558 …}
  +reports: Doctrine\ORM\PersistentCollection {#1557 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1621 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1613 …}
  -id: 3352
  -bodyTs: "'across':23 'chat':22 'decentr':14 'fedivers':11 'get':4 'globe':25 'ham':6 'like':9 'origin':19 'radio':7 'want':2 'way':20"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46579"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687547135 {#1566
    date: 2023-06-23 21:05:35.0 +02:00
  }
  +"title": 3352
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
15 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
16 DENIED moderate
App\Entity\EntryComment {#1702
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1564
    +user: Proxies\__CG__\App\Entity\User {#1908 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2130 …}
    +slug: "It-would-be-cool-to-have-Lemmy-pen-pals-Asklemmy"
    +title: "It would be cool to have Lemmy pen pals. Asklemmy, what are your hobbies and what's your life like?"
    +url: null
    +body: """
      I posted something similar before, but it did not gain too much traction, possibly due to time zones.\n
      \n
      It would be cool to see a Lemmy online pen pal/chat pal thread. Tell us about yourself and your hobbies in comments! I’m a person in their 20s who likes world football, theoretical maths and physics, and FOSS stuff. I also like the outdoors and would love to share about outdoor adventures. Feel free to send me a message if you’d like to talk!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 53
    +favouriteCount: 87
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1687615213 {#2385
      date: 2023-06-24 16:00:13.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2086 …}
    +votes: Doctrine\ORM\PersistentCollection {#2087 …}
    +reports: Doctrine\ORM\PersistentCollection {#2140 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2327 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2328 …}
    +badges: Doctrine\ORM\PersistentCollection {#2335 …}
    +children: [
      4 => App\Entity\EntryComment {#1563
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
        +body: "I want to get into ham radio. Just like the fediverse, it's decentralized, and it's the original way to chat across the globe!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1687547135 {#1588
          date: 2023-06-23 21:05:35.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@minorsecond@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1559 …}
        +nested: Doctrine\ORM\PersistentCollection {#1565 …}
        +votes: Doctrine\ORM\PersistentCollection {#1558 …}
        +reports: Doctrine\ORM\PersistentCollection {#1557 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1621 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1613 …}
        -id: 3352
        -bodyTs: "'across':23 'chat':22 'decentr':14 'fedivers':11 'get':4 'globe':25 'ham':6 'like':9 'origin':19 'radio':7 'want':2 'way':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46579"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687547135 {#1566
          date: 2023-06-23 21:05:35.0 +02:00
        }
        +"title": 3352
      }
      3 => App\Entity\EntryComment {#1702}
      1 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +body: """
          That's something I want to get into. I want to set up that self hosted software, forget what it's called, but you can integrate with IoT devices just like you can with a mainstream assistant service like Google Home.\n
          \n
          What I really want to do is automate my blinds, which are the chain loop type, so I can say "house, open the living room blinds" like they did in Smart House, the Disney channel original movie (or maybe that was Home Alone 4, but we don't talk about that one). I found a little motorized device that integrates with these chain blinds but it was a bit pricey. Of course if I tried to make it with my own Arduino etc it would be an ugly mess.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1687546809 {#1736
          date: 2023-06-23 21:00:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@xtremeownage@lemmyonline.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1732 …}
        +nested: Doctrine\ORM\PersistentCollection {#1735 …}
        +votes: Doctrine\ORM\PersistentCollection {#1729 …}
        +reports: Doctrine\ORM\PersistentCollection {#1719 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
        -id: 3763
        -bodyTs: "'4':85 'alon':84 'arduino':123 'assist':37 'autom':49 'bit':110 'blind':51,67,105 'call':22 'chain':55,104 'channel':76 'cours':113 'devic':29,99 'disney':75 'etc':124 'forget':18 'found':95 'get':7 'googl':40 'home':41,83 'host':16 'hous':62,73 'integr':26,101 'iot':28 'like':31,39,68 'littl':97 'live':65 'loop':56 'mainstream':36 'make':118 'mayb':80 'mess':130 'motor':98 'movi':78 'one':93 'open':63 'origin':77 'pricey':111 'realli':44 'room':66 'say':61 'self':15 'servic':38 'set':12 'smart':72 'softwar':17 'someth':3 'talk':90 'tri':116 'type':57 'ugli':129 'want':5,10,45 'would':126"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46542"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687546809 {#1730
          date: 2023-06-23 21:00:09.0 +02:00
        }
        +"title": 3763
      }
      2 => App\Entity\EntryComment {#1629
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: "Wow, similar thing for me, I have a 'bicuspid aortic valve' which means the aortic valve in my heart is a bit funky and doesn't push blood through as it should. And that makes the FAA also deem me medically unfit. I think there is a process to get a medical exemption, but with the cost of getting a license so high already, I just decided to stick with MSFS. I get to 'fly' a 737 like I wanted as a kid, learn all about it, but I'm not shelling out thousands and years of my life (okay, maybe I am shelling out some money but I like pretty airports!)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1687547031 {#1598
          date: 2023-06-23 21:03:51.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@xedrak@kbin.social"
          "@skybreaker@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1599 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1725 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
        -id: 3395
        -bodyTs: "'737':77 'airport':112 'alreadi':64 'also':38 'aortic':10,15 'bicuspid':9 'bit':22 'blood':28 'cost':57 'decid':67 'deem':39 'doesn':25 'exempt':53 'faa':37 'fli':75 'funki':23 'get':50,59,73 'heart':19 'high':63 'kid':83 'learn':84 'licens':61 'life':99 'like':78,110 'm':90 'make':35 'mayb':101 'mean':13 'medic':41,52 'money':107 'msfs':71 'okay':100 'pretti':111 'process':48 'push':27 'shell':92,104 'similar':2 'stick':69 'thing':3 'think':44 'thousand':94 'unfit':42 'valv':11,16 'want':80 'wow':1 'year':96"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46567"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687547031 {#1630
          date: 2023-06-23 21:03:51.0 +02:00
        }
        +"title": 3395
      }
      0 => App\Entity\EntryComment {#1741
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +body: "That's the one--thanks!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1687572543 {#1717
          date: 2023-06-24 04:09:03.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@xtremeownage@lemmyonline.com"
          "@lml@remy.city"
          "@RadDevon@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1707 …}
        +nested: Doctrine\ORM\PersistentCollection {#2464 …}
        +votes: Doctrine\ORM\PersistentCollection {#2448 …}
        +reports: Doctrine\ORM\PersistentCollection {#2447 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
        -id: 3851
        -bodyTs: "'one':4 'thank':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/49885"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687572543 {#1739
          date: 2023-06-24 04:09:03.0 +02:00
        }
        +"title": 3851
      }
    ]
    -id: 349
    -titleTs: "'asklemmi':10 'cool':4 'hobbi':14 'lemmi':7 'life':19 'like':20 'pal':9 'pen':8 'would':2"
    -bodyTs: "'20s':47 'adventur':71 'also':60 'comment':40 'cool':22 'd':81 'due':15 'feel':72 'footbal':51 'foss':57 'free':73 'gain':10 'hobbi':38 'lemmi':26 'like':49,61,82 'love':66 'm':42 'math':53 'messag':78 'much':12 'onlin':27 'outdoor':63,70 'pal':30 'pal/chat':29 'pen':28 'person':44 'physic':55 'possibl':14 'post':2 'see':24 'send':75 'share':68 'similar':4 'someth':3 'stuff':58 'talk':84 'tell':32 'theoret':52 'thread':31 'time':17 'traction':13 'us':33 'world':50 'would':20,65 'zone':18"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1687625677
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/1468098"
    +editedAt: null
    +createdAt: DateTimeImmutable @1687539277 {#2389
      date: 2023-06-23 18:54:37.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
  +body: "A community can be made of very few people. It just takes a desire to keep it going!"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1687547182 {#1596
    date: 2023-06-23 21:06:22.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@the_football_maestro@lemmy.ml"
    "@Lewistrick@feddit.nl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1683 …}
  +nested: Doctrine\ORM\PersistentCollection {#1680 …}
  +votes: Doctrine\ORM\PersistentCollection {#1686 …}
  +reports: Doctrine\ORM\PersistentCollection {#1692 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
  -id: 3355
  -bodyTs: "'communiti':2 'desir':14 'go':18 'keep':16 'made':5 'peopl':9 'take':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46581"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687547182 {#1619
    date: 2023-06-23 21:06:22.0 +02:00
  }
  +"title": 3355
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
17 DENIED edit
App\Entity\EntryComment {#1702
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1564
    +user: Proxies\__CG__\App\Entity\User {#1908 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2130 …}
    +slug: "It-would-be-cool-to-have-Lemmy-pen-pals-Asklemmy"
    +title: "It would be cool to have Lemmy pen pals. Asklemmy, what are your hobbies and what's your life like?"
    +url: null
    +body: """
      I posted something similar before, but it did not gain too much traction, possibly due to time zones.\n
      \n
      It would be cool to see a Lemmy online pen pal/chat pal thread. Tell us about yourself and your hobbies in comments! I’m a person in their 20s who likes world football, theoretical maths and physics, and FOSS stuff. I also like the outdoors and would love to share about outdoor adventures. Feel free to send me a message if you’d like to talk!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 53
    +favouriteCount: 87
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1687615213 {#2385
      date: 2023-06-24 16:00:13.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2086 …}
    +votes: Doctrine\ORM\PersistentCollection {#2087 …}
    +reports: Doctrine\ORM\PersistentCollection {#2140 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2327 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2328 …}
    +badges: Doctrine\ORM\PersistentCollection {#2335 …}
    +children: [
      4 => App\Entity\EntryComment {#1563
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
        +body: "I want to get into ham radio. Just like the fediverse, it's decentralized, and it's the original way to chat across the globe!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1687547135 {#1588
          date: 2023-06-23 21:05:35.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@minorsecond@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1559 …}
        +nested: Doctrine\ORM\PersistentCollection {#1565 …}
        +votes: Doctrine\ORM\PersistentCollection {#1558 …}
        +reports: Doctrine\ORM\PersistentCollection {#1557 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1621 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1613 …}
        -id: 3352
        -bodyTs: "'across':23 'chat':22 'decentr':14 'fedivers':11 'get':4 'globe':25 'ham':6 'like':9 'origin':19 'radio':7 'want':2 'way':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46579"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687547135 {#1566
          date: 2023-06-23 21:05:35.0 +02:00
        }
        +"title": 3352
      }
      3 => App\Entity\EntryComment {#1702}
      1 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +body: """
          That's something I want to get into. I want to set up that self hosted software, forget what it's called, but you can integrate with IoT devices just like you can with a mainstream assistant service like Google Home.\n
          \n
          What I really want to do is automate my blinds, which are the chain loop type, so I can say "house, open the living room blinds" like they did in Smart House, the Disney channel original movie (or maybe that was Home Alone 4, but we don't talk about that one). I found a little motorized device that integrates with these chain blinds but it was a bit pricey. Of course if I tried to make it with my own Arduino etc it would be an ugly mess.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1687546809 {#1736
          date: 2023-06-23 21:00:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@xtremeownage@lemmyonline.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1732 …}
        +nested: Doctrine\ORM\PersistentCollection {#1735 …}
        +votes: Doctrine\ORM\PersistentCollection {#1729 …}
        +reports: Doctrine\ORM\PersistentCollection {#1719 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
        -id: 3763
        -bodyTs: "'4':85 'alon':84 'arduino':123 'assist':37 'autom':49 'bit':110 'blind':51,67,105 'call':22 'chain':55,104 'channel':76 'cours':113 'devic':29,99 'disney':75 'etc':124 'forget':18 'found':95 'get':7 'googl':40 'home':41,83 'host':16 'hous':62,73 'integr':26,101 'iot':28 'like':31,39,68 'littl':97 'live':65 'loop':56 'mainstream':36 'make':118 'mayb':80 'mess':130 'motor':98 'movi':78 'one':93 'open':63 'origin':77 'pricey':111 'realli':44 'room':66 'say':61 'self':15 'servic':38 'set':12 'smart':72 'softwar':17 'someth':3 'talk':90 'tri':116 'type':57 'ugli':129 'want':5,10,45 'would':126"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46542"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687546809 {#1730
          date: 2023-06-23 21:00:09.0 +02:00
        }
        +"title": 3763
      }
      2 => App\Entity\EntryComment {#1629
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: "Wow, similar thing for me, I have a 'bicuspid aortic valve' which means the aortic valve in my heart is a bit funky and doesn't push blood through as it should. And that makes the FAA also deem me medically unfit. I think there is a process to get a medical exemption, but with the cost of getting a license so high already, I just decided to stick with MSFS. I get to 'fly' a 737 like I wanted as a kid, learn all about it, but I'm not shelling out thousands and years of my life (okay, maybe I am shelling out some money but I like pretty airports!)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1687547031 {#1598
          date: 2023-06-23 21:03:51.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@xedrak@kbin.social"
          "@skybreaker@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1599 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1725 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
        -id: 3395
        -bodyTs: "'737':77 'airport':112 'alreadi':64 'also':38 'aortic':10,15 'bicuspid':9 'bit':22 'blood':28 'cost':57 'decid':67 'deem':39 'doesn':25 'exempt':53 'faa':37 'fli':75 'funki':23 'get':50,59,73 'heart':19 'high':63 'kid':83 'learn':84 'licens':61 'life':99 'like':78,110 'm':90 'make':35 'mayb':101 'mean':13 'medic':41,52 'money':107 'msfs':71 'okay':100 'pretti':111 'process':48 'push':27 'shell':92,104 'similar':2 'stick':69 'thing':3 'think':44 'thousand':94 'unfit':42 'valv':11,16 'want':80 'wow':1 'year':96"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46567"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687547031 {#1630
          date: 2023-06-23 21:03:51.0 +02:00
        }
        +"title": 3395
      }
      0 => App\Entity\EntryComment {#1741
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +body: "That's the one--thanks!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1687572543 {#1717
          date: 2023-06-24 04:09:03.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@xtremeownage@lemmyonline.com"
          "@lml@remy.city"
          "@RadDevon@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1707 …}
        +nested: Doctrine\ORM\PersistentCollection {#2464 …}
        +votes: Doctrine\ORM\PersistentCollection {#2448 …}
        +reports: Doctrine\ORM\PersistentCollection {#2447 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
        -id: 3851
        -bodyTs: "'one':4 'thank':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/49885"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687572543 {#1739
          date: 2023-06-24 04:09:03.0 +02:00
        }
        +"title": 3851
      }
    ]
    -id: 349
    -titleTs: "'asklemmi':10 'cool':4 'hobbi':14 'lemmi':7 'life':19 'like':20 'pal':9 'pen':8 'would':2"
    -bodyTs: "'20s':47 'adventur':71 'also':60 'comment':40 'cool':22 'd':81 'due':15 'feel':72 'footbal':51 'foss':57 'free':73 'gain':10 'hobbi':38 'lemmi':26 'like':49,61,82 'love':66 'm':42 'math':53 'messag':78 'much':12 'onlin':27 'outdoor':63,70 'pal':30 'pal/chat':29 'pen':28 'person':44 'physic':55 'possibl':14 'post':2 'see':24 'send':75 'share':68 'similar':4 'someth':3 'stuff':58 'talk':84 'tell':32 'theoret':52 'thread':31 'time':17 'traction':13 'us':33 'world':50 'would':20,65 'zone':18"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1687625677
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/1468098"
    +editedAt: null
    +createdAt: DateTimeImmutable @1687539277 {#2389
      date: 2023-06-23 18:54:37.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
  +body: "A community can be made of very few people. It just takes a desire to keep it going!"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1687547182 {#1596
    date: 2023-06-23 21:06:22.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@the_football_maestro@lemmy.ml"
    "@Lewistrick@feddit.nl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1683 …}
  +nested: Doctrine\ORM\PersistentCollection {#1680 …}
  +votes: Doctrine\ORM\PersistentCollection {#1686 …}
  +reports: Doctrine\ORM\PersistentCollection {#1692 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
  -id: 3355
  -bodyTs: "'communiti':2 'desir':14 'go':18 'keep':16 'made':5 'peopl':9 'take':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46581"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687547182 {#1619
    date: 2023-06-23 21:06:22.0 +02:00
  }
  +"title": 3355
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
18 DENIED moderate
App\Entity\EntryComment {#1702
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1564
    +user: Proxies\__CG__\App\Entity\User {#1908 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2130 …}
    +slug: "It-would-be-cool-to-have-Lemmy-pen-pals-Asklemmy"
    +title: "It would be cool to have Lemmy pen pals. Asklemmy, what are your hobbies and what's your life like?"
    +url: null
    +body: """
      I posted something similar before, but it did not gain too much traction, possibly due to time zones.\n
      \n
      It would be cool to see a Lemmy online pen pal/chat pal thread. Tell us about yourself and your hobbies in comments! I’m a person in their 20s who likes world football, theoretical maths and physics, and FOSS stuff. I also like the outdoors and would love to share about outdoor adventures. Feel free to send me a message if you’d like to talk!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 53
    +favouriteCount: 87
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1687615213 {#2385
      date: 2023-06-24 16:00:13.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2086 …}
    +votes: Doctrine\ORM\PersistentCollection {#2087 …}
    +reports: Doctrine\ORM\PersistentCollection {#2140 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2327 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2328 …}
    +badges: Doctrine\ORM\PersistentCollection {#2335 …}
    +children: [
      4 => App\Entity\EntryComment {#1563
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
        +body: "I want to get into ham radio. Just like the fediverse, it's decentralized, and it's the original way to chat across the globe!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1687547135 {#1588
          date: 2023-06-23 21:05:35.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@minorsecond@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1559 …}
        +nested: Doctrine\ORM\PersistentCollection {#1565 …}
        +votes: Doctrine\ORM\PersistentCollection {#1558 …}
        +reports: Doctrine\ORM\PersistentCollection {#1557 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1621 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1613 …}
        -id: 3352
        -bodyTs: "'across':23 'chat':22 'decentr':14 'fedivers':11 'get':4 'globe':25 'ham':6 'like':9 'origin':19 'radio':7 'want':2 'way':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46579"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687547135 {#1566
          date: 2023-06-23 21:05:35.0 +02:00
        }
        +"title": 3352
      }
      3 => App\Entity\EntryComment {#1702}
      1 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +body: """
          That's something I want to get into. I want to set up that self hosted software, forget what it's called, but you can integrate with IoT devices just like you can with a mainstream assistant service like Google Home.\n
          \n
          What I really want to do is automate my blinds, which are the chain loop type, so I can say "house, open the living room blinds" like they did in Smart House, the Disney channel original movie (or maybe that was Home Alone 4, but we don't talk about that one). I found a little motorized device that integrates with these chain blinds but it was a bit pricey. Of course if I tried to make it with my own Arduino etc it would be an ugly mess.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1687546809 {#1736
          date: 2023-06-23 21:00:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@xtremeownage@lemmyonline.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1732 …}
        +nested: Doctrine\ORM\PersistentCollection {#1735 …}
        +votes: Doctrine\ORM\PersistentCollection {#1729 …}
        +reports: Doctrine\ORM\PersistentCollection {#1719 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
        -id: 3763
        -bodyTs: "'4':85 'alon':84 'arduino':123 'assist':37 'autom':49 'bit':110 'blind':51,67,105 'call':22 'chain':55,104 'channel':76 'cours':113 'devic':29,99 'disney':75 'etc':124 'forget':18 'found':95 'get':7 'googl':40 'home':41,83 'host':16 'hous':62,73 'integr':26,101 'iot':28 'like':31,39,68 'littl':97 'live':65 'loop':56 'mainstream':36 'make':118 'mayb':80 'mess':130 'motor':98 'movi':78 'one':93 'open':63 'origin':77 'pricey':111 'realli':44 'room':66 'say':61 'self':15 'servic':38 'set':12 'smart':72 'softwar':17 'someth':3 'talk':90 'tri':116 'type':57 'ugli':129 'want':5,10,45 'would':126"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46542"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687546809 {#1730
          date: 2023-06-23 21:00:09.0 +02:00
        }
        +"title": 3763
      }
      2 => App\Entity\EntryComment {#1629
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: "Wow, similar thing for me, I have a 'bicuspid aortic valve' which means the aortic valve in my heart is a bit funky and doesn't push blood through as it should. And that makes the FAA also deem me medically unfit. I think there is a process to get a medical exemption, but with the cost of getting a license so high already, I just decided to stick with MSFS. I get to 'fly' a 737 like I wanted as a kid, learn all about it, but I'm not shelling out thousands and years of my life (okay, maybe I am shelling out some money but I like pretty airports!)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1687547031 {#1598
          date: 2023-06-23 21:03:51.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@xedrak@kbin.social"
          "@skybreaker@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1599 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1725 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
        -id: 3395
        -bodyTs: "'737':77 'airport':112 'alreadi':64 'also':38 'aortic':10,15 'bicuspid':9 'bit':22 'blood':28 'cost':57 'decid':67 'deem':39 'doesn':25 'exempt':53 'faa':37 'fli':75 'funki':23 'get':50,59,73 'heart':19 'high':63 'kid':83 'learn':84 'licens':61 'life':99 'like':78,110 'm':90 'make':35 'mayb':101 'mean':13 'medic':41,52 'money':107 'msfs':71 'okay':100 'pretti':111 'process':48 'push':27 'shell':92,104 'similar':2 'stick':69 'thing':3 'think':44 'thousand':94 'unfit':42 'valv':11,16 'want':80 'wow':1 'year':96"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46567"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687547031 {#1630
          date: 2023-06-23 21:03:51.0 +02:00
        }
        +"title": 3395
      }
      0 => App\Entity\EntryComment {#1741
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +body: "That's the one--thanks!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1687572543 {#1717
          date: 2023-06-24 04:09:03.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@xtremeownage@lemmyonline.com"
          "@lml@remy.city"
          "@RadDevon@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1707 …}
        +nested: Doctrine\ORM\PersistentCollection {#2464 …}
        +votes: Doctrine\ORM\PersistentCollection {#2448 …}
        +reports: Doctrine\ORM\PersistentCollection {#2447 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
        -id: 3851
        -bodyTs: "'one':4 'thank':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/49885"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687572543 {#1739
          date: 2023-06-24 04:09:03.0 +02:00
        }
        +"title": 3851
      }
    ]
    -id: 349
    -titleTs: "'asklemmi':10 'cool':4 'hobbi':14 'lemmi':7 'life':19 'like':20 'pal':9 'pen':8 'would':2"
    -bodyTs: "'20s':47 'adventur':71 'also':60 'comment':40 'cool':22 'd':81 'due':15 'feel':72 'footbal':51 'foss':57 'free':73 'gain':10 'hobbi':38 'lemmi':26 'like':49,61,82 'love':66 'm':42 'math':53 'messag':78 'much':12 'onlin':27 'outdoor':63,70 'pal':30 'pal/chat':29 'pen':28 'person':44 'physic':55 'possibl':14 'post':2 'see':24 'send':75 'share':68 'similar':4 'someth':3 'stuff':58 'talk':84 'tell':32 'theoret':52 'thread':31 'time':17 'traction':13 'us':33 'world':50 'would':20,65 'zone':18"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1687625677
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/1468098"
    +editedAt: null
    +createdAt: DateTimeImmutable @1687539277 {#2389
      date: 2023-06-23 18:54:37.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
  +body: "A community can be made of very few people. It just takes a desire to keep it going!"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1687547182 {#1596
    date: 2023-06-23 21:06:22.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@the_football_maestro@lemmy.ml"
    "@Lewistrick@feddit.nl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1683 …}
  +nested: Doctrine\ORM\PersistentCollection {#1680 …}
  +votes: Doctrine\ORM\PersistentCollection {#1686 …}
  +reports: Doctrine\ORM\PersistentCollection {#1692 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
  -id: 3355
  -bodyTs: "'communiti':2 'desir':14 'go':18 'keep':16 'made':5 'peopl':9 'take':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46581"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687547182 {#1619
    date: 2023-06-23 21:06:22.0 +02:00
  }
  +"title": 3355
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
19 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
20 DENIED moderate
App\Entity\EntryComment {#1737
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1564
    +user: Proxies\__CG__\App\Entity\User {#1908 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2130 …}
    +slug: "It-would-be-cool-to-have-Lemmy-pen-pals-Asklemmy"
    +title: "It would be cool to have Lemmy pen pals. Asklemmy, what are your hobbies and what's your life like?"
    +url: null
    +body: """
      I posted something similar before, but it did not gain too much traction, possibly due to time zones.\n
      \n
      It would be cool to see a Lemmy online pen pal/chat pal thread. Tell us about yourself and your hobbies in comments! I’m a person in their 20s who likes world football, theoretical maths and physics, and FOSS stuff. I also like the outdoors and would love to share about outdoor adventures. Feel free to send me a message if you’d like to talk!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 53
    +favouriteCount: 87
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1687615213 {#2385
      date: 2023-06-24 16:00:13.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2086 …}
    +votes: Doctrine\ORM\PersistentCollection {#2087 …}
    +reports: Doctrine\ORM\PersistentCollection {#2140 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2327 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2328 …}
    +badges: Doctrine\ORM\PersistentCollection {#2335 …}
    +children: [
      4 => App\Entity\EntryComment {#1563
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
        +body: "I want to get into ham radio. Just like the fediverse, it's decentralized, and it's the original way to chat across the globe!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1687547135 {#1588
          date: 2023-06-23 21:05:35.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@minorsecond@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1559 …}
        +nested: Doctrine\ORM\PersistentCollection {#1565 …}
        +votes: Doctrine\ORM\PersistentCollection {#1558 …}
        +reports: Doctrine\ORM\PersistentCollection {#1557 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1621 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1613 …}
        -id: 3352
        -bodyTs: "'across':23 'chat':22 'decentr':14 'fedivers':11 'get':4 'globe':25 'ham':6 'like':9 'origin':19 'radio':7 'want':2 'way':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46579"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687547135 {#1566
          date: 2023-06-23 21:05:35.0 +02:00
        }
        +"title": 3352
      }
      3 => App\Entity\EntryComment {#1702
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: "A community can be made of very few people. It just takes a desire to keep it going!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1687547182 {#1596
          date: 2023-06-23 21:06:22.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@Lewistrick@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1683 …}
        +nested: Doctrine\ORM\PersistentCollection {#1680 …}
        +votes: Doctrine\ORM\PersistentCollection {#1686 …}
        +reports: Doctrine\ORM\PersistentCollection {#1692 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
        -id: 3355
        -bodyTs: "'communiti':2 'desir':14 'go':18 'keep':16 'made':5 'peopl':9 'take':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46581"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687547182 {#1619
          date: 2023-06-23 21:06:22.0 +02:00
        }
        +"title": 3355
      }
      1 => App\Entity\EntryComment {#1737}
      2 => App\Entity\EntryComment {#1629
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: "Wow, similar thing for me, I have a 'bicuspid aortic valve' which means the aortic valve in my heart is a bit funky and doesn't push blood through as it should. And that makes the FAA also deem me medically unfit. I think there is a process to get a medical exemption, but with the cost of getting a license so high already, I just decided to stick with MSFS. I get to 'fly' a 737 like I wanted as a kid, learn all about it, but I'm not shelling out thousands and years of my life (okay, maybe I am shelling out some money but I like pretty airports!)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1687547031 {#1598
          date: 2023-06-23 21:03:51.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@xedrak@kbin.social"
          "@skybreaker@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1599 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1725 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
        -id: 3395
        -bodyTs: "'737':77 'airport':112 'alreadi':64 'also':38 'aortic':10,15 'bicuspid':9 'bit':22 'blood':28 'cost':57 'decid':67 'deem':39 'doesn':25 'exempt':53 'faa':37 'fli':75 'funki':23 'get':50,59,73 'heart':19 'high':63 'kid':83 'learn':84 'licens':61 'life':99 'like':78,110 'm':90 'make':35 'mayb':101 'mean':13 'medic':41,52 'money':107 'msfs':71 'okay':100 'pretti':111 'process':48 'push':27 'shell':92,104 'similar':2 'stick':69 'thing':3 'think':44 'thousand':94 'unfit':42 'valv':11,16 'want':80 'wow':1 'year':96"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46567"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687547031 {#1630
          date: 2023-06-23 21:03:51.0 +02:00
        }
        +"title": 3395
      }
      0 => App\Entity\EntryComment {#1741
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +body: "That's the one--thanks!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1687572543 {#1717
          date: 2023-06-24 04:09:03.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@xtremeownage@lemmyonline.com"
          "@lml@remy.city"
          "@RadDevon@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1707 …}
        +nested: Doctrine\ORM\PersistentCollection {#2464 …}
        +votes: Doctrine\ORM\PersistentCollection {#2448 …}
        +reports: Doctrine\ORM\PersistentCollection {#2447 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
        -id: 3851
        -bodyTs: "'one':4 'thank':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/49885"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687572543 {#1739
          date: 2023-06-24 04:09:03.0 +02:00
        }
        +"title": 3851
      }
    ]
    -id: 349
    -titleTs: "'asklemmi':10 'cool':4 'hobbi':14 'lemmi':7 'life':19 'like':20 'pal':9 'pen':8 'would':2"
    -bodyTs: "'20s':47 'adventur':71 'also':60 'comment':40 'cool':22 'd':81 'due':15 'feel':72 'footbal':51 'foss':57 'free':73 'gain':10 'hobbi':38 'lemmi':26 'like':49,61,82 'love':66 'm':42 'math':53 'messag':78 'much':12 'onlin':27 'outdoor':63,70 'pal':30 'pal/chat':29 'pen':28 'person':44 'physic':55 'possibl':14 'post':2 'see':24 'send':75 'share':68 'similar':4 'someth':3 'stuff':58 'talk':84 'tell':32 'theoret':52 'thread':31 'time':17 'traction':13 'us':33 'world':50 'would':20,65 'zone':18"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1687625677
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/1468098"
    +editedAt: null
    +createdAt: DateTimeImmutable @1687539277 {#2389
      date: 2023-06-23 18:54:37.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
  +body: """
    That's something I want to get into. I want to set up that self hosted software, forget what it's called, but you can integrate with IoT devices just like you can with a mainstream assistant service like Google Home.\n
    \n
    What I really want to do is automate my blinds, which are the chain loop type, so I can say "house, open the living room blinds" like they did in Smart House, the Disney channel original movie (or maybe that was Home Alone 4, but we don't talk about that one). I found a little motorized device that integrates with these chain blinds but it was a bit pricey. Of course if I tried to make it with my own Arduino etc it would be an ugly mess.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1687546809 {#1736
    date: 2023-06-23 21:00:09.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@the_football_maestro@lemmy.ml"
    "@xtremeownage@lemmyonline.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1732 …}
  +nested: Doctrine\ORM\PersistentCollection {#1735 …}
  +votes: Doctrine\ORM\PersistentCollection {#1729 …}
  +reports: Doctrine\ORM\PersistentCollection {#1719 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
  -id: 3763
  -bodyTs: "'4':85 'alon':84 'arduino':123 'assist':37 'autom':49 'bit':110 'blind':51,67,105 'call':22 'chain':55,104 'channel':76 'cours':113 'devic':29,99 'disney':75 'etc':124 'forget':18 'found':95 'get':7 'googl':40 'home':41,83 'host':16 'hous':62,73 'integr':26,101 'iot':28 'like':31,39,68 'littl':97 'live':65 'loop':56 'mainstream':36 'make':118 'mayb':80 'mess':130 'motor':98 'movi':78 'one':93 'open':63 'origin':77 'pricey':111 'realli':44 'room':66 'say':61 'self':15 'servic':38 'set':12 'smart':72 'softwar':17 'someth':3 'talk':90 'tri':116 'type':57 'ugli':129 'want':5,10,45 'would':126"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46542"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687546809 {#1730
    date: 2023-06-23 21:00:09.0 +02:00
  }
  +"title": 3763
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
21 DENIED edit
App\Entity\EntryComment {#1737
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1564
    +user: Proxies\__CG__\App\Entity\User {#1908 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2130 …}
    +slug: "It-would-be-cool-to-have-Lemmy-pen-pals-Asklemmy"
    +title: "It would be cool to have Lemmy pen pals. Asklemmy, what are your hobbies and what's your life like?"
    +url: null
    +body: """
      I posted something similar before, but it did not gain too much traction, possibly due to time zones.\n
      \n
      It would be cool to see a Lemmy online pen pal/chat pal thread. Tell us about yourself and your hobbies in comments! I’m a person in their 20s who likes world football, theoretical maths and physics, and FOSS stuff. I also like the outdoors and would love to share about outdoor adventures. Feel free to send me a message if you’d like to talk!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 53
    +favouriteCount: 87
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1687615213 {#2385
      date: 2023-06-24 16:00:13.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2086 …}
    +votes: Doctrine\ORM\PersistentCollection {#2087 …}
    +reports: Doctrine\ORM\PersistentCollection {#2140 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2327 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2328 …}
    +badges: Doctrine\ORM\PersistentCollection {#2335 …}
    +children: [
      4 => App\Entity\EntryComment {#1563
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
        +body: "I want to get into ham radio. Just like the fediverse, it's decentralized, and it's the original way to chat across the globe!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1687547135 {#1588
          date: 2023-06-23 21:05:35.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@minorsecond@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1559 …}
        +nested: Doctrine\ORM\PersistentCollection {#1565 …}
        +votes: Doctrine\ORM\PersistentCollection {#1558 …}
        +reports: Doctrine\ORM\PersistentCollection {#1557 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1621 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1613 …}
        -id: 3352
        -bodyTs: "'across':23 'chat':22 'decentr':14 'fedivers':11 'get':4 'globe':25 'ham':6 'like':9 'origin':19 'radio':7 'want':2 'way':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46579"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687547135 {#1566
          date: 2023-06-23 21:05:35.0 +02:00
        }
        +"title": 3352
      }
      3 => App\Entity\EntryComment {#1702
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: "A community can be made of very few people. It just takes a desire to keep it going!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1687547182 {#1596
          date: 2023-06-23 21:06:22.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@Lewistrick@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1683 …}
        +nested: Doctrine\ORM\PersistentCollection {#1680 …}
        +votes: Doctrine\ORM\PersistentCollection {#1686 …}
        +reports: Doctrine\ORM\PersistentCollection {#1692 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
        -id: 3355
        -bodyTs: "'communiti':2 'desir':14 'go':18 'keep':16 'made':5 'peopl':9 'take':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46581"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687547182 {#1619
          date: 2023-06-23 21:06:22.0 +02:00
        }
        +"title": 3355
      }
      1 => App\Entity\EntryComment {#1737}
      2 => App\Entity\EntryComment {#1629
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: "Wow, similar thing for me, I have a 'bicuspid aortic valve' which means the aortic valve in my heart is a bit funky and doesn't push blood through as it should. And that makes the FAA also deem me medically unfit. I think there is a process to get a medical exemption, but with the cost of getting a license so high already, I just decided to stick with MSFS. I get to 'fly' a 737 like I wanted as a kid, learn all about it, but I'm not shelling out thousands and years of my life (okay, maybe I am shelling out some money but I like pretty airports!)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1687547031 {#1598
          date: 2023-06-23 21:03:51.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@xedrak@kbin.social"
          "@skybreaker@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1599 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1725 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
        -id: 3395
        -bodyTs: "'737':77 'airport':112 'alreadi':64 'also':38 'aortic':10,15 'bicuspid':9 'bit':22 'blood':28 'cost':57 'decid':67 'deem':39 'doesn':25 'exempt':53 'faa':37 'fli':75 'funki':23 'get':50,59,73 'heart':19 'high':63 'kid':83 'learn':84 'licens':61 'life':99 'like':78,110 'm':90 'make':35 'mayb':101 'mean':13 'medic':41,52 'money':107 'msfs':71 'okay':100 'pretti':111 'process':48 'push':27 'shell':92,104 'similar':2 'stick':69 'thing':3 'think':44 'thousand':94 'unfit':42 'valv':11,16 'want':80 'wow':1 'year':96"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46567"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687547031 {#1630
          date: 2023-06-23 21:03:51.0 +02:00
        }
        +"title": 3395
      }
      0 => App\Entity\EntryComment {#1741
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +body: "That's the one--thanks!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1687572543 {#1717
          date: 2023-06-24 04:09:03.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@xtremeownage@lemmyonline.com"
          "@lml@remy.city"
          "@RadDevon@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1707 …}
        +nested: Doctrine\ORM\PersistentCollection {#2464 …}
        +votes: Doctrine\ORM\PersistentCollection {#2448 …}
        +reports: Doctrine\ORM\PersistentCollection {#2447 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
        -id: 3851
        -bodyTs: "'one':4 'thank':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/49885"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687572543 {#1739
          date: 2023-06-24 04:09:03.0 +02:00
        }
        +"title": 3851
      }
    ]
    -id: 349
    -titleTs: "'asklemmi':10 'cool':4 'hobbi':14 'lemmi':7 'life':19 'like':20 'pal':9 'pen':8 'would':2"
    -bodyTs: "'20s':47 'adventur':71 'also':60 'comment':40 'cool':22 'd':81 'due':15 'feel':72 'footbal':51 'foss':57 'free':73 'gain':10 'hobbi':38 'lemmi':26 'like':49,61,82 'love':66 'm':42 'math':53 'messag':78 'much':12 'onlin':27 'outdoor':63,70 'pal':30 'pal/chat':29 'pen':28 'person':44 'physic':55 'possibl':14 'post':2 'see':24 'send':75 'share':68 'similar':4 'someth':3 'stuff':58 'talk':84 'tell':32 'theoret':52 'thread':31 'time':17 'traction':13 'us':33 'world':50 'would':20,65 'zone':18"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1687625677
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/1468098"
    +editedAt: null
    +createdAt: DateTimeImmutable @1687539277 {#2389
      date: 2023-06-23 18:54:37.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
  +body: """
    That's something I want to get into. I want to set up that self hosted software, forget what it's called, but you can integrate with IoT devices just like you can with a mainstream assistant service like Google Home.\n
    \n
    What I really want to do is automate my blinds, which are the chain loop type, so I can say "house, open the living room blinds" like they did in Smart House, the Disney channel original movie (or maybe that was Home Alone 4, but we don't talk about that one). I found a little motorized device that integrates with these chain blinds but it was a bit pricey. Of course if I tried to make it with my own Arduino etc it would be an ugly mess.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1687546809 {#1736
    date: 2023-06-23 21:00:09.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@the_football_maestro@lemmy.ml"
    "@xtremeownage@lemmyonline.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1732 …}
  +nested: Doctrine\ORM\PersistentCollection {#1735 …}
  +votes: Doctrine\ORM\PersistentCollection {#1729 …}
  +reports: Doctrine\ORM\PersistentCollection {#1719 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
  -id: 3763
  -bodyTs: "'4':85 'alon':84 'arduino':123 'assist':37 'autom':49 'bit':110 'blind':51,67,105 'call':22 'chain':55,104 'channel':76 'cours':113 'devic':29,99 'disney':75 'etc':124 'forget':18 'found':95 'get':7 'googl':40 'home':41,83 'host':16 'hous':62,73 'integr':26,101 'iot':28 'like':31,39,68 'littl':97 'live':65 'loop':56 'mainstream':36 'make':118 'mayb':80 'mess':130 'motor':98 'movi':78 'one':93 'open':63 'origin':77 'pricey':111 'realli':44 'room':66 'say':61 'self':15 'servic':38 'set':12 'smart':72 'softwar':17 'someth':3 'talk':90 'tri':116 'type':57 'ugli':129 'want':5,10,45 'would':126"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46542"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687546809 {#1730
    date: 2023-06-23 21:00:09.0 +02:00
  }
  +"title": 3763
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
22 DENIED moderate
App\Entity\EntryComment {#1737
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1564
    +user: Proxies\__CG__\App\Entity\User {#1908 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2130 …}
    +slug: "It-would-be-cool-to-have-Lemmy-pen-pals-Asklemmy"
    +title: "It would be cool to have Lemmy pen pals. Asklemmy, what are your hobbies and what's your life like?"
    +url: null
    +body: """
      I posted something similar before, but it did not gain too much traction, possibly due to time zones.\n
      \n
      It would be cool to see a Lemmy online pen pal/chat pal thread. Tell us about yourself and your hobbies in comments! I’m a person in their 20s who likes world football, theoretical maths and physics, and FOSS stuff. I also like the outdoors and would love to share about outdoor adventures. Feel free to send me a message if you’d like to talk!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 53
    +favouriteCount: 87
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1687615213 {#2385
      date: 2023-06-24 16:00:13.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2086 …}
    +votes: Doctrine\ORM\PersistentCollection {#2087 …}
    +reports: Doctrine\ORM\PersistentCollection {#2140 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2327 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2328 …}
    +badges: Doctrine\ORM\PersistentCollection {#2335 …}
    +children: [
      4 => App\Entity\EntryComment {#1563
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
        +body: "I want to get into ham radio. Just like the fediverse, it's decentralized, and it's the original way to chat across the globe!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1687547135 {#1588
          date: 2023-06-23 21:05:35.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@minorsecond@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1559 …}
        +nested: Doctrine\ORM\PersistentCollection {#1565 …}
        +votes: Doctrine\ORM\PersistentCollection {#1558 …}
        +reports: Doctrine\ORM\PersistentCollection {#1557 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1621 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1613 …}
        -id: 3352
        -bodyTs: "'across':23 'chat':22 'decentr':14 'fedivers':11 'get':4 'globe':25 'ham':6 'like':9 'origin':19 'radio':7 'want':2 'way':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46579"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687547135 {#1566
          date: 2023-06-23 21:05:35.0 +02:00
        }
        +"title": 3352
      }
      3 => App\Entity\EntryComment {#1702
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: "A community can be made of very few people. It just takes a desire to keep it going!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1687547182 {#1596
          date: 2023-06-23 21:06:22.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@Lewistrick@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1683 …}
        +nested: Doctrine\ORM\PersistentCollection {#1680 …}
        +votes: Doctrine\ORM\PersistentCollection {#1686 …}
        +reports: Doctrine\ORM\PersistentCollection {#1692 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
        -id: 3355
        -bodyTs: "'communiti':2 'desir':14 'go':18 'keep':16 'made':5 'peopl':9 'take':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46581"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687547182 {#1619
          date: 2023-06-23 21:06:22.0 +02:00
        }
        +"title": 3355
      }
      1 => App\Entity\EntryComment {#1737}
      2 => App\Entity\EntryComment {#1629
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: "Wow, similar thing for me, I have a 'bicuspid aortic valve' which means the aortic valve in my heart is a bit funky and doesn't push blood through as it should. And that makes the FAA also deem me medically unfit. I think there is a process to get a medical exemption, but with the cost of getting a license so high already, I just decided to stick with MSFS. I get to 'fly' a 737 like I wanted as a kid, learn all about it, but I'm not shelling out thousands and years of my life (okay, maybe I am shelling out some money but I like pretty airports!)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1687547031 {#1598
          date: 2023-06-23 21:03:51.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@xedrak@kbin.social"
          "@skybreaker@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1599 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1725 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
        -id: 3395
        -bodyTs: "'737':77 'airport':112 'alreadi':64 'also':38 'aortic':10,15 'bicuspid':9 'bit':22 'blood':28 'cost':57 'decid':67 'deem':39 'doesn':25 'exempt':53 'faa':37 'fli':75 'funki':23 'get':50,59,73 'heart':19 'high':63 'kid':83 'learn':84 'licens':61 'life':99 'like':78,110 'm':90 'make':35 'mayb':101 'mean':13 'medic':41,52 'money':107 'msfs':71 'okay':100 'pretti':111 'process':48 'push':27 'shell':92,104 'similar':2 'stick':69 'thing':3 'think':44 'thousand':94 'unfit':42 'valv':11,16 'want':80 'wow':1 'year':96"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46567"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687547031 {#1630
          date: 2023-06-23 21:03:51.0 +02:00
        }
        +"title": 3395
      }
      0 => App\Entity\EntryComment {#1741
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +body: "That's the one--thanks!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1687572543 {#1717
          date: 2023-06-24 04:09:03.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@xtremeownage@lemmyonline.com"
          "@lml@remy.city"
          "@RadDevon@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1707 …}
        +nested: Doctrine\ORM\PersistentCollection {#2464 …}
        +votes: Doctrine\ORM\PersistentCollection {#2448 …}
        +reports: Doctrine\ORM\PersistentCollection {#2447 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
        -id: 3851
        -bodyTs: "'one':4 'thank':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/49885"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687572543 {#1739
          date: 2023-06-24 04:09:03.0 +02:00
        }
        +"title": 3851
      }
    ]
    -id: 349
    -titleTs: "'asklemmi':10 'cool':4 'hobbi':14 'lemmi':7 'life':19 'like':20 'pal':9 'pen':8 'would':2"
    -bodyTs: "'20s':47 'adventur':71 'also':60 'comment':40 'cool':22 'd':81 'due':15 'feel':72 'footbal':51 'foss':57 'free':73 'gain':10 'hobbi':38 'lemmi':26 'like':49,61,82 'love':66 'm':42 'math':53 'messag':78 'much':12 'onlin':27 'outdoor':63,70 'pal':30 'pal/chat':29 'pen':28 'person':44 'physic':55 'possibl':14 'post':2 'see':24 'send':75 'share':68 'similar':4 'someth':3 'stuff':58 'talk':84 'tell':32 'theoret':52 'thread':31 'time':17 'traction':13 'us':33 'world':50 'would':20,65 'zone':18"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1687625677
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/1468098"
    +editedAt: null
    +createdAt: DateTimeImmutable @1687539277 {#2389
      date: 2023-06-23 18:54:37.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
  +body: """
    That's something I want to get into. I want to set up that self hosted software, forget what it's called, but you can integrate with IoT devices just like you can with a mainstream assistant service like Google Home.\n
    \n
    What I really want to do is automate my blinds, which are the chain loop type, so I can say "house, open the living room blinds" like they did in Smart House, the Disney channel original movie (or maybe that was Home Alone 4, but we don't talk about that one). I found a little motorized device that integrates with these chain blinds but it was a bit pricey. Of course if I tried to make it with my own Arduino etc it would be an ugly mess.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1687546809 {#1736
    date: 2023-06-23 21:00:09.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@the_football_maestro@lemmy.ml"
    "@xtremeownage@lemmyonline.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1732 …}
  +nested: Doctrine\ORM\PersistentCollection {#1735 …}
  +votes: Doctrine\ORM\PersistentCollection {#1729 …}
  +reports: Doctrine\ORM\PersistentCollection {#1719 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
  -id: 3763
  -bodyTs: "'4':85 'alon':84 'arduino':123 'assist':37 'autom':49 'bit':110 'blind':51,67,105 'call':22 'chain':55,104 'channel':76 'cours':113 'devic':29,99 'disney':75 'etc':124 'forget':18 'found':95 'get':7 'googl':40 'home':41,83 'host':16 'hous':62,73 'integr':26,101 'iot':28 'like':31,39,68 'littl':97 'live':65 'loop':56 'mainstream':36 'make':118 'mayb':80 'mess':130 'motor':98 'movi':78 'one':93 'open':63 'origin':77 'pricey':111 'realli':44 'room':66 'say':61 'self':15 'servic':38 'set':12 'smart':72 'softwar':17 'someth':3 'talk':90 'tri':116 'type':57 'ugli':129 'want':5,10,45 'would':126"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46542"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687546809 {#1730
    date: 2023-06-23 21:00:09.0 +02:00
  }
  +"title": 3763
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
23 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
24 DENIED moderate
App\Entity\EntryComment {#1629
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1564
    +user: Proxies\__CG__\App\Entity\User {#1908 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2130 …}
    +slug: "It-would-be-cool-to-have-Lemmy-pen-pals-Asklemmy"
    +title: "It would be cool to have Lemmy pen pals. Asklemmy, what are your hobbies and what's your life like?"
    +url: null
    +body: """
      I posted something similar before, but it did not gain too much traction, possibly due to time zones.\n
      \n
      It would be cool to see a Lemmy online pen pal/chat pal thread. Tell us about yourself and your hobbies in comments! I’m a person in their 20s who likes world football, theoretical maths and physics, and FOSS stuff. I also like the outdoors and would love to share about outdoor adventures. Feel free to send me a message if you’d like to talk!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 53
    +favouriteCount: 87
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1687615213 {#2385
      date: 2023-06-24 16:00:13.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2086 …}
    +votes: Doctrine\ORM\PersistentCollection {#2087 …}
    +reports: Doctrine\ORM\PersistentCollection {#2140 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2327 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2328 …}
    +badges: Doctrine\ORM\PersistentCollection {#2335 …}
    +children: [
      4 => App\Entity\EntryComment {#1563
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
        +body: "I want to get into ham radio. Just like the fediverse, it's decentralized, and it's the original way to chat across the globe!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1687547135 {#1588
          date: 2023-06-23 21:05:35.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@minorsecond@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1559 …}
        +nested: Doctrine\ORM\PersistentCollection {#1565 …}
        +votes: Doctrine\ORM\PersistentCollection {#1558 …}
        +reports: Doctrine\ORM\PersistentCollection {#1557 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1621 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1613 …}
        -id: 3352
        -bodyTs: "'across':23 'chat':22 'decentr':14 'fedivers':11 'get':4 'globe':25 'ham':6 'like':9 'origin':19 'radio':7 'want':2 'way':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46579"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687547135 {#1566
          date: 2023-06-23 21:05:35.0 +02:00
        }
        +"title": 3352
      }
      3 => App\Entity\EntryComment {#1702
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: "A community can be made of very few people. It just takes a desire to keep it going!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1687547182 {#1596
          date: 2023-06-23 21:06:22.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@Lewistrick@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1683 …}
        +nested: Doctrine\ORM\PersistentCollection {#1680 …}
        +votes: Doctrine\ORM\PersistentCollection {#1686 …}
        +reports: Doctrine\ORM\PersistentCollection {#1692 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
        -id: 3355
        -bodyTs: "'communiti':2 'desir':14 'go':18 'keep':16 'made':5 'peopl':9 'take':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46581"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687547182 {#1619
          date: 2023-06-23 21:06:22.0 +02:00
        }
        +"title": 3355
      }
      1 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +body: """
          That's something I want to get into. I want to set up that self hosted software, forget what it's called, but you can integrate with IoT devices just like you can with a mainstream assistant service like Google Home.\n
          \n
          What I really want to do is automate my blinds, which are the chain loop type, so I can say "house, open the living room blinds" like they did in Smart House, the Disney channel original movie (or maybe that was Home Alone 4, but we don't talk about that one). I found a little motorized device that integrates with these chain blinds but it was a bit pricey. Of course if I tried to make it with my own Arduino etc it would be an ugly mess.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1687546809 {#1736
          date: 2023-06-23 21:00:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@xtremeownage@lemmyonline.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1732 …}
        +nested: Doctrine\ORM\PersistentCollection {#1735 …}
        +votes: Doctrine\ORM\PersistentCollection {#1729 …}
        +reports: Doctrine\ORM\PersistentCollection {#1719 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
        -id: 3763
        -bodyTs: "'4':85 'alon':84 'arduino':123 'assist':37 'autom':49 'bit':110 'blind':51,67,105 'call':22 'chain':55,104 'channel':76 'cours':113 'devic':29,99 'disney':75 'etc':124 'forget':18 'found':95 'get':7 'googl':40 'home':41,83 'host':16 'hous':62,73 'integr':26,101 'iot':28 'like':31,39,68 'littl':97 'live':65 'loop':56 'mainstream':36 'make':118 'mayb':80 'mess':130 'motor':98 'movi':78 'one':93 'open':63 'origin':77 'pricey':111 'realli':44 'room':66 'say':61 'self':15 'servic':38 'set':12 'smart':72 'softwar':17 'someth':3 'talk':90 'tri':116 'type':57 'ugli':129 'want':5,10,45 'would':126"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46542"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687546809 {#1730
          date: 2023-06-23 21:00:09.0 +02:00
        }
        +"title": 3763
      }
      2 => App\Entity\EntryComment {#1629}
      0 => App\Entity\EntryComment {#1741
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +body: "That's the one--thanks!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1687572543 {#1717
          date: 2023-06-24 04:09:03.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@xtremeownage@lemmyonline.com"
          "@lml@remy.city"
          "@RadDevon@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1707 …}
        +nested: Doctrine\ORM\PersistentCollection {#2464 …}
        +votes: Doctrine\ORM\PersistentCollection {#2448 …}
        +reports: Doctrine\ORM\PersistentCollection {#2447 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
        -id: 3851
        -bodyTs: "'one':4 'thank':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/49885"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687572543 {#1739
          date: 2023-06-24 04:09:03.0 +02:00
        }
        +"title": 3851
      }
    ]
    -id: 349
    -titleTs: "'asklemmi':10 'cool':4 'hobbi':14 'lemmi':7 'life':19 'like':20 'pal':9 'pen':8 'would':2"
    -bodyTs: "'20s':47 'adventur':71 'also':60 'comment':40 'cool':22 'd':81 'due':15 'feel':72 'footbal':51 'foss':57 'free':73 'gain':10 'hobbi':38 'lemmi':26 'like':49,61,82 'love':66 'm':42 'math':53 'messag':78 'much':12 'onlin':27 'outdoor':63,70 'pal':30 'pal/chat':29 'pen':28 'person':44 'physic':55 'possibl':14 'post':2 'see':24 'send':75 'share':68 'similar':4 'someth':3 'stuff':58 'talk':84 'tell':32 'theoret':52 'thread':31 'time':17 'traction':13 'us':33 'world':50 'would':20,65 'zone':18"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1687625677
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/1468098"
    +editedAt: null
    +createdAt: DateTimeImmutable @1687539277 {#2389
      date: 2023-06-23 18:54:37.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
  +body: "Wow, similar thing for me, I have a 'bicuspid aortic valve' which means the aortic valve in my heart is a bit funky and doesn't push blood through as it should. And that makes the FAA also deem me medically unfit. I think there is a process to get a medical exemption, but with the cost of getting a license so high already, I just decided to stick with MSFS. I get to 'fly' a 737 like I wanted as a kid, learn all about it, but I'm not shelling out thousands and years of my life (okay, maybe I am shelling out some money but I like pretty airports!)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1687547031 {#1598
    date: 2023-06-23 21:03:51.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@the_football_maestro@lemmy.ml"
    "@xedrak@kbin.social"
    "@skybreaker@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1599 …}
  +nested: Doctrine\ORM\PersistentCollection {#1625 …}
  +votes: Doctrine\ORM\PersistentCollection {#1617 …}
  +reports: Doctrine\ORM\PersistentCollection {#1725 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
  -id: 3395
  -bodyTs: "'737':77 'airport':112 'alreadi':64 'also':38 'aortic':10,15 'bicuspid':9 'bit':22 'blood':28 'cost':57 'decid':67 'deem':39 'doesn':25 'exempt':53 'faa':37 'fli':75 'funki':23 'get':50,59,73 'heart':19 'high':63 'kid':83 'learn':84 'licens':61 'life':99 'like':78,110 'm':90 'make':35 'mayb':101 'mean':13 'medic':41,52 'money':107 'msfs':71 'okay':100 'pretti':111 'process':48 'push':27 'shell':92,104 'similar':2 'stick':69 'thing':3 'think':44 'thousand':94 'unfit':42 'valv':11,16 'want':80 'wow':1 'year':96"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46567"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687547031 {#1630
    date: 2023-06-23 21:03:51.0 +02:00
  }
  +"title": 3395
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
25 DENIED edit
App\Entity\EntryComment {#1629
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1564
    +user: Proxies\__CG__\App\Entity\User {#1908 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2130 …}
    +slug: "It-would-be-cool-to-have-Lemmy-pen-pals-Asklemmy"
    +title: "It would be cool to have Lemmy pen pals. Asklemmy, what are your hobbies and what's your life like?"
    +url: null
    +body: """
      I posted something similar before, but it did not gain too much traction, possibly due to time zones.\n
      \n
      It would be cool to see a Lemmy online pen pal/chat pal thread. Tell us about yourself and your hobbies in comments! I’m a person in their 20s who likes world football, theoretical maths and physics, and FOSS stuff. I also like the outdoors and would love to share about outdoor adventures. Feel free to send me a message if you’d like to talk!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 53
    +favouriteCount: 87
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1687615213 {#2385
      date: 2023-06-24 16:00:13.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2086 …}
    +votes: Doctrine\ORM\PersistentCollection {#2087 …}
    +reports: Doctrine\ORM\PersistentCollection {#2140 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2327 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2328 …}
    +badges: Doctrine\ORM\PersistentCollection {#2335 …}
    +children: [
      4 => App\Entity\EntryComment {#1563
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
        +body: "I want to get into ham radio. Just like the fediverse, it's decentralized, and it's the original way to chat across the globe!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1687547135 {#1588
          date: 2023-06-23 21:05:35.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@minorsecond@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1559 …}
        +nested: Doctrine\ORM\PersistentCollection {#1565 …}
        +votes: Doctrine\ORM\PersistentCollection {#1558 …}
        +reports: Doctrine\ORM\PersistentCollection {#1557 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1621 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1613 …}
        -id: 3352
        -bodyTs: "'across':23 'chat':22 'decentr':14 'fedivers':11 'get':4 'globe':25 'ham':6 'like':9 'origin':19 'radio':7 'want':2 'way':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46579"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687547135 {#1566
          date: 2023-06-23 21:05:35.0 +02:00
        }
        +"title": 3352
      }
      3 => App\Entity\EntryComment {#1702
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: "A community can be made of very few people. It just takes a desire to keep it going!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1687547182 {#1596
          date: 2023-06-23 21:06:22.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@Lewistrick@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1683 …}
        +nested: Doctrine\ORM\PersistentCollection {#1680 …}
        +votes: Doctrine\ORM\PersistentCollection {#1686 …}
        +reports: Doctrine\ORM\PersistentCollection {#1692 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
        -id: 3355
        -bodyTs: "'communiti':2 'desir':14 'go':18 'keep':16 'made':5 'peopl':9 'take':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46581"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687547182 {#1619
          date: 2023-06-23 21:06:22.0 +02:00
        }
        +"title": 3355
      }
      1 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +body: """
          That's something I want to get into. I want to set up that self hosted software, forget what it's called, but you can integrate with IoT devices just like you can with a mainstream assistant service like Google Home.\n
          \n
          What I really want to do is automate my blinds, which are the chain loop type, so I can say "house, open the living room blinds" like they did in Smart House, the Disney channel original movie (or maybe that was Home Alone 4, but we don't talk about that one). I found a little motorized device that integrates with these chain blinds but it was a bit pricey. Of course if I tried to make it with my own Arduino etc it would be an ugly mess.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1687546809 {#1736
          date: 2023-06-23 21:00:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@xtremeownage@lemmyonline.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1732 …}
        +nested: Doctrine\ORM\PersistentCollection {#1735 …}
        +votes: Doctrine\ORM\PersistentCollection {#1729 …}
        +reports: Doctrine\ORM\PersistentCollection {#1719 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
        -id: 3763
        -bodyTs: "'4':85 'alon':84 'arduino':123 'assist':37 'autom':49 'bit':110 'blind':51,67,105 'call':22 'chain':55,104 'channel':76 'cours':113 'devic':29,99 'disney':75 'etc':124 'forget':18 'found':95 'get':7 'googl':40 'home':41,83 'host':16 'hous':62,73 'integr':26,101 'iot':28 'like':31,39,68 'littl':97 'live':65 'loop':56 'mainstream':36 'make':118 'mayb':80 'mess':130 'motor':98 'movi':78 'one':93 'open':63 'origin':77 'pricey':111 'realli':44 'room':66 'say':61 'self':15 'servic':38 'set':12 'smart':72 'softwar':17 'someth':3 'talk':90 'tri':116 'type':57 'ugli':129 'want':5,10,45 'would':126"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46542"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687546809 {#1730
          date: 2023-06-23 21:00:09.0 +02:00
        }
        +"title": 3763
      }
      2 => App\Entity\EntryComment {#1629}
      0 => App\Entity\EntryComment {#1741
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +body: "That's the one--thanks!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1687572543 {#1717
          date: 2023-06-24 04:09:03.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@xtremeownage@lemmyonline.com"
          "@lml@remy.city"
          "@RadDevon@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1707 …}
        +nested: Doctrine\ORM\PersistentCollection {#2464 …}
        +votes: Doctrine\ORM\PersistentCollection {#2448 …}
        +reports: Doctrine\ORM\PersistentCollection {#2447 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
        -id: 3851
        -bodyTs: "'one':4 'thank':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/49885"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687572543 {#1739
          date: 2023-06-24 04:09:03.0 +02:00
        }
        +"title": 3851
      }
    ]
    -id: 349
    -titleTs: "'asklemmi':10 'cool':4 'hobbi':14 'lemmi':7 'life':19 'like':20 'pal':9 'pen':8 'would':2"
    -bodyTs: "'20s':47 'adventur':71 'also':60 'comment':40 'cool':22 'd':81 'due':15 'feel':72 'footbal':51 'foss':57 'free':73 'gain':10 'hobbi':38 'lemmi':26 'like':49,61,82 'love':66 'm':42 'math':53 'messag':78 'much':12 'onlin':27 'outdoor':63,70 'pal':30 'pal/chat':29 'pen':28 'person':44 'physic':55 'possibl':14 'post':2 'see':24 'send':75 'share':68 'similar':4 'someth':3 'stuff':58 'talk':84 'tell':32 'theoret':52 'thread':31 'time':17 'traction':13 'us':33 'world':50 'would':20,65 'zone':18"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1687625677
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/1468098"
    +editedAt: null
    +createdAt: DateTimeImmutable @1687539277 {#2389
      date: 2023-06-23 18:54:37.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
  +body: "Wow, similar thing for me, I have a 'bicuspid aortic valve' which means the aortic valve in my heart is a bit funky and doesn't push blood through as it should. And that makes the FAA also deem me medically unfit. I think there is a process to get a medical exemption, but with the cost of getting a license so high already, I just decided to stick with MSFS. I get to 'fly' a 737 like I wanted as a kid, learn all about it, but I'm not shelling out thousands and years of my life (okay, maybe I am shelling out some money but I like pretty airports!)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1687547031 {#1598
    date: 2023-06-23 21:03:51.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@the_football_maestro@lemmy.ml"
    "@xedrak@kbin.social"
    "@skybreaker@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1599 …}
  +nested: Doctrine\ORM\PersistentCollection {#1625 …}
  +votes: Doctrine\ORM\PersistentCollection {#1617 …}
  +reports: Doctrine\ORM\PersistentCollection {#1725 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
  -id: 3395
  -bodyTs: "'737':77 'airport':112 'alreadi':64 'also':38 'aortic':10,15 'bicuspid':9 'bit':22 'blood':28 'cost':57 'decid':67 'deem':39 'doesn':25 'exempt':53 'faa':37 'fli':75 'funki':23 'get':50,59,73 'heart':19 'high':63 'kid':83 'learn':84 'licens':61 'life':99 'like':78,110 'm':90 'make':35 'mayb':101 'mean':13 'medic':41,52 'money':107 'msfs':71 'okay':100 'pretti':111 'process':48 'push':27 'shell':92,104 'similar':2 'stick':69 'thing':3 'think':44 'thousand':94 'unfit':42 'valv':11,16 'want':80 'wow':1 'year':96"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46567"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687547031 {#1630
    date: 2023-06-23 21:03:51.0 +02:00
  }
  +"title": 3395
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
26 DENIED moderate
App\Entity\EntryComment {#1629
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1564
    +user: Proxies\__CG__\App\Entity\User {#1908 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2130 …}
    +slug: "It-would-be-cool-to-have-Lemmy-pen-pals-Asklemmy"
    +title: "It would be cool to have Lemmy pen pals. Asklemmy, what are your hobbies and what's your life like?"
    +url: null
    +body: """
      I posted something similar before, but it did not gain too much traction, possibly due to time zones.\n
      \n
      It would be cool to see a Lemmy online pen pal/chat pal thread. Tell us about yourself and your hobbies in comments! I’m a person in their 20s who likes world football, theoretical maths and physics, and FOSS stuff. I also like the outdoors and would love to share about outdoor adventures. Feel free to send me a message if you’d like to talk!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 53
    +favouriteCount: 87
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1687615213 {#2385
      date: 2023-06-24 16:00:13.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2086 …}
    +votes: Doctrine\ORM\PersistentCollection {#2087 …}
    +reports: Doctrine\ORM\PersistentCollection {#2140 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2327 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2328 …}
    +badges: Doctrine\ORM\PersistentCollection {#2335 …}
    +children: [
      4 => App\Entity\EntryComment {#1563
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
        +body: "I want to get into ham radio. Just like the fediverse, it's decentralized, and it's the original way to chat across the globe!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1687547135 {#1588
          date: 2023-06-23 21:05:35.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@minorsecond@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1559 …}
        +nested: Doctrine\ORM\PersistentCollection {#1565 …}
        +votes: Doctrine\ORM\PersistentCollection {#1558 …}
        +reports: Doctrine\ORM\PersistentCollection {#1557 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1621 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1613 …}
        -id: 3352
        -bodyTs: "'across':23 'chat':22 'decentr':14 'fedivers':11 'get':4 'globe':25 'ham':6 'like':9 'origin':19 'radio':7 'want':2 'way':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46579"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687547135 {#1566
          date: 2023-06-23 21:05:35.0 +02:00
        }
        +"title": 3352
      }
      3 => App\Entity\EntryComment {#1702
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: "A community can be made of very few people. It just takes a desire to keep it going!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1687547182 {#1596
          date: 2023-06-23 21:06:22.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@Lewistrick@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1683 …}
        +nested: Doctrine\ORM\PersistentCollection {#1680 …}
        +votes: Doctrine\ORM\PersistentCollection {#1686 …}
        +reports: Doctrine\ORM\PersistentCollection {#1692 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
        -id: 3355
        -bodyTs: "'communiti':2 'desir':14 'go':18 'keep':16 'made':5 'peopl':9 'take':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46581"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687547182 {#1619
          date: 2023-06-23 21:06:22.0 +02:00
        }
        +"title": 3355
      }
      1 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +body: """
          That's something I want to get into. I want to set up that self hosted software, forget what it's called, but you can integrate with IoT devices just like you can with a mainstream assistant service like Google Home.\n
          \n
          What I really want to do is automate my blinds, which are the chain loop type, so I can say "house, open the living room blinds" like they did in Smart House, the Disney channel original movie (or maybe that was Home Alone 4, but we don't talk about that one). I found a little motorized device that integrates with these chain blinds but it was a bit pricey. Of course if I tried to make it with my own Arduino etc it would be an ugly mess.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1687546809 {#1736
          date: 2023-06-23 21:00:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@xtremeownage@lemmyonline.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1732 …}
        +nested: Doctrine\ORM\PersistentCollection {#1735 …}
        +votes: Doctrine\ORM\PersistentCollection {#1729 …}
        +reports: Doctrine\ORM\PersistentCollection {#1719 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
        -id: 3763
        -bodyTs: "'4':85 'alon':84 'arduino':123 'assist':37 'autom':49 'bit':110 'blind':51,67,105 'call':22 'chain':55,104 'channel':76 'cours':113 'devic':29,99 'disney':75 'etc':124 'forget':18 'found':95 'get':7 'googl':40 'home':41,83 'host':16 'hous':62,73 'integr':26,101 'iot':28 'like':31,39,68 'littl':97 'live':65 'loop':56 'mainstream':36 'make':118 'mayb':80 'mess':130 'motor':98 'movi':78 'one':93 'open':63 'origin':77 'pricey':111 'realli':44 'room':66 'say':61 'self':15 'servic':38 'set':12 'smart':72 'softwar':17 'someth':3 'talk':90 'tri':116 'type':57 'ugli':129 'want':5,10,45 'would':126"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46542"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687546809 {#1730
          date: 2023-06-23 21:00:09.0 +02:00
        }
        +"title": 3763
      }
      2 => App\Entity\EntryComment {#1629}
      0 => App\Entity\EntryComment {#1741
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +body: "That's the one--thanks!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1687572543 {#1717
          date: 2023-06-24 04:09:03.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@xtremeownage@lemmyonline.com"
          "@lml@remy.city"
          "@RadDevon@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1707 …}
        +nested: Doctrine\ORM\PersistentCollection {#2464 …}
        +votes: Doctrine\ORM\PersistentCollection {#2448 …}
        +reports: Doctrine\ORM\PersistentCollection {#2447 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
        -id: 3851
        -bodyTs: "'one':4 'thank':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/49885"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687572543 {#1739
          date: 2023-06-24 04:09:03.0 +02:00
        }
        +"title": 3851
      }
    ]
    -id: 349
    -titleTs: "'asklemmi':10 'cool':4 'hobbi':14 'lemmi':7 'life':19 'like':20 'pal':9 'pen':8 'would':2"
    -bodyTs: "'20s':47 'adventur':71 'also':60 'comment':40 'cool':22 'd':81 'due':15 'feel':72 'footbal':51 'foss':57 'free':73 'gain':10 'hobbi':38 'lemmi':26 'like':49,61,82 'love':66 'm':42 'math':53 'messag':78 'much':12 'onlin':27 'outdoor':63,70 'pal':30 'pal/chat':29 'pen':28 'person':44 'physic':55 'possibl':14 'post':2 'see':24 'send':75 'share':68 'similar':4 'someth':3 'stuff':58 'talk':84 'tell':32 'theoret':52 'thread':31 'time':17 'traction':13 'us':33 'world':50 'would':20,65 'zone':18"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1687625677
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/1468098"
    +editedAt: null
    +createdAt: DateTimeImmutable @1687539277 {#2389
      date: 2023-06-23 18:54:37.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
  +body: "Wow, similar thing for me, I have a 'bicuspid aortic valve' which means the aortic valve in my heart is a bit funky and doesn't push blood through as it should. And that makes the FAA also deem me medically unfit. I think there is a process to get a medical exemption, but with the cost of getting a license so high already, I just decided to stick with MSFS. I get to 'fly' a 737 like I wanted as a kid, learn all about it, but I'm not shelling out thousands and years of my life (okay, maybe I am shelling out some money but I like pretty airports!)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1687547031 {#1598
    date: 2023-06-23 21:03:51.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@the_football_maestro@lemmy.ml"
    "@xedrak@kbin.social"
    "@skybreaker@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1599 …}
  +nested: Doctrine\ORM\PersistentCollection {#1625 …}
  +votes: Doctrine\ORM\PersistentCollection {#1617 …}
  +reports: Doctrine\ORM\PersistentCollection {#1725 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
  -id: 3395
  -bodyTs: "'737':77 'airport':112 'alreadi':64 'also':38 'aortic':10,15 'bicuspid':9 'bit':22 'blood':28 'cost':57 'decid':67 'deem':39 'doesn':25 'exempt':53 'faa':37 'fli':75 'funki':23 'get':50,59,73 'heart':19 'high':63 'kid':83 'learn':84 'licens':61 'life':99 'like':78,110 'm':90 'make':35 'mayb':101 'mean':13 'medic':41,52 'money':107 'msfs':71 'okay':100 'pretti':111 'process':48 'push':27 'shell':92,104 'similar':2 'stick':69 'thing':3 'think':44 'thousand':94 'unfit':42 'valv':11,16 'want':80 'wow':1 'year':96"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46567"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687547031 {#1630
    date: 2023-06-23 21:03:51.0 +02:00
  }
  +"title": 3395
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
27 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
28 DENIED moderate
App\Entity\EntryComment {#1741
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1564
    +user: Proxies\__CG__\App\Entity\User {#1908 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2130 …}
    +slug: "It-would-be-cool-to-have-Lemmy-pen-pals-Asklemmy"
    +title: "It would be cool to have Lemmy pen pals. Asklemmy, what are your hobbies and what's your life like?"
    +url: null
    +body: """
      I posted something similar before, but it did not gain too much traction, possibly due to time zones.\n
      \n
      It would be cool to see a Lemmy online pen pal/chat pal thread. Tell us about yourself and your hobbies in comments! I’m a person in their 20s who likes world football, theoretical maths and physics, and FOSS stuff. I also like the outdoors and would love to share about outdoor adventures. Feel free to send me a message if you’d like to talk!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 53
    +favouriteCount: 87
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1687615213 {#2385
      date: 2023-06-24 16:00:13.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2086 …}
    +votes: Doctrine\ORM\PersistentCollection {#2087 …}
    +reports: Doctrine\ORM\PersistentCollection {#2140 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2327 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2328 …}
    +badges: Doctrine\ORM\PersistentCollection {#2335 …}
    +children: [
      4 => App\Entity\EntryComment {#1563
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
        +body: "I want to get into ham radio. Just like the fediverse, it's decentralized, and it's the original way to chat across the globe!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1687547135 {#1588
          date: 2023-06-23 21:05:35.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@minorsecond@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1559 …}
        +nested: Doctrine\ORM\PersistentCollection {#1565 …}
        +votes: Doctrine\ORM\PersistentCollection {#1558 …}
        +reports: Doctrine\ORM\PersistentCollection {#1557 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1621 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1613 …}
        -id: 3352
        -bodyTs: "'across':23 'chat':22 'decentr':14 'fedivers':11 'get':4 'globe':25 'ham':6 'like':9 'origin':19 'radio':7 'want':2 'way':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46579"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687547135 {#1566
          date: 2023-06-23 21:05:35.0 +02:00
        }
        +"title": 3352
      }
      3 => App\Entity\EntryComment {#1702
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: "A community can be made of very few people. It just takes a desire to keep it going!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1687547182 {#1596
          date: 2023-06-23 21:06:22.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@Lewistrick@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1683 …}
        +nested: Doctrine\ORM\PersistentCollection {#1680 …}
        +votes: Doctrine\ORM\PersistentCollection {#1686 …}
        +reports: Doctrine\ORM\PersistentCollection {#1692 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
        -id: 3355
        -bodyTs: "'communiti':2 'desir':14 'go':18 'keep':16 'made':5 'peopl':9 'take':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46581"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687547182 {#1619
          date: 2023-06-23 21:06:22.0 +02:00
        }
        +"title": 3355
      }
      1 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +body: """
          That's something I want to get into. I want to set up that self hosted software, forget what it's called, but you can integrate with IoT devices just like you can with a mainstream assistant service like Google Home.\n
          \n
          What I really want to do is automate my blinds, which are the chain loop type, so I can say "house, open the living room blinds" like they did in Smart House, the Disney channel original movie (or maybe that was Home Alone 4, but we don't talk about that one). I found a little motorized device that integrates with these chain blinds but it was a bit pricey. Of course if I tried to make it with my own Arduino etc it would be an ugly mess.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1687546809 {#1736
          date: 2023-06-23 21:00:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@xtremeownage@lemmyonline.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1732 …}
        +nested: Doctrine\ORM\PersistentCollection {#1735 …}
        +votes: Doctrine\ORM\PersistentCollection {#1729 …}
        +reports: Doctrine\ORM\PersistentCollection {#1719 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
        -id: 3763
        -bodyTs: "'4':85 'alon':84 'arduino':123 'assist':37 'autom':49 'bit':110 'blind':51,67,105 'call':22 'chain':55,104 'channel':76 'cours':113 'devic':29,99 'disney':75 'etc':124 'forget':18 'found':95 'get':7 'googl':40 'home':41,83 'host':16 'hous':62,73 'integr':26,101 'iot':28 'like':31,39,68 'littl':97 'live':65 'loop':56 'mainstream':36 'make':118 'mayb':80 'mess':130 'motor':98 'movi':78 'one':93 'open':63 'origin':77 'pricey':111 'realli':44 'room':66 'say':61 'self':15 'servic':38 'set':12 'smart':72 'softwar':17 'someth':3 'talk':90 'tri':116 'type':57 'ugli':129 'want':5,10,45 'would':126"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46542"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687546809 {#1730
          date: 2023-06-23 21:00:09.0 +02:00
        }
        +"title": 3763
      }
      2 => App\Entity\EntryComment {#1629
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: "Wow, similar thing for me, I have a 'bicuspid aortic valve' which means the aortic valve in my heart is a bit funky and doesn't push blood through as it should. And that makes the FAA also deem me medically unfit. I think there is a process to get a medical exemption, but with the cost of getting a license so high already, I just decided to stick with MSFS. I get to 'fly' a 737 like I wanted as a kid, learn all about it, but I'm not shelling out thousands and years of my life (okay, maybe I am shelling out some money but I like pretty airports!)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1687547031 {#1598
          date: 2023-06-23 21:03:51.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@xedrak@kbin.social"
          "@skybreaker@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1599 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1725 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
        -id: 3395
        -bodyTs: "'737':77 'airport':112 'alreadi':64 'also':38 'aortic':10,15 'bicuspid':9 'bit':22 'blood':28 'cost':57 'decid':67 'deem':39 'doesn':25 'exempt':53 'faa':37 'fli':75 'funki':23 'get':50,59,73 'heart':19 'high':63 'kid':83 'learn':84 'licens':61 'life':99 'like':78,110 'm':90 'make':35 'mayb':101 'mean':13 'medic':41,52 'money':107 'msfs':71 'okay':100 'pretti':111 'process':48 'push':27 'shell':92,104 'similar':2 'stick':69 'thing':3 'think':44 'thousand':94 'unfit':42 'valv':11,16 'want':80 'wow':1 'year':96"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46567"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687547031 {#1630
          date: 2023-06-23 21:03:51.0 +02:00
        }
        +"title": 3395
      }
      0 => App\Entity\EntryComment {#1741}
    ]
    -id: 349
    -titleTs: "'asklemmi':10 'cool':4 'hobbi':14 'lemmi':7 'life':19 'like':20 'pal':9 'pen':8 'would':2"
    -bodyTs: "'20s':47 'adventur':71 'also':60 'comment':40 'cool':22 'd':81 'due':15 'feel':72 'footbal':51 'foss':57 'free':73 'gain':10 'hobbi':38 'lemmi':26 'like':49,61,82 'love':66 'm':42 'math':53 'messag':78 'much':12 'onlin':27 'outdoor':63,70 'pal':30 'pal/chat':29 'pen':28 'person':44 'physic':55 'possibl':14 'post':2 'see':24 'send':75 'share':68 'similar':4 'someth':3 'stuff':58 'talk':84 'tell':32 'theoret':52 'thread':31 'time':17 'traction':13 'us':33 'world':50 'would':20,65 'zone':18"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1687625677
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/1468098"
    +editedAt: null
    +createdAt: DateTimeImmutable @1687539277 {#2389
      date: 2023-06-23 18:54:37.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
  +body: "That's the one--thanks!"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1687572543 {#1717
    date: 2023-06-24 04:09:03.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@the_football_maestro@lemmy.ml"
    "@xtremeownage@lemmyonline.com"
    "@lml@remy.city"
    "@RadDevon@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1707 …}
  +nested: Doctrine\ORM\PersistentCollection {#2464 …}
  +votes: Doctrine\ORM\PersistentCollection {#2448 …}
  +reports: Doctrine\ORM\PersistentCollection {#2447 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
  -id: 3851
  -bodyTs: "'one':4 'thank':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/49885"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687572543 {#1739
    date: 2023-06-24 04:09:03.0 +02:00
  }
  +"title": 3851
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
29 DENIED edit
App\Entity\EntryComment {#1741
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1564
    +user: Proxies\__CG__\App\Entity\User {#1908 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2130 …}
    +slug: "It-would-be-cool-to-have-Lemmy-pen-pals-Asklemmy"
    +title: "It would be cool to have Lemmy pen pals. Asklemmy, what are your hobbies and what's your life like?"
    +url: null
    +body: """
      I posted something similar before, but it did not gain too much traction, possibly due to time zones.\n
      \n
      It would be cool to see a Lemmy online pen pal/chat pal thread. Tell us about yourself and your hobbies in comments! I’m a person in their 20s who likes world football, theoretical maths and physics, and FOSS stuff. I also like the outdoors and would love to share about outdoor adventures. Feel free to send me a message if you’d like to talk!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 53
    +favouriteCount: 87
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1687615213 {#2385
      date: 2023-06-24 16:00:13.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2086 …}
    +votes: Doctrine\ORM\PersistentCollection {#2087 …}
    +reports: Doctrine\ORM\PersistentCollection {#2140 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2327 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2328 …}
    +badges: Doctrine\ORM\PersistentCollection {#2335 …}
    +children: [
      4 => App\Entity\EntryComment {#1563
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
        +body: "I want to get into ham radio. Just like the fediverse, it's decentralized, and it's the original way to chat across the globe!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1687547135 {#1588
          date: 2023-06-23 21:05:35.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@minorsecond@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1559 …}
        +nested: Doctrine\ORM\PersistentCollection {#1565 …}
        +votes: Doctrine\ORM\PersistentCollection {#1558 …}
        +reports: Doctrine\ORM\PersistentCollection {#1557 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1621 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1613 …}
        -id: 3352
        -bodyTs: "'across':23 'chat':22 'decentr':14 'fedivers':11 'get':4 'globe':25 'ham':6 'like':9 'origin':19 'radio':7 'want':2 'way':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46579"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687547135 {#1566
          date: 2023-06-23 21:05:35.0 +02:00
        }
        +"title": 3352
      }
      3 => App\Entity\EntryComment {#1702
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: "A community can be made of very few people. It just takes a desire to keep it going!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1687547182 {#1596
          date: 2023-06-23 21:06:22.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@Lewistrick@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1683 …}
        +nested: Doctrine\ORM\PersistentCollection {#1680 …}
        +votes: Doctrine\ORM\PersistentCollection {#1686 …}
        +reports: Doctrine\ORM\PersistentCollection {#1692 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
        -id: 3355
        -bodyTs: "'communiti':2 'desir':14 'go':18 'keep':16 'made':5 'peopl':9 'take':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46581"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687547182 {#1619
          date: 2023-06-23 21:06:22.0 +02:00
        }
        +"title": 3355
      }
      1 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +body: """
          That's something I want to get into. I want to set up that self hosted software, forget what it's called, but you can integrate with IoT devices just like you can with a mainstream assistant service like Google Home.\n
          \n
          What I really want to do is automate my blinds, which are the chain loop type, so I can say "house, open the living room blinds" like they did in Smart House, the Disney channel original movie (or maybe that was Home Alone 4, but we don't talk about that one). I found a little motorized device that integrates with these chain blinds but it was a bit pricey. Of course if I tried to make it with my own Arduino etc it would be an ugly mess.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1687546809 {#1736
          date: 2023-06-23 21:00:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@xtremeownage@lemmyonline.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1732 …}
        +nested: Doctrine\ORM\PersistentCollection {#1735 …}
        +votes: Doctrine\ORM\PersistentCollection {#1729 …}
        +reports: Doctrine\ORM\PersistentCollection {#1719 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
        -id: 3763
        -bodyTs: "'4':85 'alon':84 'arduino':123 'assist':37 'autom':49 'bit':110 'blind':51,67,105 'call':22 'chain':55,104 'channel':76 'cours':113 'devic':29,99 'disney':75 'etc':124 'forget':18 'found':95 'get':7 'googl':40 'home':41,83 'host':16 'hous':62,73 'integr':26,101 'iot':28 'like':31,39,68 'littl':97 'live':65 'loop':56 'mainstream':36 'make':118 'mayb':80 'mess':130 'motor':98 'movi':78 'one':93 'open':63 'origin':77 'pricey':111 'realli':44 'room':66 'say':61 'self':15 'servic':38 'set':12 'smart':72 'softwar':17 'someth':3 'talk':90 'tri':116 'type':57 'ugli':129 'want':5,10,45 'would':126"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46542"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687546809 {#1730
          date: 2023-06-23 21:00:09.0 +02:00
        }
        +"title": 3763
      }
      2 => App\Entity\EntryComment {#1629
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: "Wow, similar thing for me, I have a 'bicuspid aortic valve' which means the aortic valve in my heart is a bit funky and doesn't push blood through as it should. And that makes the FAA also deem me medically unfit. I think there is a process to get a medical exemption, but with the cost of getting a license so high already, I just decided to stick with MSFS. I get to 'fly' a 737 like I wanted as a kid, learn all about it, but I'm not shelling out thousands and years of my life (okay, maybe I am shelling out some money but I like pretty airports!)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1687547031 {#1598
          date: 2023-06-23 21:03:51.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@xedrak@kbin.social"
          "@skybreaker@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1599 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1725 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
        -id: 3395
        -bodyTs: "'737':77 'airport':112 'alreadi':64 'also':38 'aortic':10,15 'bicuspid':9 'bit':22 'blood':28 'cost':57 'decid':67 'deem':39 'doesn':25 'exempt':53 'faa':37 'fli':75 'funki':23 'get':50,59,73 'heart':19 'high':63 'kid':83 'learn':84 'licens':61 'life':99 'like':78,110 'm':90 'make':35 'mayb':101 'mean':13 'medic':41,52 'money':107 'msfs':71 'okay':100 'pretti':111 'process':48 'push':27 'shell':92,104 'similar':2 'stick':69 'thing':3 'think':44 'thousand':94 'unfit':42 'valv':11,16 'want':80 'wow':1 'year':96"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46567"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687547031 {#1630
          date: 2023-06-23 21:03:51.0 +02:00
        }
        +"title": 3395
      }
      0 => App\Entity\EntryComment {#1741}
    ]
    -id: 349
    -titleTs: "'asklemmi':10 'cool':4 'hobbi':14 'lemmi':7 'life':19 'like':20 'pal':9 'pen':8 'would':2"
    -bodyTs: "'20s':47 'adventur':71 'also':60 'comment':40 'cool':22 'd':81 'due':15 'feel':72 'footbal':51 'foss':57 'free':73 'gain':10 'hobbi':38 'lemmi':26 'like':49,61,82 'love':66 'm':42 'math':53 'messag':78 'much':12 'onlin':27 'outdoor':63,70 'pal':30 'pal/chat':29 'pen':28 'person':44 'physic':55 'possibl':14 'post':2 'see':24 'send':75 'share':68 'similar':4 'someth':3 'stuff':58 'talk':84 'tell':32 'theoret':52 'thread':31 'time':17 'traction':13 'us':33 'world':50 'would':20,65 'zone':18"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1687625677
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/1468098"
    +editedAt: null
    +createdAt: DateTimeImmutable @1687539277 {#2389
      date: 2023-06-23 18:54:37.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
  +body: "That's the one--thanks!"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1687572543 {#1717
    date: 2023-06-24 04:09:03.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@the_football_maestro@lemmy.ml"
    "@xtremeownage@lemmyonline.com"
    "@lml@remy.city"
    "@RadDevon@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1707 …}
  +nested: Doctrine\ORM\PersistentCollection {#2464 …}
  +votes: Doctrine\ORM\PersistentCollection {#2448 …}
  +reports: Doctrine\ORM\PersistentCollection {#2447 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
  -id: 3851
  -bodyTs: "'one':4 'thank':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/49885"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687572543 {#1739
    date: 2023-06-24 04:09:03.0 +02:00
  }
  +"title": 3851
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
30 DENIED moderate
App\Entity\EntryComment {#1741
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1564
    +user: Proxies\__CG__\App\Entity\User {#1908 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2130 …}
    +slug: "It-would-be-cool-to-have-Lemmy-pen-pals-Asklemmy"
    +title: "It would be cool to have Lemmy pen pals. Asklemmy, what are your hobbies and what's your life like?"
    +url: null
    +body: """
      I posted something similar before, but it did not gain too much traction, possibly due to time zones.\n
      \n
      It would be cool to see a Lemmy online pen pal/chat pal thread. Tell us about yourself and your hobbies in comments! I’m a person in their 20s who likes world football, theoretical maths and physics, and FOSS stuff. I also like the outdoors and would love to share about outdoor adventures. Feel free to send me a message if you’d like to talk!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 53
    +favouriteCount: 87
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1687615213 {#2385
      date: 2023-06-24 16:00:13.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2086 …}
    +votes: Doctrine\ORM\PersistentCollection {#2087 …}
    +reports: Doctrine\ORM\PersistentCollection {#2140 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2327 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2328 …}
    +badges: Doctrine\ORM\PersistentCollection {#2335 …}
    +children: [
      4 => App\Entity\EntryComment {#1563
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
        +body: "I want to get into ham radio. Just like the fediverse, it's decentralized, and it's the original way to chat across the globe!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1687547135 {#1588
          date: 2023-06-23 21:05:35.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@minorsecond@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1559 …}
        +nested: Doctrine\ORM\PersistentCollection {#1565 …}
        +votes: Doctrine\ORM\PersistentCollection {#1558 …}
        +reports: Doctrine\ORM\PersistentCollection {#1557 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1621 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1613 …}
        -id: 3352
        -bodyTs: "'across':23 'chat':22 'decentr':14 'fedivers':11 'get':4 'globe':25 'ham':6 'like':9 'origin':19 'radio':7 'want':2 'way':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46579"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687547135 {#1566
          date: 2023-06-23 21:05:35.0 +02:00
        }
        +"title": 3352
      }
      3 => App\Entity\EntryComment {#1702
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: "A community can be made of very few people. It just takes a desire to keep it going!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1687547182 {#1596
          date: 2023-06-23 21:06:22.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@Lewistrick@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1683 …}
        +nested: Doctrine\ORM\PersistentCollection {#1680 …}
        +votes: Doctrine\ORM\PersistentCollection {#1686 …}
        +reports: Doctrine\ORM\PersistentCollection {#1692 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
        -id: 3355
        -bodyTs: "'communiti':2 'desir':14 'go':18 'keep':16 'made':5 'peopl':9 'take':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46581"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687547182 {#1619
          date: 2023-06-23 21:06:22.0 +02:00
        }
        +"title": 3355
      }
      1 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +body: """
          That's something I want to get into. I want to set up that self hosted software, forget what it's called, but you can integrate with IoT devices just like you can with a mainstream assistant service like Google Home.\n
          \n
          What I really want to do is automate my blinds, which are the chain loop type, so I can say "house, open the living room blinds" like they did in Smart House, the Disney channel original movie (or maybe that was Home Alone 4, but we don't talk about that one). I found a little motorized device that integrates with these chain blinds but it was a bit pricey. Of course if I tried to make it with my own Arduino etc it would be an ugly mess.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1687546809 {#1736
          date: 2023-06-23 21:00:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@xtremeownage@lemmyonline.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1732 …}
        +nested: Doctrine\ORM\PersistentCollection {#1735 …}
        +votes: Doctrine\ORM\PersistentCollection {#1729 …}
        +reports: Doctrine\ORM\PersistentCollection {#1719 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
        -id: 3763
        -bodyTs: "'4':85 'alon':84 'arduino':123 'assist':37 'autom':49 'bit':110 'blind':51,67,105 'call':22 'chain':55,104 'channel':76 'cours':113 'devic':29,99 'disney':75 'etc':124 'forget':18 'found':95 'get':7 'googl':40 'home':41,83 'host':16 'hous':62,73 'integr':26,101 'iot':28 'like':31,39,68 'littl':97 'live':65 'loop':56 'mainstream':36 'make':118 'mayb':80 'mess':130 'motor':98 'movi':78 'one':93 'open':63 'origin':77 'pricey':111 'realli':44 'room':66 'say':61 'self':15 'servic':38 'set':12 'smart':72 'softwar':17 'someth':3 'talk':90 'tri':116 'type':57 'ugli':129 'want':5,10,45 'would':126"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46542"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687546809 {#1730
          date: 2023-06-23 21:00:09.0 +02:00
        }
        +"title": 3763
      }
      2 => App\Entity\EntryComment {#1629
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1564 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: "Wow, similar thing for me, I have a 'bicuspid aortic valve' which means the aortic valve in my heart is a bit funky and doesn't push blood through as it should. And that makes the FAA also deem me medically unfit. I think there is a process to get a medical exemption, but with the cost of getting a license so high already, I just decided to stick with MSFS. I get to 'fly' a 737 like I wanted as a kid, learn all about it, but I'm not shelling out thousands and years of my life (okay, maybe I am shelling out some money but I like pretty airports!)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1687547031 {#1598
          date: 2023-06-23 21:03:51.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@the_football_maestro@lemmy.ml"
          "@xedrak@kbin.social"
          "@skybreaker@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1599 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1725 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
        -id: 3395
        -bodyTs: "'737':77 'airport':112 'alreadi':64 'also':38 'aortic':10,15 'bicuspid':9 'bit':22 'blood':28 'cost':57 'decid':67 'deem':39 'doesn':25 'exempt':53 'faa':37 'fli':75 'funki':23 'get':50,59,73 'heart':19 'high':63 'kid':83 'learn':84 'licens':61 'life':99 'like':78,110 'm':90 'make':35 'mayb':101 'mean':13 'medic':41,52 'money':107 'msfs':71 'okay':100 'pretti':111 'process':48 'push':27 'shell':92,104 'similar':2 'stick':69 'thing':3 'think':44 'thousand':94 'unfit':42 'valv':11,16 'want':80 'wow':1 'year':96"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/46567"
        +editedAt: null
        +createdAt: DateTimeImmutable @1687547031 {#1630
          date: 2023-06-23 21:03:51.0 +02:00
        }
        +"title": 3395
      }
      0 => App\Entity\EntryComment {#1741}
    ]
    -id: 349
    -titleTs: "'asklemmi':10 'cool':4 'hobbi':14 'lemmi':7 'life':19 'like':20 'pal':9 'pen':8 'would':2"
    -bodyTs: "'20s':47 'adventur':71 'also':60 'comment':40 'cool':22 'd':81 'due':15 'feel':72 'footbal':51 'foss':57 'free':73 'gain':10 'hobbi':38 'lemmi':26 'like':49,61,82 'love':66 'm':42 'math':53 'messag':78 'much':12 'onlin':27 'outdoor':63,70 'pal':30 'pal/chat':29 'pen':28 'person':44 'physic':55 'possibl':14 'post':2 'see':24 'send':75 'share':68 'similar':4 'someth':3 'stuff':58 'talk':84 'tell':32 'theoret':52 'thread':31 'time':17 'traction':13 'us':33 'world':50 'would':20,65 'zone':18"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1687625677
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/1468098"
    +editedAt: null
    +createdAt: DateTimeImmutable @1687539277 {#2389
      date: 2023-06-23 18:54:37.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
  +body: "That's the one--thanks!"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1687572543 {#1717
    date: 2023-06-24 04:09:03.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@the_football_maestro@lemmy.ml"
    "@xtremeownage@lemmyonline.com"
    "@lml@remy.city"
    "@RadDevon@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1707 …}
  +nested: Doctrine\ORM\PersistentCollection {#2464 …}
  +votes: Doctrine\ORM\PersistentCollection {#2448 …}
  +reports: Doctrine\ORM\PersistentCollection {#2447 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
  -id: 3851
  -bodyTs: "'one':4 'thank':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/7307/-/comment/49885"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687572543 {#1739
    date: 2023-06-24 04:09:03.0 +02:00
  }
  +"title": 3851
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
31 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
32 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1577
  +user: Proxies\__CG__\App\Entity\User {#2395 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2130 …}
  +slug: "Why-do-I-not-find-any-video-gif-content-here"
  +title: "Why do I not find any video/gif content here?"
  +url: null
  +body: "It's been great 4 days here on fediverse for me. But I started to notice that there is barely any content in form of videos or gifs. Every content is just static in form is images or text. This is what I am really missing here compared to reddit. Is there any particular reason behind it?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 34
  +favouriteCount: 40
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1687599920 {#2059
    date: 2023-06-24 11:45:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2050 …}
  +votes: Doctrine\ORM\PersistentCollection {#2054 …}
  +reports: Doctrine\ORM\PersistentCollection {#2053 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2165 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2104 …}
  +badges: Doctrine\ORM\PersistentCollection {#2099 …}
  +children: [
    App\Entity\EntryComment {#1609
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1577 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1649 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
      +body: "On Lemmy that is. Kbin I believe replicates everything (unless I set my server up wrong). My server at the moment pulls in around 1.5 GB a day it seems. There is a pull request open on the kbin git repo for a feature to auto-remove old media. Personally I'd like the ability to turn on/off media replication. If an instance wants a complete copy in case of defederation/disconnection somehow, they can opt in and mirror all media that comes in. Most servers should just link to the original image source on the originating instance though."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1687509254 {#1431
        date: 2023-06-23 10:34:14.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@zerozaku@lemmy.world"
        "@SkyNTP@lemmy.ml"
        "@nachtigall@feddit.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1654 …}
      +nested: Doctrine\ORM\PersistentCollection {#1679 …}
      +votes: Doctrine\ORM\PersistentCollection {#1668 …}
      +reports: Doctrine\ORM\PersistentCollection {#1666 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1568 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1576 …}
      -id: 3143
      -bodyTs: "'1.5':25 'abil':56 'around':24 'auto':47 'auto-remov':46 'believ':7 'case':70 'come':83 'complet':67 'copi':68 'd':53 'day':28 'defederation/disconnection':72 'everyth':9 'featur':44 'gb':26 'git':40 'imag':93 'instanc':64,98 'kbin':5,39 'lemmi':2 'like':54 'link':89 'media':50,60,81 'mirror':79 'moment':21 'old':49 'on/off':59 'open':36 'opt':76 'origin':92,97 'person':51 'pull':22,34 'remov':48 'replic':8,61 'repo':41 'request':35 'seem':30 'server':14,18,86 'set':12 'somehow':73 'sourc':94 'though':99 'turn':58 'unless':10 'want':65 'wrong':16"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/6893/-/comment/41532"
      +editedAt: null
      +createdAt: DateTimeImmutable @1687509254 {#1694
        date: 2023-06-23 10:34:14.0 +02:00
      }
      +"title": 3143
    }
  ]
  -id: 306
  -titleTs: "'content':8 'find':5 'video/gif':7"
  -bodyTs: "'4':5 'bare':20 'behind':56 'compar':48 'content':22,30 'day':6 'everi':29 'fedivers':9 'form':24,35 'gif':28 'great':4 'imag':37 'miss':46 'notic':16 'particular':54 'realli':45 'reason':55 'reddit':50 'start':14 'static':33 'text':39 'video':26"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1687586132
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/454707"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687499732 {#2135
    date: 2023-06-23 07:55:32.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
33 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1577
  +user: Proxies\__CG__\App\Entity\User {#2395 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2130 …}
  +slug: "Why-do-I-not-find-any-video-gif-content-here"
  +title: "Why do I not find any video/gif content here?"
  +url: null
  +body: "It's been great 4 days here on fediverse for me. But I started to notice that there is barely any content in form of videos or gifs. Every content is just static in form is images or text. This is what I am really missing here compared to reddit. Is there any particular reason behind it?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 34
  +favouriteCount: 40
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1687599920 {#2059
    date: 2023-06-24 11:45:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2050 …}
  +votes: Doctrine\ORM\PersistentCollection {#2054 …}
  +reports: Doctrine\ORM\PersistentCollection {#2053 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2165 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2104 …}
  +badges: Doctrine\ORM\PersistentCollection {#2099 …}
  +children: [
    App\Entity\EntryComment {#1609
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1577 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1649 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
      +body: "On Lemmy that is. Kbin I believe replicates everything (unless I set my server up wrong). My server at the moment pulls in around 1.5 GB a day it seems. There is a pull request open on the kbin git repo for a feature to auto-remove old media. Personally I'd like the ability to turn on/off media replication. If an instance wants a complete copy in case of defederation/disconnection somehow, they can opt in and mirror all media that comes in. Most servers should just link to the original image source on the originating instance though."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1687509254 {#1431
        date: 2023-06-23 10:34:14.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@zerozaku@lemmy.world"
        "@SkyNTP@lemmy.ml"
        "@nachtigall@feddit.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1654 …}
      +nested: Doctrine\ORM\PersistentCollection {#1679 …}
      +votes: Doctrine\ORM\PersistentCollection {#1668 …}
      +reports: Doctrine\ORM\PersistentCollection {#1666 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1568 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1576 …}
      -id: 3143
      -bodyTs: "'1.5':25 'abil':56 'around':24 'auto':47 'auto-remov':46 'believ':7 'case':70 'come':83 'complet':67 'copi':68 'd':53 'day':28 'defederation/disconnection':72 'everyth':9 'featur':44 'gb':26 'git':40 'imag':93 'instanc':64,98 'kbin':5,39 'lemmi':2 'like':54 'link':89 'media':50,60,81 'mirror':79 'moment':21 'old':49 'on/off':59 'open':36 'opt':76 'origin':92,97 'person':51 'pull':22,34 'remov':48 'replic':8,61 'repo':41 'request':35 'seem':30 'server':14,18,86 'set':12 'somehow':73 'sourc':94 'though':99 'turn':58 'unless':10 'want':65 'wrong':16"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/6893/-/comment/41532"
      +editedAt: null
      +createdAt: DateTimeImmutable @1687509254 {#1694
        date: 2023-06-23 10:34:14.0 +02:00
      }
      +"title": 3143
    }
  ]
  -id: 306
  -titleTs: "'content':8 'find':5 'video/gif':7"
  -bodyTs: "'4':5 'bare':20 'behind':56 'compar':48 'content':22,30 'day':6 'everi':29 'fedivers':9 'form':24,35 'gif':28 'great':4 'imag':37 'miss':46 'notic':16 'particular':54 'realli':45 'reason':55 'reddit':50 'start':14 'static':33 'text':39 'video':26"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1687586132
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/454707"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687499732 {#2135
    date: 2023-06-23 07:55:32.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
34 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1577
  +user: Proxies\__CG__\App\Entity\User {#2395 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2130 …}
  +slug: "Why-do-I-not-find-any-video-gif-content-here"
  +title: "Why do I not find any video/gif content here?"
  +url: null
  +body: "It's been great 4 days here on fediverse for me. But I started to notice that there is barely any content in form of videos or gifs. Every content is just static in form is images or text. This is what I am really missing here compared to reddit. Is there any particular reason behind it?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 34
  +favouriteCount: 40
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1687599920 {#2059
    date: 2023-06-24 11:45:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2050 …}
  +votes: Doctrine\ORM\PersistentCollection {#2054 …}
  +reports: Doctrine\ORM\PersistentCollection {#2053 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2165 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2104 …}
  +badges: Doctrine\ORM\PersistentCollection {#2099 …}
  +children: [
    App\Entity\EntryComment {#1609
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1577 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1649 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
      +body: "On Lemmy that is. Kbin I believe replicates everything (unless I set my server up wrong). My server at the moment pulls in around 1.5 GB a day it seems. There is a pull request open on the kbin git repo for a feature to auto-remove old media. Personally I'd like the ability to turn on/off media replication. If an instance wants a complete copy in case of defederation/disconnection somehow, they can opt in and mirror all media that comes in. Most servers should just link to the original image source on the originating instance though."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1687509254 {#1431
        date: 2023-06-23 10:34:14.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@zerozaku@lemmy.world"
        "@SkyNTP@lemmy.ml"
        "@nachtigall@feddit.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1654 …}
      +nested: Doctrine\ORM\PersistentCollection {#1679 …}
      +votes: Doctrine\ORM\PersistentCollection {#1668 …}
      +reports: Doctrine\ORM\PersistentCollection {#1666 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1568 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1576 …}
      -id: 3143
      -bodyTs: "'1.5':25 'abil':56 'around':24 'auto':47 'auto-remov':46 'believ':7 'case':70 'come':83 'complet':67 'copi':68 'd':53 'day':28 'defederation/disconnection':72 'everyth':9 'featur':44 'gb':26 'git':40 'imag':93 'instanc':64,98 'kbin':5,39 'lemmi':2 'like':54 'link':89 'media':50,60,81 'mirror':79 'moment':21 'old':49 'on/off':59 'open':36 'opt':76 'origin':92,97 'person':51 'pull':22,34 'remov':48 'replic':8,61 'repo':41 'request':35 'seem':30 'server':14,18,86 'set':12 'somehow':73 'sourc':94 'though':99 'turn':58 'unless':10 'want':65 'wrong':16"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/6893/-/comment/41532"
      +editedAt: null
      +createdAt: DateTimeImmutable @1687509254 {#1694
        date: 2023-06-23 10:34:14.0 +02:00
      }
      +"title": 3143
    }
  ]
  -id: 306
  -titleTs: "'content':8 'find':5 'video/gif':7"
  -bodyTs: "'4':5 'bare':20 'behind':56 'compar':48 'content':22,30 'day':6 'everi':29 'fedivers':9 'form':24,35 'gif':28 'great':4 'imag':37 'miss':46 'notic':16 'particular':54 'realli':45 'reason':55 'reddit':50 'start':14 'static':33 'text':39 'video':26"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1687586132
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/454707"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687499732 {#2135
    date: 2023-06-23 07:55:32.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
35 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
36 DENIED moderate
App\Entity\EntryComment {#1609
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1577
    +user: Proxies\__CG__\App\Entity\User {#2395 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2130 …}
    +slug: "Why-do-I-not-find-any-video-gif-content-here"
    +title: "Why do I not find any video/gif content here?"
    +url: null
    +body: "It's been great 4 days here on fediverse for me. But I started to notice that there is barely any content in form of videos or gifs. Every content is just static in form is images or text. This is what I am really missing here compared to reddit. Is there any particular reason behind it?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 34
    +favouriteCount: 40
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1687599920 {#2059
      date: 2023-06-24 11:45:20.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2050 …}
    +votes: Doctrine\ORM\PersistentCollection {#2054 …}
    +reports: Doctrine\ORM\PersistentCollection {#2053 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2165 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2104 …}
    +badges: Doctrine\ORM\PersistentCollection {#2099 …}
    +children: [
      App\Entity\EntryComment {#1609}
    ]
    -id: 306
    -titleTs: "'content':8 'find':5 'video/gif':7"
    -bodyTs: "'4':5 'bare':20 'behind':56 'compar':48 'content':22,30 'day':6 'everi':29 'fedivers':9 'form':24,35 'gif':28 'great':4 'imag':37 'miss':46 'notic':16 'particular':54 'realli':45 'reason':55 'reddit':50 'start':14 'static':33 'text':39 'video':26"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1687586132
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/454707"
    +editedAt: null
    +createdAt: DateTimeImmutable @1687499732 {#2135
      date: 2023-06-23 07:55:32.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1649 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
  +body: "On Lemmy that is. Kbin I believe replicates everything (unless I set my server up wrong). My server at the moment pulls in around 1.5 GB a day it seems. There is a pull request open on the kbin git repo for a feature to auto-remove old media. Personally I'd like the ability to turn on/off media replication. If an instance wants a complete copy in case of defederation/disconnection somehow, they can opt in and mirror all media that comes in. Most servers should just link to the original image source on the originating instance though."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1687509254 {#1431
    date: 2023-06-23 10:34:14.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@zerozaku@lemmy.world"
    "@SkyNTP@lemmy.ml"
    "@nachtigall@feddit.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1654 …}
  +nested: Doctrine\ORM\PersistentCollection {#1679 …}
  +votes: Doctrine\ORM\PersistentCollection {#1668 …}
  +reports: Doctrine\ORM\PersistentCollection {#1666 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1568 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1576 …}
  -id: 3143
  -bodyTs: "'1.5':25 'abil':56 'around':24 'auto':47 'auto-remov':46 'believ':7 'case':70 'come':83 'complet':67 'copi':68 'd':53 'day':28 'defederation/disconnection':72 'everyth':9 'featur':44 'gb':26 'git':40 'imag':93 'instanc':64,98 'kbin':5,39 'lemmi':2 'like':54 'link':89 'media':50,60,81 'mirror':79 'moment':21 'old':49 'on/off':59 'open':36 'opt':76 'origin':92,97 'person':51 'pull':22,34 'remov':48 'replic':8,61 'repo':41 'request':35 'seem':30 'server':14,18,86 'set':12 'somehow':73 'sourc':94 'though':99 'turn':58 'unless':10 'want':65 'wrong':16"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/6893/-/comment/41532"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687509254 {#1694
    date: 2023-06-23 10:34:14.0 +02:00
  }
  +"title": 3143
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
37 DENIED edit
App\Entity\EntryComment {#1609
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1577
    +user: Proxies\__CG__\App\Entity\User {#2395 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2130 …}
    +slug: "Why-do-I-not-find-any-video-gif-content-here"
    +title: "Why do I not find any video/gif content here?"
    +url: null
    +body: "It's been great 4 days here on fediverse for me. But I started to notice that there is barely any content in form of videos or gifs. Every content is just static in form is images or text. This is what I am really missing here compared to reddit. Is there any particular reason behind it?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 34
    +favouriteCount: 40
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1687599920 {#2059
      date: 2023-06-24 11:45:20.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2050 …}
    +votes: Doctrine\ORM\PersistentCollection {#2054 …}
    +reports: Doctrine\ORM\PersistentCollection {#2053 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2165 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2104 …}
    +badges: Doctrine\ORM\PersistentCollection {#2099 …}
    +children: [
      App\Entity\EntryComment {#1609}
    ]
    -id: 306
    -titleTs: "'content':8 'find':5 'video/gif':7"
    -bodyTs: "'4':5 'bare':20 'behind':56 'compar':48 'content':22,30 'day':6 'everi':29 'fedivers':9 'form':24,35 'gif':28 'great':4 'imag':37 'miss':46 'notic':16 'particular':54 'realli':45 'reason':55 'reddit':50 'start':14 'static':33 'text':39 'video':26"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1687586132
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/454707"
    +editedAt: null
    +createdAt: DateTimeImmutable @1687499732 {#2135
      date: 2023-06-23 07:55:32.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1649 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
  +body: "On Lemmy that is. Kbin I believe replicates everything (unless I set my server up wrong). My server at the moment pulls in around 1.5 GB a day it seems. There is a pull request open on the kbin git repo for a feature to auto-remove old media. Personally I'd like the ability to turn on/off media replication. If an instance wants a complete copy in case of defederation/disconnection somehow, they can opt in and mirror all media that comes in. Most servers should just link to the original image source on the originating instance though."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1687509254 {#1431
    date: 2023-06-23 10:34:14.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@zerozaku@lemmy.world"
    "@SkyNTP@lemmy.ml"
    "@nachtigall@feddit.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1654 …}
  +nested: Doctrine\ORM\PersistentCollection {#1679 …}
  +votes: Doctrine\ORM\PersistentCollection {#1668 …}
  +reports: Doctrine\ORM\PersistentCollection {#1666 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1568 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1576 …}
  -id: 3143
  -bodyTs: "'1.5':25 'abil':56 'around':24 'auto':47 'auto-remov':46 'believ':7 'case':70 'come':83 'complet':67 'copi':68 'd':53 'day':28 'defederation/disconnection':72 'everyth':9 'featur':44 'gb':26 'git':40 'imag':93 'instanc':64,98 'kbin':5,39 'lemmi':2 'like':54 'link':89 'media':50,60,81 'mirror':79 'moment':21 'old':49 'on/off':59 'open':36 'opt':76 'origin':92,97 'person':51 'pull':22,34 'remov':48 'replic':8,61 'repo':41 'request':35 'seem':30 'server':14,18,86 'set':12 'somehow':73 'sourc':94 'though':99 'turn':58 'unless':10 'want':65 'wrong':16"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/6893/-/comment/41532"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687509254 {#1694
    date: 2023-06-23 10:34:14.0 +02:00
  }
  +"title": 3143
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
38 DENIED moderate
App\Entity\EntryComment {#1609
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1577
    +user: Proxies\__CG__\App\Entity\User {#2395 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2130 …}
    +slug: "Why-do-I-not-find-any-video-gif-content-here"
    +title: "Why do I not find any video/gif content here?"
    +url: null
    +body: "It's been great 4 days here on fediverse for me. But I started to notice that there is barely any content in form of videos or gifs. Every content is just static in form is images or text. This is what I am really missing here compared to reddit. Is there any particular reason behind it?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 34
    +favouriteCount: 40
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1687599920 {#2059
      date: 2023-06-24 11:45:20.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2050 …}
    +votes: Doctrine\ORM\PersistentCollection {#2054 …}
    +reports: Doctrine\ORM\PersistentCollection {#2053 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2165 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2104 …}
    +badges: Doctrine\ORM\PersistentCollection {#2099 …}
    +children: [
      App\Entity\EntryComment {#1609}
    ]
    -id: 306
    -titleTs: "'content':8 'find':5 'video/gif':7"
    -bodyTs: "'4':5 'bare':20 'behind':56 'compar':48 'content':22,30 'day':6 'everi':29 'fedivers':9 'form':24,35 'gif':28 'great':4 'imag':37 'miss':46 'notic':16 'particular':54 'realli':45 'reason':55 'reddit':50 'start':14 'static':33 'text':39 'video':26"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1687586132
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/454707"
    +editedAt: null
    +createdAt: DateTimeImmutable @1687499732 {#2135
      date: 2023-06-23 07:55:32.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1649 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
  +body: "On Lemmy that is. Kbin I believe replicates everything (unless I set my server up wrong). My server at the moment pulls in around 1.5 GB a day it seems. There is a pull request open on the kbin git repo for a feature to auto-remove old media. Personally I'd like the ability to turn on/off media replication. If an instance wants a complete copy in case of defederation/disconnection somehow, they can opt in and mirror all media that comes in. Most servers should just link to the original image source on the originating instance though."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1687509254 {#1431
    date: 2023-06-23 10:34:14.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@zerozaku@lemmy.world"
    "@SkyNTP@lemmy.ml"
    "@nachtigall@feddit.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1654 …}
  +nested: Doctrine\ORM\PersistentCollection {#1679 …}
  +votes: Doctrine\ORM\PersistentCollection {#1668 …}
  +reports: Doctrine\ORM\PersistentCollection {#1666 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1568 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1576 …}
  -id: 3143
  -bodyTs: "'1.5':25 'abil':56 'around':24 'auto':47 'auto-remov':46 'believ':7 'case':70 'come':83 'complet':67 'copi':68 'd':53 'day':28 'defederation/disconnection':72 'everyth':9 'featur':44 'gb':26 'git':40 'imag':93 'instanc':64,98 'kbin':5,39 'lemmi':2 'like':54 'link':89 'media':50,60,81 'mirror':79 'moment':21 'old':49 'on/off':59 'open':36 'opt':76 'origin':92,97 'person':51 'pull':22,34 'remov':48 'replic':8,61 'repo':41 'request':35 'seem':30 'server':14,18,86 'set':12 'somehow':73 'sourc':94 'though':99 'turn':58 'unless':10 'want':65 'wrong':16"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://remy.city/m/asklemmy@lemmy.ml/t/6893/-/comment/41532"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687509254 {#1694
    date: 2023-06-23 10:34:14.0 +02:00
  }
  +"title": 3143
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
39 DENIED ROLE_ADMIN
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
40 DENIED ROLE_MODERATOR
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details