GET https://kbin.spritesserver.nl/index.php/u/@density@kbin.social/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 …}
}
0.89 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 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
2 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2119
  +user: Proxies\__CG__\App\Entity\User {#2530 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2116 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
  +slug: "pooling-media-libraries-like-distributed-storage"
  +title: "pooling media libraries - like distributed storage"
  +url: null
  +body: """
    I run a full media server, as well do a few friends. Now we had the idea to share our media libraries. In a first quick attempt we, mounted each other’s library folder via an smb share and imported those in jellyfin (all servers connected by VPN) Works quite well, but is kind of cumbersome the more people get in. I had the following idea: distributed storage, not as in redundancy, but more like mergerfs. Each “node” allocates a certain amount of storage, say node A, B and C provide 1TB each, these get fused into a singe mount that shows up as 3TB volume. If one node goes offline, the volume will only be 2TB and all files on the offline node will of course be unavailable.\n
    \n
    Did a bit of research and found stuff like ceph,.glusterfs or seeweedfs, all of which I guess have a lot more functionality and thus are quite complicated and a little over my head. Do you do something like that or have any good ideas how to do that easily?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 32
  +favouriteCount: 41
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712143889 {#2883
    date: 2024-04-03 13:31:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2849 …}
  +votes: Doctrine\ORM\PersistentCollection {#2890 …}
  +reports: Doctrine\ORM\PersistentCollection {#2892 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2894 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2896 …}
  +badges: Doctrine\ORM\PersistentCollection {#2898 …}
  +children: [
    App\Entity\EntryComment {#2123
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2119 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2116 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2120 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2161 …}
      +body: """
        tell me why i shouldn't use plex as I'm always tempted by it whenever these threads come up and everyone who uses it is so happy.\n
        \n
        But free/libre is so much more delicious.\n
        \n
        But don't let the perfect be the enemy of the good.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1704325136 {#2115
        date: 2024-01-04 00:38:56.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@suntzu@lemmy.dbzer0.com"
        "@Vendetta9076@sh.itjust.works"
        "@originalucifer@moist.catsweat.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2160 …}
      +nested: Doctrine\ORM\PersistentCollection {#2162 …}
      +votes: Doctrine\ORM\PersistentCollection {#2128 …}
      +reports: Doctrine\ORM\PersistentCollection {#2126 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2139 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2224 …}
      -id: 278018
      -bodyTs: "'alway':12 'come':19 'delici':35 'enemi':44 'everyon':22 'free/libre':30 'good':47 'happi':28 'let':39 'm':11 'much':33 'perfect':41 'plex':8 'shouldn':5 'tell':1 'tempt':13 'thread':18 'use':7,24 'whenev':16"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/selfhosted@lemmy.world/t/738858/-/comment/4394196"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704325136 {#2113
        date: 2024-01-04 00:38:56.0 +01:00
      }
      +"title": 278018
    }
  ]
  -id: 27035
  -titleTs: "'distribut':5 'librari':3 'like':4 'media':2 'pool':1 'storag':6"
  -bodyTs: "'1tb':92 '2tb':117 '3tb':105 'alloc':79 'amount':82 'attempt':27 'b':88 'bit':132 'c':90 'ceph':139 'certain':81 'complic':157 'connect':46 'cours':127 'cumbersom':56 'distribut':67 'easili':179 'file':120 'first':25 'folder':34 'follow':65 'found':136 'friend':12 'full':4 'function':152 'fuse':96 'get':60,95 'glusterf':140 'goe':110 'good':173 'guess':147 'head':163 'idea':17,66,174 'import':40 'jellyfin':43 'kind':54 'librari':22,33 'like':75,138,168 'littl':160 'lot':150 'media':5,21 'mergerf':76 'mount':29,100 'node':78,86,109,124 'offlin':111,123 'one':108 'peopl':59 'provid':91 'quick':26 'quit':50,156 'redund':72 'research':134 'run':2 'say':85 'seeweedf':142 'server':6,45 'share':19,38 'show':102 'sing':99 'smb':37 'someth':167 'storag':68,84 'stuff':137 'thus':154 'unavail':129 'via':35 'volum':106,113 'vpn':48 'well':8,51 'work':49"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704404955
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/11629213"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704318555 {#2871
    date: 2024-01-03 22:49:15.0 +01: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 edit
Proxies\__CG__\App\Entity\Entry {#2119
  +user: Proxies\__CG__\App\Entity\User {#2530 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2116 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
  +slug: "pooling-media-libraries-like-distributed-storage"
  +title: "pooling media libraries - like distributed storage"
  +url: null
  +body: """
    I run a full media server, as well do a few friends. Now we had the idea to share our media libraries. In a first quick attempt we, mounted each other’s library folder via an smb share and imported those in jellyfin (all servers connected by VPN) Works quite well, but is kind of cumbersome the more people get in. I had the following idea: distributed storage, not as in redundancy, but more like mergerfs. Each “node” allocates a certain amount of storage, say node A, B and C provide 1TB each, these get fused into a singe mount that shows up as 3TB volume. If one node goes offline, the volume will only be 2TB and all files on the offline node will of course be unavailable.\n
    \n
    Did a bit of research and found stuff like ceph,.glusterfs or seeweedfs, all of which I guess have a lot more functionality and thus are quite complicated and a little over my head. Do you do something like that or have any good ideas how to do that easily?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 32
  +favouriteCount: 41
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712143889 {#2883
    date: 2024-04-03 13:31:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2849 …}
  +votes: Doctrine\ORM\PersistentCollection {#2890 …}
  +reports: Doctrine\ORM\PersistentCollection {#2892 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2894 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2896 …}
  +badges: Doctrine\ORM\PersistentCollection {#2898 …}
  +children: [
    App\Entity\EntryComment {#2123
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2119 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2116 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2120 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2161 …}
      +body: """
        tell me why i shouldn't use plex as I'm always tempted by it whenever these threads come up and everyone who uses it is so happy.\n
        \n
        But free/libre is so much more delicious.\n
        \n
        But don't let the perfect be the enemy of the good.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1704325136 {#2115
        date: 2024-01-04 00:38:56.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@suntzu@lemmy.dbzer0.com"
        "@Vendetta9076@sh.itjust.works"
        "@originalucifer@moist.catsweat.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2160 …}
      +nested: Doctrine\ORM\PersistentCollection {#2162 …}
      +votes: Doctrine\ORM\PersistentCollection {#2128 …}
      +reports: Doctrine\ORM\PersistentCollection {#2126 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2139 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2224 …}
      -id: 278018
      -bodyTs: "'alway':12 'come':19 'delici':35 'enemi':44 'everyon':22 'free/libre':30 'good':47 'happi':28 'let':39 'm':11 'much':33 'perfect':41 'plex':8 'shouldn':5 'tell':1 'tempt':13 'thread':18 'use':7,24 'whenev':16"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/selfhosted@lemmy.world/t/738858/-/comment/4394196"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704325136 {#2113
        date: 2024-01-04 00:38:56.0 +01:00
      }
      +"title": 278018
    }
  ]
  -id: 27035
  -titleTs: "'distribut':5 'librari':3 'like':4 'media':2 'pool':1 'storag':6"
  -bodyTs: "'1tb':92 '2tb':117 '3tb':105 'alloc':79 'amount':82 'attempt':27 'b':88 'bit':132 'c':90 'ceph':139 'certain':81 'complic':157 'connect':46 'cours':127 'cumbersom':56 'distribut':67 'easili':179 'file':120 'first':25 'folder':34 'follow':65 'found':136 'friend':12 'full':4 'function':152 'fuse':96 'get':60,95 'glusterf':140 'goe':110 'good':173 'guess':147 'head':163 'idea':17,66,174 'import':40 'jellyfin':43 'kind':54 'librari':22,33 'like':75,138,168 'littl':160 'lot':150 'media':5,21 'mergerf':76 'mount':29,100 'node':78,86,109,124 'offlin':111,123 'one':108 'peopl':59 'provid':91 'quick':26 'quit':50,156 'redund':72 'research':134 'run':2 'say':85 'seeweedf':142 'server':6,45 'share':19,38 'show':102 'sing':99 'smb':37 'someth':167 'storag':68,84 'stuff':137 'thus':154 'unavail':129 'via':35 'volum':106,113 'vpn':48 'well':8,51 'work':49"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704404955
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/11629213"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704318555 {#2871
    date: 2024-01-03 22:49:15.0 +01: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
4 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2119
  +user: Proxies\__CG__\App\Entity\User {#2530 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2116 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
  +slug: "pooling-media-libraries-like-distributed-storage"
  +title: "pooling media libraries - like distributed storage"
  +url: null
  +body: """
    I run a full media server, as well do a few friends. Now we had the idea to share our media libraries. In a first quick attempt we, mounted each other’s library folder via an smb share and imported those in jellyfin (all servers connected by VPN) Works quite well, but is kind of cumbersome the more people get in. I had the following idea: distributed storage, not as in redundancy, but more like mergerfs. Each “node” allocates a certain amount of storage, say node A, B and C provide 1TB each, these get fused into a singe mount that shows up as 3TB volume. If one node goes offline, the volume will only be 2TB and all files on the offline node will of course be unavailable.\n
    \n
    Did a bit of research and found stuff like ceph,.glusterfs or seeweedfs, all of which I guess have a lot more functionality and thus are quite complicated and a little over my head. Do you do something like that or have any good ideas how to do that easily?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 32
  +favouriteCount: 41
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712143889 {#2883
    date: 2024-04-03 13:31:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2849 …}
  +votes: Doctrine\ORM\PersistentCollection {#2890 …}
  +reports: Doctrine\ORM\PersistentCollection {#2892 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2894 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2896 …}
  +badges: Doctrine\ORM\PersistentCollection {#2898 …}
  +children: [
    App\Entity\EntryComment {#2123
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2119 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2116 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2120 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2161 …}
      +body: """
        tell me why i shouldn't use plex as I'm always tempted by it whenever these threads come up and everyone who uses it is so happy.\n
        \n
        But free/libre is so much more delicious.\n
        \n
        But don't let the perfect be the enemy of the good.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1704325136 {#2115
        date: 2024-01-04 00:38:56.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@suntzu@lemmy.dbzer0.com"
        "@Vendetta9076@sh.itjust.works"
        "@originalucifer@moist.catsweat.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2160 …}
      +nested: Doctrine\ORM\PersistentCollection {#2162 …}
      +votes: Doctrine\ORM\PersistentCollection {#2128 …}
      +reports: Doctrine\ORM\PersistentCollection {#2126 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2139 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2224 …}
      -id: 278018
      -bodyTs: "'alway':12 'come':19 'delici':35 'enemi':44 'everyon':22 'free/libre':30 'good':47 'happi':28 'let':39 'm':11 'much':33 'perfect':41 'plex':8 'shouldn':5 'tell':1 'tempt':13 'thread':18 'use':7,24 'whenev':16"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/selfhosted@lemmy.world/t/738858/-/comment/4394196"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704325136 {#2113
        date: 2024-01-04 00:38:56.0 +01:00
      }
      +"title": 278018
    }
  ]
  -id: 27035
  -titleTs: "'distribut':5 'librari':3 'like':4 'media':2 'pool':1 'storag':6"
  -bodyTs: "'1tb':92 '2tb':117 '3tb':105 'alloc':79 'amount':82 'attempt':27 'b':88 'bit':132 'c':90 'ceph':139 'certain':81 'complic':157 'connect':46 'cours':127 'cumbersom':56 'distribut':67 'easili':179 'file':120 'first':25 'folder':34 'follow':65 'found':136 'friend':12 'full':4 'function':152 'fuse':96 'get':60,95 'glusterf':140 'goe':110 'good':173 'guess':147 'head':163 'idea':17,66,174 'import':40 'jellyfin':43 'kind':54 'librari':22,33 'like':75,138,168 'littl':160 'lot':150 'media':5,21 'mergerf':76 'mount':29,100 'node':78,86,109,124 'offlin':111,123 'one':108 'peopl':59 'provid':91 'quick':26 'quit':50,156 'redund':72 'research':134 'run':2 'say':85 'seeweedf':142 'server':6,45 'share':19,38 'show':102 'sing':99 'smb':37 'someth':167 'storag':68,84 'stuff':137 'thus':154 'unavail':129 'via':35 'volum':106,113 'vpn':48 'well':8,51 'work':49"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704404955
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/11629213"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704318555 {#2871
    date: 2024-01-03 22:49:15.0 +01: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
5 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
6 DENIED moderate
App\Entity\EntryComment {#2123
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2119
    +user: Proxies\__CG__\App\Entity\User {#2530 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2116 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
    +slug: "pooling-media-libraries-like-distributed-storage"
    +title: "pooling media libraries - like distributed storage"
    +url: null
    +body: """
      I run a full media server, as well do a few friends. Now we had the idea to share our media libraries. In a first quick attempt we, mounted each other’s library folder via an smb share and imported those in jellyfin (all servers connected by VPN) Works quite well, but is kind of cumbersome the more people get in. I had the following idea: distributed storage, not as in redundancy, but more like mergerfs. Each “node” allocates a certain amount of storage, say node A, B and C provide 1TB each, these get fused into a singe mount that shows up as 3TB volume. If one node goes offline, the volume will only be 2TB and all files on the offline node will of course be unavailable.\n
      \n
      Did a bit of research and found stuff like ceph,.glusterfs or seeweedfs, all of which I guess have a lot more functionality and thus are quite complicated and a little over my head. Do you do something like that or have any good ideas how to do that easily?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 32
    +favouriteCount: 41
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712143889 {#2883
      date: 2024-04-03 13:31:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2849 …}
    +votes: Doctrine\ORM\PersistentCollection {#2890 …}
    +reports: Doctrine\ORM\PersistentCollection {#2892 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2894 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2896 …}
    +badges: Doctrine\ORM\PersistentCollection {#2898 …}
    +children: [
      App\Entity\EntryComment {#2123}
    ]
    -id: 27035
    -titleTs: "'distribut':5 'librari':3 'like':4 'media':2 'pool':1 'storag':6"
    -bodyTs: "'1tb':92 '2tb':117 '3tb':105 'alloc':79 'amount':82 'attempt':27 'b':88 'bit':132 'c':90 'ceph':139 'certain':81 'complic':157 'connect':46 'cours':127 'cumbersom':56 'distribut':67 'easili':179 'file':120 'first':25 'folder':34 'follow':65 'found':136 'friend':12 'full':4 'function':152 'fuse':96 'get':60,95 'glusterf':140 'goe':110 'good':173 'guess':147 'head':163 'idea':17,66,174 'import':40 'jellyfin':43 'kind':54 'librari':22,33 'like':75,138,168 'littl':160 'lot':150 'media':5,21 'mergerf':76 'mount':29,100 'node':78,86,109,124 'offlin':111,123 'one':108 'peopl':59 'provid':91 'quick':26 'quit':50,156 'redund':72 'research':134 'run':2 'say':85 'seeweedf':142 'server':6,45 'share':19,38 'show':102 'sing':99 'smb':37 'someth':167 'storag':68,84 'stuff':137 'thus':154 'unavail':129 'via':35 'volum':106,113 'vpn':48 'well':8,51 'work':49"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704404955
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11629213"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704318555 {#2871
      date: 2024-01-03 22:49:15.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2116 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2120 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2161 …}
  +body: """
    tell me why i shouldn't use plex as I'm always tempted by it whenever these threads come up and everyone who uses it is so happy.\n
    \n
    But free/libre is so much more delicious.\n
    \n
    But don't let the perfect be the enemy of the good.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1704325136 {#2115
    date: 2024-01-04 00:38:56.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@suntzu@lemmy.dbzer0.com"
    "@Vendetta9076@sh.itjust.works"
    "@originalucifer@moist.catsweat.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2160 …}
  +nested: Doctrine\ORM\PersistentCollection {#2162 …}
  +votes: Doctrine\ORM\PersistentCollection {#2128 …}
  +reports: Doctrine\ORM\PersistentCollection {#2126 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2139 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2224 …}
  -id: 278018
  -bodyTs: "'alway':12 'come':19 'delici':35 'enemi':44 'everyon':22 'free/libre':30 'good':47 'happi':28 'let':39 'm':11 'much':33 'perfect':41 'plex':8 'shouldn':5 'tell':1 'tempt':13 'thread':18 'use':7,24 'whenev':16"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/selfhosted@lemmy.world/t/738858/-/comment/4394196"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704325136 {#2113
    date: 2024-01-04 00:38:56.0 +01:00
  }
  +"title": 278018
}
"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 edit
App\Entity\EntryComment {#2123
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2119
    +user: Proxies\__CG__\App\Entity\User {#2530 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2116 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
    +slug: "pooling-media-libraries-like-distributed-storage"
    +title: "pooling media libraries - like distributed storage"
    +url: null
    +body: """
      I run a full media server, as well do a few friends. Now we had the idea to share our media libraries. In a first quick attempt we, mounted each other’s library folder via an smb share and imported those in jellyfin (all servers connected by VPN) Works quite well, but is kind of cumbersome the more people get in. I had the following idea: distributed storage, not as in redundancy, but more like mergerfs. Each “node” allocates a certain amount of storage, say node A, B and C provide 1TB each, these get fused into a singe mount that shows up as 3TB volume. If one node goes offline, the volume will only be 2TB and all files on the offline node will of course be unavailable.\n
      \n
      Did a bit of research and found stuff like ceph,.glusterfs or seeweedfs, all of which I guess have a lot more functionality and thus are quite complicated and a little over my head. Do you do something like that or have any good ideas how to do that easily?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 32
    +favouriteCount: 41
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712143889 {#2883
      date: 2024-04-03 13:31:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2849 …}
    +votes: Doctrine\ORM\PersistentCollection {#2890 …}
    +reports: Doctrine\ORM\PersistentCollection {#2892 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2894 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2896 …}
    +badges: Doctrine\ORM\PersistentCollection {#2898 …}
    +children: [
      App\Entity\EntryComment {#2123}
    ]
    -id: 27035
    -titleTs: "'distribut':5 'librari':3 'like':4 'media':2 'pool':1 'storag':6"
    -bodyTs: "'1tb':92 '2tb':117 '3tb':105 'alloc':79 'amount':82 'attempt':27 'b':88 'bit':132 'c':90 'ceph':139 'certain':81 'complic':157 'connect':46 'cours':127 'cumbersom':56 'distribut':67 'easili':179 'file':120 'first':25 'folder':34 'follow':65 'found':136 'friend':12 'full':4 'function':152 'fuse':96 'get':60,95 'glusterf':140 'goe':110 'good':173 'guess':147 'head':163 'idea':17,66,174 'import':40 'jellyfin':43 'kind':54 'librari':22,33 'like':75,138,168 'littl':160 'lot':150 'media':5,21 'mergerf':76 'mount':29,100 'node':78,86,109,124 'offlin':111,123 'one':108 'peopl':59 'provid':91 'quick':26 'quit':50,156 'redund':72 'research':134 'run':2 'say':85 'seeweedf':142 'server':6,45 'share':19,38 'show':102 'sing':99 'smb':37 'someth':167 'storag':68,84 'stuff':137 'thus':154 'unavail':129 'via':35 'volum':106,113 'vpn':48 'well':8,51 'work':49"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704404955
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11629213"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704318555 {#2871
      date: 2024-01-03 22:49:15.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2116 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2120 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2161 …}
  +body: """
    tell me why i shouldn't use plex as I'm always tempted by it whenever these threads come up and everyone who uses it is so happy.\n
    \n
    But free/libre is so much more delicious.\n
    \n
    But don't let the perfect be the enemy of the good.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1704325136 {#2115
    date: 2024-01-04 00:38:56.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@suntzu@lemmy.dbzer0.com"
    "@Vendetta9076@sh.itjust.works"
    "@originalucifer@moist.catsweat.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2160 …}
  +nested: Doctrine\ORM\PersistentCollection {#2162 …}
  +votes: Doctrine\ORM\PersistentCollection {#2128 …}
  +reports: Doctrine\ORM\PersistentCollection {#2126 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2139 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2224 …}
  -id: 278018
  -bodyTs: "'alway':12 'come':19 'delici':35 'enemi':44 'everyon':22 'free/libre':30 'good':47 'happi':28 'let':39 'm':11 'much':33 'perfect':41 'plex':8 'shouldn':5 'tell':1 'tempt':13 'thread':18 'use':7,24 'whenev':16"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/selfhosted@lemmy.world/t/738858/-/comment/4394196"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704325136 {#2113
    date: 2024-01-04 00:38:56.0 +01:00
  }
  +"title": 278018
}
"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
8 DENIED moderate
App\Entity\EntryComment {#2123
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2119
    +user: Proxies\__CG__\App\Entity\User {#2530 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2116 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
    +slug: "pooling-media-libraries-like-distributed-storage"
    +title: "pooling media libraries - like distributed storage"
    +url: null
    +body: """
      I run a full media server, as well do a few friends. Now we had the idea to share our media libraries. In a first quick attempt we, mounted each other’s library folder via an smb share and imported those in jellyfin (all servers connected by VPN) Works quite well, but is kind of cumbersome the more people get in. I had the following idea: distributed storage, not as in redundancy, but more like mergerfs. Each “node” allocates a certain amount of storage, say node A, B and C provide 1TB each, these get fused into a singe mount that shows up as 3TB volume. If one node goes offline, the volume will only be 2TB and all files on the offline node will of course be unavailable.\n
      \n
      Did a bit of research and found stuff like ceph,.glusterfs or seeweedfs, all of which I guess have a lot more functionality and thus are quite complicated and a little over my head. Do you do something like that or have any good ideas how to do that easily?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 32
    +favouriteCount: 41
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712143889 {#2883
      date: 2024-04-03 13:31:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2849 …}
    +votes: Doctrine\ORM\PersistentCollection {#2890 …}
    +reports: Doctrine\ORM\PersistentCollection {#2892 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2894 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2896 …}
    +badges: Doctrine\ORM\PersistentCollection {#2898 …}
    +children: [
      App\Entity\EntryComment {#2123}
    ]
    -id: 27035
    -titleTs: "'distribut':5 'librari':3 'like':4 'media':2 'pool':1 'storag':6"
    -bodyTs: "'1tb':92 '2tb':117 '3tb':105 'alloc':79 'amount':82 'attempt':27 'b':88 'bit':132 'c':90 'ceph':139 'certain':81 'complic':157 'connect':46 'cours':127 'cumbersom':56 'distribut':67 'easili':179 'file':120 'first':25 'folder':34 'follow':65 'found':136 'friend':12 'full':4 'function':152 'fuse':96 'get':60,95 'glusterf':140 'goe':110 'good':173 'guess':147 'head':163 'idea':17,66,174 'import':40 'jellyfin':43 'kind':54 'librari':22,33 'like':75,138,168 'littl':160 'lot':150 'media':5,21 'mergerf':76 'mount':29,100 'node':78,86,109,124 'offlin':111,123 'one':108 'peopl':59 'provid':91 'quick':26 'quit':50,156 'redund':72 'research':134 'run':2 'say':85 'seeweedf':142 'server':6,45 'share':19,38 'show':102 'sing':99 'smb':37 'someth':167 'storag':68,84 'stuff':137 'thus':154 'unavail':129 'via':35 'volum':106,113 'vpn':48 'well':8,51 'work':49"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704404955
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11629213"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704318555 {#2871
      date: 2024-01-03 22:49:15.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2116 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2120 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2161 …}
  +body: """
    tell me why i shouldn't use plex as I'm always tempted by it whenever these threads come up and everyone who uses it is so happy.\n
    \n
    But free/libre is so much more delicious.\n
    \n
    But don't let the perfect be the enemy of the good.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1704325136 {#2115
    date: 2024-01-04 00:38:56.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@suntzu@lemmy.dbzer0.com"
    "@Vendetta9076@sh.itjust.works"
    "@originalucifer@moist.catsweat.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2160 …}
  +nested: Doctrine\ORM\PersistentCollection {#2162 …}
  +votes: Doctrine\ORM\PersistentCollection {#2128 …}
  +reports: Doctrine\ORM\PersistentCollection {#2126 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2139 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2224 …}
  -id: 278018
  -bodyTs: "'alway':12 'come':19 'delici':35 'enemi':44 'everyon':22 'free/libre':30 'good':47 'happi':28 'let':39 'm':11 'much':33 'perfect':41 'plex':8 'shouldn':5 'tell':1 'tempt':13 'thread':18 'use':7,24 'whenev':16"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/selfhosted@lemmy.world/t/738858/-/comment/4394196"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704325136 {#2113
    date: 2024-01-04 00:38:56.0 +01:00
  }
  +"title": 278018
}
"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
9 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
10 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2101
  +user: Proxies\__CG__\App\Entity\User {#2718 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2045 …}
  +image: Proxies\__CG__\App\Entity\Image {#2757 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2759 …}
  +slug: "Internet-Archive-Digital-Lending-is-Fair-Use-Not-Copyright-Infringement"
  +title: "Internet Archive: Digital Lending is Fair Use, Not Copyright Infringement * TorrentFreak"
  +url: "https://torrentfreak.com/internet-archive-digital-lending-is-fair-use-not-copyright-infringement-231218/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 368
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703041088 {#2752
    date: 2023-12-20 03:58:08.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2760 …}
  +votes: Doctrine\ORM\PersistentCollection {#2762 …}
  +reports: Doctrine\ORM\PersistentCollection {#2764 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2766 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2768 …}
  +badges: Doctrine\ORM\PersistentCollection {#2770 …}
  +children: [
    App\Entity\EntryComment {#2111
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2101 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2045 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2102 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2102 …}
      +body: """
        In the US context, the founding of public libraries were most famously and substantially supported by Carnegie. A man of "[crime and robbery](https://en.wikipedia.org/wiki/Homestead_strike)" if there ever was one. When you hear "philanthropist" think "tax evasion". Not to mention how he came into possession of all that loot in the first place.\n
        \n
        I agree with the author's point broadly but it's not well made.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1702980603 {#2105
        date: 2023-12-19 11:10:03.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aPirate@lemmy.dbzer0.com"
        "@Spectacle8011@lemmy.comfysnug.space"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2109 …}
      +nested: Doctrine\ORM\PersistentCollection {#2106 …}
      +votes: Doctrine\ORM\PersistentCollection {#2107 …}
      +reports: Doctrine\ORM\PersistentCollection {#2124 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2118 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2121 …}
      -id: 234423
      -bodyTs: "'/wiki/homestead_strike)':26 'agre':56 'author':59 'broad':62 'came':44 'carnegi':17 'context':4 'crime':21 'en.wikipedia.org':25 'en.wikipedia.org/wiki/homestead_strike)':24 'evas':38 'ever':29 'famous':12 'first':53 'found':6 'hear':34 'librari':9 'loot':50 'made':68 'man':19 'mention':41 'one':31 'philanthropist':35 'place':54 'point':61 'possess':46 'public':8 'robberi':23 'substanti':14 'support':15 'tax':37 'think':36 'us':3 'well':67"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/piracy@lemmy.dbzer0.com/t/712212/-/comment/4203388"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702980603 {#2108
        date: 2023-12-19 11:10:03.0 +01:00
      }
      +"title": 234423
    }
  ]
  -id: 23230
  -titleTs: "'archiv':2 'copyright':9 'digit':3 'fair':6 'infring':10 'internet':1 'lend':4 'torrentfreak':11 'use':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703050971
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/10677418"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702964571 {#2740
    date: 2023-12-19 06:42:51.0 +01: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 edit
Proxies\__CG__\App\Entity\Entry {#2101
  +user: Proxies\__CG__\App\Entity\User {#2718 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2045 …}
  +image: Proxies\__CG__\App\Entity\Image {#2757 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2759 …}
  +slug: "Internet-Archive-Digital-Lending-is-Fair-Use-Not-Copyright-Infringement"
  +title: "Internet Archive: Digital Lending is Fair Use, Not Copyright Infringement * TorrentFreak"
  +url: "https://torrentfreak.com/internet-archive-digital-lending-is-fair-use-not-copyright-infringement-231218/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 368
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703041088 {#2752
    date: 2023-12-20 03:58:08.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2760 …}
  +votes: Doctrine\ORM\PersistentCollection {#2762 …}
  +reports: Doctrine\ORM\PersistentCollection {#2764 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2766 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2768 …}
  +badges: Doctrine\ORM\PersistentCollection {#2770 …}
  +children: [
    App\Entity\EntryComment {#2111
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2101 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2045 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2102 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2102 …}
      +body: """
        In the US context, the founding of public libraries were most famously and substantially supported by Carnegie. A man of "[crime and robbery](https://en.wikipedia.org/wiki/Homestead_strike)" if there ever was one. When you hear "philanthropist" think "tax evasion". Not to mention how he came into possession of all that loot in the first place.\n
        \n
        I agree with the author's point broadly but it's not well made.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1702980603 {#2105
        date: 2023-12-19 11:10:03.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aPirate@lemmy.dbzer0.com"
        "@Spectacle8011@lemmy.comfysnug.space"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2109 …}
      +nested: Doctrine\ORM\PersistentCollection {#2106 …}
      +votes: Doctrine\ORM\PersistentCollection {#2107 …}
      +reports: Doctrine\ORM\PersistentCollection {#2124 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2118 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2121 …}
      -id: 234423
      -bodyTs: "'/wiki/homestead_strike)':26 'agre':56 'author':59 'broad':62 'came':44 'carnegi':17 'context':4 'crime':21 'en.wikipedia.org':25 'en.wikipedia.org/wiki/homestead_strike)':24 'evas':38 'ever':29 'famous':12 'first':53 'found':6 'hear':34 'librari':9 'loot':50 'made':68 'man':19 'mention':41 'one':31 'philanthropist':35 'place':54 'point':61 'possess':46 'public':8 'robberi':23 'substanti':14 'support':15 'tax':37 'think':36 'us':3 'well':67"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/piracy@lemmy.dbzer0.com/t/712212/-/comment/4203388"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702980603 {#2108
        date: 2023-12-19 11:10:03.0 +01:00
      }
      +"title": 234423
    }
  ]
  -id: 23230
  -titleTs: "'archiv':2 'copyright':9 'digit':3 'fair':6 'infring':10 'internet':1 'lend':4 'torrentfreak':11 'use':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703050971
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/10677418"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702964571 {#2740
    date: 2023-12-19 06:42:51.0 +01: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
12 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2101
  +user: Proxies\__CG__\App\Entity\User {#2718 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2045 …}
  +image: Proxies\__CG__\App\Entity\Image {#2757 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2759 …}
  +slug: "Internet-Archive-Digital-Lending-is-Fair-Use-Not-Copyright-Infringement"
  +title: "Internet Archive: Digital Lending is Fair Use, Not Copyright Infringement * TorrentFreak"
  +url: "https://torrentfreak.com/internet-archive-digital-lending-is-fair-use-not-copyright-infringement-231218/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 368
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703041088 {#2752
    date: 2023-12-20 03:58:08.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2760 …}
  +votes: Doctrine\ORM\PersistentCollection {#2762 …}
  +reports: Doctrine\ORM\PersistentCollection {#2764 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2766 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2768 …}
  +badges: Doctrine\ORM\PersistentCollection {#2770 …}
  +children: [
    App\Entity\EntryComment {#2111
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2101 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2045 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2102 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2102 …}
      +body: """
        In the US context, the founding of public libraries were most famously and substantially supported by Carnegie. A man of "[crime and robbery](https://en.wikipedia.org/wiki/Homestead_strike)" if there ever was one. When you hear "philanthropist" think "tax evasion". Not to mention how he came into possession of all that loot in the first place.\n
        \n
        I agree with the author's point broadly but it's not well made.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1702980603 {#2105
        date: 2023-12-19 11:10:03.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aPirate@lemmy.dbzer0.com"
        "@Spectacle8011@lemmy.comfysnug.space"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2109 …}
      +nested: Doctrine\ORM\PersistentCollection {#2106 …}
      +votes: Doctrine\ORM\PersistentCollection {#2107 …}
      +reports: Doctrine\ORM\PersistentCollection {#2124 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2118 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2121 …}
      -id: 234423
      -bodyTs: "'/wiki/homestead_strike)':26 'agre':56 'author':59 'broad':62 'came':44 'carnegi':17 'context':4 'crime':21 'en.wikipedia.org':25 'en.wikipedia.org/wiki/homestead_strike)':24 'evas':38 'ever':29 'famous':12 'first':53 'found':6 'hear':34 'librari':9 'loot':50 'made':68 'man':19 'mention':41 'one':31 'philanthropist':35 'place':54 'point':61 'possess':46 'public':8 'robberi':23 'substanti':14 'support':15 'tax':37 'think':36 'us':3 'well':67"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/piracy@lemmy.dbzer0.com/t/712212/-/comment/4203388"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702980603 {#2108
        date: 2023-12-19 11:10:03.0 +01:00
      }
      +"title": 234423
    }
  ]
  -id: 23230
  -titleTs: "'archiv':2 'copyright':9 'digit':3 'fair':6 'infring':10 'internet':1 'lend':4 'torrentfreak':11 'use':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703050971
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/10677418"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702964571 {#2740
    date: 2023-12-19 06:42:51.0 +01: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
13 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
14 DENIED moderate
App\Entity\EntryComment {#2111
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2101
    +user: Proxies\__CG__\App\Entity\User {#2718 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2045 …}
    +image: Proxies\__CG__\App\Entity\Image {#2757 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2759 …}
    +slug: "Internet-Archive-Digital-Lending-is-Fair-Use-Not-Copyright-Infringement"
    +title: "Internet Archive: Digital Lending is Fair Use, Not Copyright Infringement * TorrentFreak"
    +url: "https://torrentfreak.com/internet-archive-digital-lending-is-fair-use-not-copyright-infringement-231218/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 13
    +favouriteCount: 368
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1703041088 {#2752
      date: 2023-12-20 03:58:08.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2760 …}
    +votes: Doctrine\ORM\PersistentCollection {#2762 …}
    +reports: Doctrine\ORM\PersistentCollection {#2764 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2766 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2768 …}
    +badges: Doctrine\ORM\PersistentCollection {#2770 …}
    +children: [
      App\Entity\EntryComment {#2111}
    ]
    -id: 23230
    -titleTs: "'archiv':2 'copyright':9 'digit':3 'fair':6 'infring':10 'internet':1 'lend':4 'torrentfreak':11 'use':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703050971
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/10677418"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702964571 {#2740
      date: 2023-12-19 06:42:51.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2045 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2102 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2102 …}
  +body: """
    In the US context, the founding of public libraries were most famously and substantially supported by Carnegie. A man of "[crime and robbery](https://en.wikipedia.org/wiki/Homestead_strike)" if there ever was one. When you hear "philanthropist" think "tax evasion". Not to mention how he came into possession of all that loot in the first place.\n
    \n
    I agree with the author's point broadly but it's not well made.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1702980603 {#2105
    date: 2023-12-19 11:10:03.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aPirate@lemmy.dbzer0.com"
    "@Spectacle8011@lemmy.comfysnug.space"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2109 …}
  +nested: Doctrine\ORM\PersistentCollection {#2106 …}
  +votes: Doctrine\ORM\PersistentCollection {#2107 …}
  +reports: Doctrine\ORM\PersistentCollection {#2124 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2118 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2121 …}
  -id: 234423
  -bodyTs: "'/wiki/homestead_strike)':26 'agre':56 'author':59 'broad':62 'came':44 'carnegi':17 'context':4 'crime':21 'en.wikipedia.org':25 'en.wikipedia.org/wiki/homestead_strike)':24 'evas':38 'ever':29 'famous':12 'first':53 'found':6 'hear':34 'librari':9 'loot':50 'made':68 'man':19 'mention':41 'one':31 'philanthropist':35 'place':54 'point':61 'possess':46 'public':8 'robberi':23 'substanti':14 'support':15 'tax':37 'think':36 'us':3 'well':67"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/piracy@lemmy.dbzer0.com/t/712212/-/comment/4203388"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702980603 {#2108
    date: 2023-12-19 11:10:03.0 +01:00
  }
  +"title": 234423
}
"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 edit
App\Entity\EntryComment {#2111
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2101
    +user: Proxies\__CG__\App\Entity\User {#2718 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2045 …}
    +image: Proxies\__CG__\App\Entity\Image {#2757 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2759 …}
    +slug: "Internet-Archive-Digital-Lending-is-Fair-Use-Not-Copyright-Infringement"
    +title: "Internet Archive: Digital Lending is Fair Use, Not Copyright Infringement * TorrentFreak"
    +url: "https://torrentfreak.com/internet-archive-digital-lending-is-fair-use-not-copyright-infringement-231218/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 13
    +favouriteCount: 368
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1703041088 {#2752
      date: 2023-12-20 03:58:08.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2760 …}
    +votes: Doctrine\ORM\PersistentCollection {#2762 …}
    +reports: Doctrine\ORM\PersistentCollection {#2764 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2766 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2768 …}
    +badges: Doctrine\ORM\PersistentCollection {#2770 …}
    +children: [
      App\Entity\EntryComment {#2111}
    ]
    -id: 23230
    -titleTs: "'archiv':2 'copyright':9 'digit':3 'fair':6 'infring':10 'internet':1 'lend':4 'torrentfreak':11 'use':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703050971
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/10677418"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702964571 {#2740
      date: 2023-12-19 06:42:51.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2045 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2102 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2102 …}
  +body: """
    In the US context, the founding of public libraries were most famously and substantially supported by Carnegie. A man of "[crime and robbery](https://en.wikipedia.org/wiki/Homestead_strike)" if there ever was one. When you hear "philanthropist" think "tax evasion". Not to mention how he came into possession of all that loot in the first place.\n
    \n
    I agree with the author's point broadly but it's not well made.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1702980603 {#2105
    date: 2023-12-19 11:10:03.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aPirate@lemmy.dbzer0.com"
    "@Spectacle8011@lemmy.comfysnug.space"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2109 …}
  +nested: Doctrine\ORM\PersistentCollection {#2106 …}
  +votes: Doctrine\ORM\PersistentCollection {#2107 …}
  +reports: Doctrine\ORM\PersistentCollection {#2124 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2118 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2121 …}
  -id: 234423
  -bodyTs: "'/wiki/homestead_strike)':26 'agre':56 'author':59 'broad':62 'came':44 'carnegi':17 'context':4 'crime':21 'en.wikipedia.org':25 'en.wikipedia.org/wiki/homestead_strike)':24 'evas':38 'ever':29 'famous':12 'first':53 'found':6 'hear':34 'librari':9 'loot':50 'made':68 'man':19 'mention':41 'one':31 'philanthropist':35 'place':54 'point':61 'possess':46 'public':8 'robberi':23 'substanti':14 'support':15 'tax':37 'think':36 'us':3 'well':67"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/piracy@lemmy.dbzer0.com/t/712212/-/comment/4203388"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702980603 {#2108
    date: 2023-12-19 11:10:03.0 +01:00
  }
  +"title": 234423
}
"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
16 DENIED moderate
App\Entity\EntryComment {#2111
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2101
    +user: Proxies\__CG__\App\Entity\User {#2718 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2045 …}
    +image: Proxies\__CG__\App\Entity\Image {#2757 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2759 …}
    +slug: "Internet-Archive-Digital-Lending-is-Fair-Use-Not-Copyright-Infringement"
    +title: "Internet Archive: Digital Lending is Fair Use, Not Copyright Infringement * TorrentFreak"
    +url: "https://torrentfreak.com/internet-archive-digital-lending-is-fair-use-not-copyright-infringement-231218/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 13
    +favouriteCount: 368
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1703041088 {#2752
      date: 2023-12-20 03:58:08.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2760 …}
    +votes: Doctrine\ORM\PersistentCollection {#2762 …}
    +reports: Doctrine\ORM\PersistentCollection {#2764 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2766 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2768 …}
    +badges: Doctrine\ORM\PersistentCollection {#2770 …}
    +children: [
      App\Entity\EntryComment {#2111}
    ]
    -id: 23230
    -titleTs: "'archiv':2 'copyright':9 'digit':3 'fair':6 'infring':10 'internet':1 'lend':4 'torrentfreak':11 'use':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703050971
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/10677418"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702964571 {#2740
      date: 2023-12-19 06:42:51.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2045 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2102 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2102 …}
  +body: """
    In the US context, the founding of public libraries were most famously and substantially supported by Carnegie. A man of "[crime and robbery](https://en.wikipedia.org/wiki/Homestead_strike)" if there ever was one. When you hear "philanthropist" think "tax evasion". Not to mention how he came into possession of all that loot in the first place.\n
    \n
    I agree with the author's point broadly but it's not well made.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1702980603 {#2105
    date: 2023-12-19 11:10:03.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aPirate@lemmy.dbzer0.com"
    "@Spectacle8011@lemmy.comfysnug.space"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2109 …}
  +nested: Doctrine\ORM\PersistentCollection {#2106 …}
  +votes: Doctrine\ORM\PersistentCollection {#2107 …}
  +reports: Doctrine\ORM\PersistentCollection {#2124 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2118 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2121 …}
  -id: 234423
  -bodyTs: "'/wiki/homestead_strike)':26 'agre':56 'author':59 'broad':62 'came':44 'carnegi':17 'context':4 'crime':21 'en.wikipedia.org':25 'en.wikipedia.org/wiki/homestead_strike)':24 'evas':38 'ever':29 'famous':12 'first':53 'found':6 'hear':34 'librari':9 'loot':50 'made':68 'man':19 'mention':41 'one':31 'philanthropist':35 'place':54 'point':61 'possess':46 'public':8 'robberi':23 'substanti':14 'support':15 'tax':37 'think':36 'us':3 'well':67"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/piracy@lemmy.dbzer0.com/t/712212/-/comment/4203388"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702980603 {#2108
    date: 2023-12-19 11:10:03.0 +01:00
  }
  +"title": 234423
}
"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 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
18 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2047
  +user: Proxies\__CG__\App\Entity\User {#2812 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2045 …}
  +image: Proxies\__CG__\App\Entity\Image {#2851 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2759 …}
  +slug: "DNS-Resolver-Quad9-Wins-Pirate-Site-Blocking-Appeal-Against-Sony"
  +title: "DNS Resolver Quad9 Wins Pirate Site Blocking Appeal Against Sony"
  +url: "https://torrentfreak.com/dns-resolver-quad9-wins-pirate-site-blocking-appeal-against-sony-231208/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 21
  +favouriteCount: 242
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702533226 {#2846
    date: 2023-12-14 06:53:46.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2853 …}
  +votes: Doctrine\ORM\PersistentCollection {#2855 …}
  +reports: Doctrine\ORM\PersistentCollection {#2857 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2859 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2861 …}
  +badges: Doctrine\ORM\PersistentCollection {#2863 …}
  +children: [
    App\Entity\EntryComment {#2046
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2047 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2045 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2057 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2057 …}
      +body: """
        > a lot of folks are going to make some drivel up about how they’re preserving history or whatever as they don’t even adhere to basic archive standards and their entire collection is coincidentally only stuff they like lol\n
        \n
        history will never forget joe rogan, the family guy, nirvana, playboy magazine, zelda, 4chan etc thanks to these heroic amateur archivists... lol not exactly representative of the plurality of human creativity\n
        \n
        around the edges of the amateurs and within institutions they support like archive.org there is more room to value the diversity of human creation. I hope there would be more infusion of democracy and valuing of materials not of interest to white men.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1702087322 {#2056
        date: 2023-12-09 03:02:02.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@BlackEco@lemmy.blackeco.com"
        "@BolexForSoup@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2050 …}
      +nested: Doctrine\ORM\PersistentCollection {#2052 …}
      +votes: Doctrine\ORM\PersistentCollection {#2058 …}
      +reports: Doctrine\ORM\PersistentCollection {#2125 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2041 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2100 …}
      -id: 212504
      -bodyTs: "'4chan':54 'adher':25 'amateur':60,77 'archiv':28 'archive.org':84 'archivist':61 'around':72 'basic':27 'coincident':35 'collect':33 'creation':95 'creativ':71 'democraci':104 'divers':92 'drivel':10 'edg':74 'entir':32 'etc':55 'even':24 'exact':64 'famili':48 'folk':4 'forget':44 'go':6 'guy':49 'heroic':59 'histori':17,41 'hope':97 'human':70,94 'infus':102 'institut':80 'interest':111 'joe':45 'like':39,83 'lol':40,62 'lot':2 'magazin':52 'make':8 'materi':108 'men':114 'never':43 'nirvana':50 'playboy':51 'plural':68 'preserv':16 're':15 'repres':65 'rogan':46 'room':88 'standard':29 'stuff':37 'support':82 'thank':56 'valu':90,106 'whatev':19 'white':113 'within':79 'would':99 'zelda':53"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/piracy@lemmy.dbzer0.com/t/689007/-/comment/4025176"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702087322 {#2059
        date: 2023-12-09 03:02:02.0 +01:00
      }
      +"title": 212504
    }
  ]
  -id: 21078
  -titleTs: "'appeal':8 'block':7 'dns':1 'pirat':5 'quad9':3 'resolv':2 'site':6 'soni':10 'win':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702124461
  +visibility: "visible             "
  +apId: "https://lemmy.blackeco.com/post/262328"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702038061 {#2832
    date: 2023-12-08 13:21:01.0 +01: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
19 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2047
  +user: Proxies\__CG__\App\Entity\User {#2812 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2045 …}
  +image: Proxies\__CG__\App\Entity\Image {#2851 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2759 …}
  +slug: "DNS-Resolver-Quad9-Wins-Pirate-Site-Blocking-Appeal-Against-Sony"
  +title: "DNS Resolver Quad9 Wins Pirate Site Blocking Appeal Against Sony"
  +url: "https://torrentfreak.com/dns-resolver-quad9-wins-pirate-site-blocking-appeal-against-sony-231208/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 21
  +favouriteCount: 242
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702533226 {#2846
    date: 2023-12-14 06:53:46.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2853 …}
  +votes: Doctrine\ORM\PersistentCollection {#2855 …}
  +reports: Doctrine\ORM\PersistentCollection {#2857 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2859 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2861 …}
  +badges: Doctrine\ORM\PersistentCollection {#2863 …}
  +children: [
    App\Entity\EntryComment {#2046
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2047 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2045 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2057 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2057 …}
      +body: """
        > a lot of folks are going to make some drivel up about how they’re preserving history or whatever as they don’t even adhere to basic archive standards and their entire collection is coincidentally only stuff they like lol\n
        \n
        history will never forget joe rogan, the family guy, nirvana, playboy magazine, zelda, 4chan etc thanks to these heroic amateur archivists... lol not exactly representative of the plurality of human creativity\n
        \n
        around the edges of the amateurs and within institutions they support like archive.org there is more room to value the diversity of human creation. I hope there would be more infusion of democracy and valuing of materials not of interest to white men.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1702087322 {#2056
        date: 2023-12-09 03:02:02.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@BlackEco@lemmy.blackeco.com"
        "@BolexForSoup@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2050 …}
      +nested: Doctrine\ORM\PersistentCollection {#2052 …}
      +votes: Doctrine\ORM\PersistentCollection {#2058 …}
      +reports: Doctrine\ORM\PersistentCollection {#2125 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2041 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2100 …}
      -id: 212504
      -bodyTs: "'4chan':54 'adher':25 'amateur':60,77 'archiv':28 'archive.org':84 'archivist':61 'around':72 'basic':27 'coincident':35 'collect':33 'creation':95 'creativ':71 'democraci':104 'divers':92 'drivel':10 'edg':74 'entir':32 'etc':55 'even':24 'exact':64 'famili':48 'folk':4 'forget':44 'go':6 'guy':49 'heroic':59 'histori':17,41 'hope':97 'human':70,94 'infus':102 'institut':80 'interest':111 'joe':45 'like':39,83 'lol':40,62 'lot':2 'magazin':52 'make':8 'materi':108 'men':114 'never':43 'nirvana':50 'playboy':51 'plural':68 'preserv':16 're':15 'repres':65 'rogan':46 'room':88 'standard':29 'stuff':37 'support':82 'thank':56 'valu':90,106 'whatev':19 'white':113 'within':79 'would':99 'zelda':53"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/piracy@lemmy.dbzer0.com/t/689007/-/comment/4025176"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702087322 {#2059
        date: 2023-12-09 03:02:02.0 +01:00
      }
      +"title": 212504
    }
  ]
  -id: 21078
  -titleTs: "'appeal':8 'block':7 'dns':1 'pirat':5 'quad9':3 'resolv':2 'site':6 'soni':10 'win':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702124461
  +visibility: "visible             "
  +apId: "https://lemmy.blackeco.com/post/262328"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702038061 {#2832
    date: 2023-12-08 13:21:01.0 +01: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
20 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2047
  +user: Proxies\__CG__\App\Entity\User {#2812 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2045 …}
  +image: Proxies\__CG__\App\Entity\Image {#2851 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2759 …}
  +slug: "DNS-Resolver-Quad9-Wins-Pirate-Site-Blocking-Appeal-Against-Sony"
  +title: "DNS Resolver Quad9 Wins Pirate Site Blocking Appeal Against Sony"
  +url: "https://torrentfreak.com/dns-resolver-quad9-wins-pirate-site-blocking-appeal-against-sony-231208/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 21
  +favouriteCount: 242
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702533226 {#2846
    date: 2023-12-14 06:53:46.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2853 …}
  +votes: Doctrine\ORM\PersistentCollection {#2855 …}
  +reports: Doctrine\ORM\PersistentCollection {#2857 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2859 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2861 …}
  +badges: Doctrine\ORM\PersistentCollection {#2863 …}
  +children: [
    App\Entity\EntryComment {#2046
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2047 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2045 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2057 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2057 …}
      +body: """
        > a lot of folks are going to make some drivel up about how they’re preserving history or whatever as they don’t even adhere to basic archive standards and their entire collection is coincidentally only stuff they like lol\n
        \n
        history will never forget joe rogan, the family guy, nirvana, playboy magazine, zelda, 4chan etc thanks to these heroic amateur archivists... lol not exactly representative of the plurality of human creativity\n
        \n
        around the edges of the amateurs and within institutions they support like archive.org there is more room to value the diversity of human creation. I hope there would be more infusion of democracy and valuing of materials not of interest to white men.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1702087322 {#2056
        date: 2023-12-09 03:02:02.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@BlackEco@lemmy.blackeco.com"
        "@BolexForSoup@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2050 …}
      +nested: Doctrine\ORM\PersistentCollection {#2052 …}
      +votes: Doctrine\ORM\PersistentCollection {#2058 …}
      +reports: Doctrine\ORM\PersistentCollection {#2125 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2041 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2100 …}
      -id: 212504
      -bodyTs: "'4chan':54 'adher':25 'amateur':60,77 'archiv':28 'archive.org':84 'archivist':61 'around':72 'basic':27 'coincident':35 'collect':33 'creation':95 'creativ':71 'democraci':104 'divers':92 'drivel':10 'edg':74 'entir':32 'etc':55 'even':24 'exact':64 'famili':48 'folk':4 'forget':44 'go':6 'guy':49 'heroic':59 'histori':17,41 'hope':97 'human':70,94 'infus':102 'institut':80 'interest':111 'joe':45 'like':39,83 'lol':40,62 'lot':2 'magazin':52 'make':8 'materi':108 'men':114 'never':43 'nirvana':50 'playboy':51 'plural':68 'preserv':16 're':15 'repres':65 'rogan':46 'room':88 'standard':29 'stuff':37 'support':82 'thank':56 'valu':90,106 'whatev':19 'white':113 'within':79 'would':99 'zelda':53"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/piracy@lemmy.dbzer0.com/t/689007/-/comment/4025176"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702087322 {#2059
        date: 2023-12-09 03:02:02.0 +01:00
      }
      +"title": 212504
    }
  ]
  -id: 21078
  -titleTs: "'appeal':8 'block':7 'dns':1 'pirat':5 'quad9':3 'resolv':2 'site':6 'soni':10 'win':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702124461
  +visibility: "visible             "
  +apId: "https://lemmy.blackeco.com/post/262328"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702038061 {#2832
    date: 2023-12-08 13:21:01.0 +01: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
21 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
22 DENIED moderate
App\Entity\EntryComment {#2046
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2047
    +user: Proxies\__CG__\App\Entity\User {#2812 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2045 …}
    +image: Proxies\__CG__\App\Entity\Image {#2851 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2759 …}
    +slug: "DNS-Resolver-Quad9-Wins-Pirate-Site-Blocking-Appeal-Against-Sony"
    +title: "DNS Resolver Quad9 Wins Pirate Site Blocking Appeal Against Sony"
    +url: "https://torrentfreak.com/dns-resolver-quad9-wins-pirate-site-blocking-appeal-against-sony-231208/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 21
    +favouriteCount: 242
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702533226 {#2846
      date: 2023-12-14 06:53:46.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2853 …}
    +votes: Doctrine\ORM\PersistentCollection {#2855 …}
    +reports: Doctrine\ORM\PersistentCollection {#2857 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2859 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2861 …}
    +badges: Doctrine\ORM\PersistentCollection {#2863 …}
    +children: [
      App\Entity\EntryComment {#2046}
    ]
    -id: 21078
    -titleTs: "'appeal':8 'block':7 'dns':1 'pirat':5 'quad9':3 'resolv':2 'site':6 'soni':10 'win':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702124461
    +visibility: "visible             "
    +apId: "https://lemmy.blackeco.com/post/262328"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702038061 {#2832
      date: 2023-12-08 13:21:01.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2045 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2057 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2057 …}
  +body: """
    > a lot of folks are going to make some drivel up about how they’re preserving history or whatever as they don’t even adhere to basic archive standards and their entire collection is coincidentally only stuff they like lol\n
    \n
    history will never forget joe rogan, the family guy, nirvana, playboy magazine, zelda, 4chan etc thanks to these heroic amateur archivists... lol not exactly representative of the plurality of human creativity\n
    \n
    around the edges of the amateurs and within institutions they support like archive.org there is more room to value the diversity of human creation. I hope there would be more infusion of democracy and valuing of materials not of interest to white men.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1702087322 {#2056
    date: 2023-12-09 03:02:02.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@BlackEco@lemmy.blackeco.com"
    "@BolexForSoup@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2050 …}
  +nested: Doctrine\ORM\PersistentCollection {#2052 …}
  +votes: Doctrine\ORM\PersistentCollection {#2058 …}
  +reports: Doctrine\ORM\PersistentCollection {#2125 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2041 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2100 …}
  -id: 212504
  -bodyTs: "'4chan':54 'adher':25 'amateur':60,77 'archiv':28 'archive.org':84 'archivist':61 'around':72 'basic':27 'coincident':35 'collect':33 'creation':95 'creativ':71 'democraci':104 'divers':92 'drivel':10 'edg':74 'entir':32 'etc':55 'even':24 'exact':64 'famili':48 'folk':4 'forget':44 'go':6 'guy':49 'heroic':59 'histori':17,41 'hope':97 'human':70,94 'infus':102 'institut':80 'interest':111 'joe':45 'like':39,83 'lol':40,62 'lot':2 'magazin':52 'make':8 'materi':108 'men':114 'never':43 'nirvana':50 'playboy':51 'plural':68 'preserv':16 're':15 'repres':65 'rogan':46 'room':88 'standard':29 'stuff':37 'support':82 'thank':56 'valu':90,106 'whatev':19 'white':113 'within':79 'would':99 'zelda':53"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/piracy@lemmy.dbzer0.com/t/689007/-/comment/4025176"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702087322 {#2059
    date: 2023-12-09 03:02:02.0 +01:00
  }
  +"title": 212504
}
"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 edit
App\Entity\EntryComment {#2046
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2047
    +user: Proxies\__CG__\App\Entity\User {#2812 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2045 …}
    +image: Proxies\__CG__\App\Entity\Image {#2851 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2759 …}
    +slug: "DNS-Resolver-Quad9-Wins-Pirate-Site-Blocking-Appeal-Against-Sony"
    +title: "DNS Resolver Quad9 Wins Pirate Site Blocking Appeal Against Sony"
    +url: "https://torrentfreak.com/dns-resolver-quad9-wins-pirate-site-blocking-appeal-against-sony-231208/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 21
    +favouriteCount: 242
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702533226 {#2846
      date: 2023-12-14 06:53:46.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2853 …}
    +votes: Doctrine\ORM\PersistentCollection {#2855 …}
    +reports: Doctrine\ORM\PersistentCollection {#2857 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2859 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2861 …}
    +badges: Doctrine\ORM\PersistentCollection {#2863 …}
    +children: [
      App\Entity\EntryComment {#2046}
    ]
    -id: 21078
    -titleTs: "'appeal':8 'block':7 'dns':1 'pirat':5 'quad9':3 'resolv':2 'site':6 'soni':10 'win':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702124461
    +visibility: "visible             "
    +apId: "https://lemmy.blackeco.com/post/262328"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702038061 {#2832
      date: 2023-12-08 13:21:01.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2045 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2057 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2057 …}
  +body: """
    > a lot of folks are going to make some drivel up about how they’re preserving history or whatever as they don’t even adhere to basic archive standards and their entire collection is coincidentally only stuff they like lol\n
    \n
    history will never forget joe rogan, the family guy, nirvana, playboy magazine, zelda, 4chan etc thanks to these heroic amateur archivists... lol not exactly representative of the plurality of human creativity\n
    \n
    around the edges of the amateurs and within institutions they support like archive.org there is more room to value the diversity of human creation. I hope there would be more infusion of democracy and valuing of materials not of interest to white men.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1702087322 {#2056
    date: 2023-12-09 03:02:02.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@BlackEco@lemmy.blackeco.com"
    "@BolexForSoup@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2050 …}
  +nested: Doctrine\ORM\PersistentCollection {#2052 …}
  +votes: Doctrine\ORM\PersistentCollection {#2058 …}
  +reports: Doctrine\ORM\PersistentCollection {#2125 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2041 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2100 …}
  -id: 212504
  -bodyTs: "'4chan':54 'adher':25 'amateur':60,77 'archiv':28 'archive.org':84 'archivist':61 'around':72 'basic':27 'coincident':35 'collect':33 'creation':95 'creativ':71 'democraci':104 'divers':92 'drivel':10 'edg':74 'entir':32 'etc':55 'even':24 'exact':64 'famili':48 'folk':4 'forget':44 'go':6 'guy':49 'heroic':59 'histori':17,41 'hope':97 'human':70,94 'infus':102 'institut':80 'interest':111 'joe':45 'like':39,83 'lol':40,62 'lot':2 'magazin':52 'make':8 'materi':108 'men':114 'never':43 'nirvana':50 'playboy':51 'plural':68 'preserv':16 're':15 'repres':65 'rogan':46 'room':88 'standard':29 'stuff':37 'support':82 'thank':56 'valu':90,106 'whatev':19 'white':113 'within':79 'would':99 'zelda':53"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/piracy@lemmy.dbzer0.com/t/689007/-/comment/4025176"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702087322 {#2059
    date: 2023-12-09 03:02:02.0 +01:00
  }
  +"title": 212504
}
"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
24 DENIED moderate
App\Entity\EntryComment {#2046
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2047
    +user: Proxies\__CG__\App\Entity\User {#2812 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2045 …}
    +image: Proxies\__CG__\App\Entity\Image {#2851 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2759 …}
    +slug: "DNS-Resolver-Quad9-Wins-Pirate-Site-Blocking-Appeal-Against-Sony"
    +title: "DNS Resolver Quad9 Wins Pirate Site Blocking Appeal Against Sony"
    +url: "https://torrentfreak.com/dns-resolver-quad9-wins-pirate-site-blocking-appeal-against-sony-231208/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 21
    +favouriteCount: 242
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702533226 {#2846
      date: 2023-12-14 06:53:46.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2853 …}
    +votes: Doctrine\ORM\PersistentCollection {#2855 …}
    +reports: Doctrine\ORM\PersistentCollection {#2857 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2859 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2861 …}
    +badges: Doctrine\ORM\PersistentCollection {#2863 …}
    +children: [
      App\Entity\EntryComment {#2046}
    ]
    -id: 21078
    -titleTs: "'appeal':8 'block':7 'dns':1 'pirat':5 'quad9':3 'resolv':2 'site':6 'soni':10 'win':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702124461
    +visibility: "visible             "
    +apId: "https://lemmy.blackeco.com/post/262328"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702038061 {#2832
      date: 2023-12-08 13:21:01.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2045 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2057 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2057 …}
  +body: """
    > a lot of folks are going to make some drivel up about how they’re preserving history or whatever as they don’t even adhere to basic archive standards and their entire collection is coincidentally only stuff they like lol\n
    \n
    history will never forget joe rogan, the family guy, nirvana, playboy magazine, zelda, 4chan etc thanks to these heroic amateur archivists... lol not exactly representative of the plurality of human creativity\n
    \n
    around the edges of the amateurs and within institutions they support like archive.org there is more room to value the diversity of human creation. I hope there would be more infusion of democracy and valuing of materials not of interest to white men.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1702087322 {#2056
    date: 2023-12-09 03:02:02.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@BlackEco@lemmy.blackeco.com"
    "@BolexForSoup@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2050 …}
  +nested: Doctrine\ORM\PersistentCollection {#2052 …}
  +votes: Doctrine\ORM\PersistentCollection {#2058 …}
  +reports: Doctrine\ORM\PersistentCollection {#2125 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2041 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2100 …}
  -id: 212504
  -bodyTs: "'4chan':54 'adher':25 'amateur':60,77 'archiv':28 'archive.org':84 'archivist':61 'around':72 'basic':27 'coincident':35 'collect':33 'creation':95 'creativ':71 'democraci':104 'divers':92 'drivel':10 'edg':74 'entir':32 'etc':55 'even':24 'exact':64 'famili':48 'folk':4 'forget':44 'go':6 'guy':49 'heroic':59 'histori':17,41 'hope':97 'human':70,94 'infus':102 'institut':80 'interest':111 'joe':45 'like':39,83 'lol':40,62 'lot':2 'magazin':52 'make':8 'materi':108 'men':114 'never':43 'nirvana':50 'playboy':51 'plural':68 'preserv':16 're':15 'repres':65 'rogan':46 'room':88 'standard':29 'stuff':37 'support':82 'thank':56 'valu':90,106 'whatev':19 'white':113 'within':79 'would':99 'zelda':53"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/piracy@lemmy.dbzer0.com/t/689007/-/comment/4025176"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702087322 {#2059
    date: 2023-12-09 03:02:02.0 +01:00
  }
  +"title": 212504
}
"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 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
26 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2073
  +user: Proxies\__CG__\App\Entity\User {#2142 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
  +slug: "Reddit-Copy-Project"
  +title: "Reddit Copy Project?"
  +url: null
  +body: "Has anyone started to create some form of ‘Copy’ Project for Reddit, Not like a clone of the site or something. I’m more thinking of a project that’s goal is to almost duplicate what Reddit currently has on it directly to Lemmy or other Fediverse platforms?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689694339 {#2809
    date: 2023-07-18 17:32:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2775 …}
  +votes: Doctrine\ORM\PersistentCollection {#2816 …}
  +reports: Doctrine\ORM\PersistentCollection {#2818 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2820 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2822 …}
  +badges: Doctrine\ORM\PersistentCollection {#2824 …}
  +children: [
    App\Entity\EntryComment {#2137
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2073 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Archive team has been downloading it so itll be available\n
        \n
        <https://kbin.social/m/RedditMigration/t/193362>
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1689698816 {#2135
        date: 2023-07-18 18:46:56.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@SamXavia@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2068 …}
      +nested: Doctrine\ORM\PersistentCollection {#2069 …}
      +votes: Doctrine\ORM\PersistentCollection {#2074 …}
      +reports: Doctrine\ORM\PersistentCollection {#2071 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2070 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2048 …}
      -id: 21832
      -bodyTs: "'/m/redditmigration/t/193362':13 'archiv':1 'avail':10 'download':5 'itll':8 'kbin.social':12 'kbin.social/m/redditmigration/t/193362':11 'team':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/206972/-/comment/910445"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689690651 {#2136
        date: 2023-07-18 16:30:51.0 +02:00
      }
      +"title": 21832
    }
  ]
  -id: 1352
  -titleTs: "'copi':2 'project':3 'reddit':1"
  -bodyTs: "'almost':34 'anyon':2 'clone':16 'copi':9 'creat':5 'current':38 'direct':42 'duplic':35 'fedivers':47 'form':7 'goal':31 'lemmi':44 'like':14 'm':23 'platform':48 'project':10,28 'reddit':12,37 'site':19 'someth':21 'start':3 'think':25"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689564715
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1589428"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689537215 {#2797
    date: 2023-07-16 21:53:35.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
27 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2073
  +user: Proxies\__CG__\App\Entity\User {#2142 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
  +slug: "Reddit-Copy-Project"
  +title: "Reddit Copy Project?"
  +url: null
  +body: "Has anyone started to create some form of ‘Copy’ Project for Reddit, Not like a clone of the site or something. I’m more thinking of a project that’s goal is to almost duplicate what Reddit currently has on it directly to Lemmy or other Fediverse platforms?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689694339 {#2809
    date: 2023-07-18 17:32:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2775 …}
  +votes: Doctrine\ORM\PersistentCollection {#2816 …}
  +reports: Doctrine\ORM\PersistentCollection {#2818 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2820 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2822 …}
  +badges: Doctrine\ORM\PersistentCollection {#2824 …}
  +children: [
    App\Entity\EntryComment {#2137
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2073 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Archive team has been downloading it so itll be available\n
        \n
        <https://kbin.social/m/RedditMigration/t/193362>
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1689698816 {#2135
        date: 2023-07-18 18:46:56.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@SamXavia@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2068 …}
      +nested: Doctrine\ORM\PersistentCollection {#2069 …}
      +votes: Doctrine\ORM\PersistentCollection {#2074 …}
      +reports: Doctrine\ORM\PersistentCollection {#2071 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2070 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2048 …}
      -id: 21832
      -bodyTs: "'/m/redditmigration/t/193362':13 'archiv':1 'avail':10 'download':5 'itll':8 'kbin.social':12 'kbin.social/m/redditmigration/t/193362':11 'team':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/206972/-/comment/910445"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689690651 {#2136
        date: 2023-07-18 16:30:51.0 +02:00
      }
      +"title": 21832
    }
  ]
  -id: 1352
  -titleTs: "'copi':2 'project':3 'reddit':1"
  -bodyTs: "'almost':34 'anyon':2 'clone':16 'copi':9 'creat':5 'current':38 'direct':42 'duplic':35 'fedivers':47 'form':7 'goal':31 'lemmi':44 'like':14 'm':23 'platform':48 'project':10,28 'reddit':12,37 'site':19 'someth':21 'start':3 'think':25"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689564715
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1589428"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689537215 {#2797
    date: 2023-07-16 21:53:35.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
28 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2073
  +user: Proxies\__CG__\App\Entity\User {#2142 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
  +slug: "Reddit-Copy-Project"
  +title: "Reddit Copy Project?"
  +url: null
  +body: "Has anyone started to create some form of ‘Copy’ Project for Reddit, Not like a clone of the site or something. I’m more thinking of a project that’s goal is to almost duplicate what Reddit currently has on it directly to Lemmy or other Fediverse platforms?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689694339 {#2809
    date: 2023-07-18 17:32:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2775 …}
  +votes: Doctrine\ORM\PersistentCollection {#2816 …}
  +reports: Doctrine\ORM\PersistentCollection {#2818 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2820 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2822 …}
  +badges: Doctrine\ORM\PersistentCollection {#2824 …}
  +children: [
    App\Entity\EntryComment {#2137
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2073 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Archive team has been downloading it so itll be available\n
        \n
        <https://kbin.social/m/RedditMigration/t/193362>
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1689698816 {#2135
        date: 2023-07-18 18:46:56.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@SamXavia@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2068 …}
      +nested: Doctrine\ORM\PersistentCollection {#2069 …}
      +votes: Doctrine\ORM\PersistentCollection {#2074 …}
      +reports: Doctrine\ORM\PersistentCollection {#2071 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2070 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2048 …}
      -id: 21832
      -bodyTs: "'/m/redditmigration/t/193362':13 'archiv':1 'avail':10 'download':5 'itll':8 'kbin.social':12 'kbin.social/m/redditmigration/t/193362':11 'team':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/206972/-/comment/910445"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689690651 {#2136
        date: 2023-07-18 16:30:51.0 +02:00
      }
      +"title": 21832
    }
  ]
  -id: 1352
  -titleTs: "'copi':2 'project':3 'reddit':1"
  -bodyTs: "'almost':34 'anyon':2 'clone':16 'copi':9 'creat':5 'current':38 'direct':42 'duplic':35 'fedivers':47 'form':7 'goal':31 'lemmi':44 'like':14 'm':23 'platform':48 'project':10,28 'reddit':12,37 'site':19 'someth':21 'start':3 'think':25"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689564715
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1589428"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689537215 {#2797
    date: 2023-07-16 21:53:35.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
29 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
30 DENIED moderate
App\Entity\EntryComment {#2137
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2073
    +user: Proxies\__CG__\App\Entity\User {#2142 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
    +slug: "Reddit-Copy-Project"
    +title: "Reddit Copy Project?"
    +url: null
    +body: "Has anyone started to create some form of ‘Copy’ Project for Reddit, Not like a clone of the site or something. I’m more thinking of a project that’s goal is to almost duplicate what Reddit currently has on it directly to Lemmy or other Fediverse platforms?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 5
    +favouriteCount: 1
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689694339 {#2809
      date: 2023-07-18 17:32:19.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2775 …}
    +votes: Doctrine\ORM\PersistentCollection {#2816 …}
    +reports: Doctrine\ORM\PersistentCollection {#2818 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2820 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2822 …}
    +badges: Doctrine\ORM\PersistentCollection {#2824 …}
    +children: [
      App\Entity\EntryComment {#2137}
    ]
    -id: 1352
    -titleTs: "'copi':2 'project':3 'reddit':1"
    -bodyTs: "'almost':34 'anyon':2 'clone':16 'copi':9 'creat':5 'current':38 'direct':42 'duplic':35 'fedivers':47 'form':7 'goal':31 'lemmi':44 'like':14 'm':23 'platform':48 'project':10,28 'reddit':12,37 'site':19 'someth':21 'start':3 'think':25"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689564715
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/1589428"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689537215 {#2797
      date: 2023-07-16 21:53:35.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Archive team has been downloading it so itll be available\n
    \n
    <https://kbin.social/m/RedditMigration/t/193362>
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1689698816 {#2135
    date: 2023-07-18 18:46:56.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@SamXavia@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2068 …}
  +nested: Doctrine\ORM\PersistentCollection {#2069 …}
  +votes: Doctrine\ORM\PersistentCollection {#2074 …}
  +reports: Doctrine\ORM\PersistentCollection {#2071 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2070 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2048 …}
  -id: 21832
  -bodyTs: "'/m/redditmigration/t/193362':13 'archiv':1 'avail':10 'download':5 'itll':8 'kbin.social':12 'kbin.social/m/redditmigration/t/193362':11 'team':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/206972/-/comment/910445"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689690651 {#2136
    date: 2023-07-18 16:30:51.0 +02:00
  }
  +"title": 21832
}
"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 edit
App\Entity\EntryComment {#2137
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2073
    +user: Proxies\__CG__\App\Entity\User {#2142 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
    +slug: "Reddit-Copy-Project"
    +title: "Reddit Copy Project?"
    +url: null
    +body: "Has anyone started to create some form of ‘Copy’ Project for Reddit, Not like a clone of the site or something. I’m more thinking of a project that’s goal is to almost duplicate what Reddit currently has on it directly to Lemmy or other Fediverse platforms?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 5
    +favouriteCount: 1
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689694339 {#2809
      date: 2023-07-18 17:32:19.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2775 …}
    +votes: Doctrine\ORM\PersistentCollection {#2816 …}
    +reports: Doctrine\ORM\PersistentCollection {#2818 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2820 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2822 …}
    +badges: Doctrine\ORM\PersistentCollection {#2824 …}
    +children: [
      App\Entity\EntryComment {#2137}
    ]
    -id: 1352
    -titleTs: "'copi':2 'project':3 'reddit':1"
    -bodyTs: "'almost':34 'anyon':2 'clone':16 'copi':9 'creat':5 'current':38 'direct':42 'duplic':35 'fedivers':47 'form':7 'goal':31 'lemmi':44 'like':14 'm':23 'platform':48 'project':10,28 'reddit':12,37 'site':19 'someth':21 'start':3 'think':25"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689564715
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/1589428"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689537215 {#2797
      date: 2023-07-16 21:53:35.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Archive team has been downloading it so itll be available\n
    \n
    <https://kbin.social/m/RedditMigration/t/193362>
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1689698816 {#2135
    date: 2023-07-18 18:46:56.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@SamXavia@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2068 …}
  +nested: Doctrine\ORM\PersistentCollection {#2069 …}
  +votes: Doctrine\ORM\PersistentCollection {#2074 …}
  +reports: Doctrine\ORM\PersistentCollection {#2071 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2070 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2048 …}
  -id: 21832
  -bodyTs: "'/m/redditmigration/t/193362':13 'archiv':1 'avail':10 'download':5 'itll':8 'kbin.social':12 'kbin.social/m/redditmigration/t/193362':11 'team':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/206972/-/comment/910445"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689690651 {#2136
    date: 2023-07-18 16:30:51.0 +02:00
  }
  +"title": 21832
}
"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
32 DENIED moderate
App\Entity\EntryComment {#2137
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2073
    +user: Proxies\__CG__\App\Entity\User {#2142 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
    +slug: "Reddit-Copy-Project"
    +title: "Reddit Copy Project?"
    +url: null
    +body: "Has anyone started to create some form of ‘Copy’ Project for Reddit, Not like a clone of the site or something. I’m more thinking of a project that’s goal is to almost duplicate what Reddit currently has on it directly to Lemmy or other Fediverse platforms?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 5
    +favouriteCount: 1
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689694339 {#2809
      date: 2023-07-18 17:32:19.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2775 …}
    +votes: Doctrine\ORM\PersistentCollection {#2816 …}
    +reports: Doctrine\ORM\PersistentCollection {#2818 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2820 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2822 …}
    +badges: Doctrine\ORM\PersistentCollection {#2824 …}
    +children: [
      App\Entity\EntryComment {#2137}
    ]
    -id: 1352
    -titleTs: "'copi':2 'project':3 'reddit':1"
    -bodyTs: "'almost':34 'anyon':2 'clone':16 'copi':9 'creat':5 'current':38 'direct':42 'duplic':35 'fedivers':47 'form':7 'goal':31 'lemmi':44 'like':14 'm':23 'platform':48 'project':10,28 'reddit':12,37 'site':19 'someth':21 'start':3 'think':25"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689564715
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/1589428"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689537215 {#2797
      date: 2023-07-16 21:53:35.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Archive team has been downloading it so itll be available\n
    \n
    <https://kbin.social/m/RedditMigration/t/193362>
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1689698816 {#2135
    date: 2023-07-18 18:46:56.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@SamXavia@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2068 …}
  +nested: Doctrine\ORM\PersistentCollection {#2069 …}
  +votes: Doctrine\ORM\PersistentCollection {#2074 …}
  +reports: Doctrine\ORM\PersistentCollection {#2071 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2070 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2048 …}
  -id: 21832
  -bodyTs: "'/m/redditmigration/t/193362':13 'archiv':1 'avail':10 'download':5 'itll':8 'kbin.social':12 'kbin.social/m/redditmigration/t/193362':11 'team':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/206972/-/comment/910445"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689690651 {#2136
    date: 2023-07-18 16:30:51.0 +02:00
  }
  +"title": 21832
}
"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
33 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
34 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2031
  +user: Proxies\__CG__\App\Entity\User {#2502 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: Proxies\__CG__\App\Entity\Image {#2629 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2651 …}
  +slug: "Reddit-kills-awards-and-coins"
  +title: "Reddit kills awards and coins"
  +url: "https://old.reddit.com/r/reddit/comments/14ytp7s/reworking_awarding_changes_to_awards_coins_and/?context=8"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 84
  +favouriteCount: 71
  +score: 12
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689444173 {#2232
    date: 2023-07-15 20:02:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2650 …}
  +votes: Doctrine\ORM\PersistentCollection {#2648 …}
  +reports: Doctrine\ORM\PersistentCollection {#2645 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2679 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2675 …}
  +badges: Doctrine\ORM\PersistentCollection {#2692 …}
  +children: [
    3 => App\Entity\EntryComment {#2035
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2036 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
      +body: "let's inventing banking *again*! the bitcoin people are having so much fun doing that."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1689302498 {#2013
        date: 2023-07-14 04:41:38.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@gsa32@lemmy.world"
        "@joelfromaus@aussie.zone"
        "@nicetriangle@kbin.social"
        "@thanevim@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2144 …}
      +nested: Doctrine\ORM\PersistentCollection {#2061 …}
      +votes: Doctrine\ORM\PersistentCollection {#2084 …}
      +reports: Doctrine\ORM\PersistentCollection {#2076 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2083 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2085 …}
      -id: 15521
      -bodyTs: "'bank':4 'bitcoin':7 'fun':13 'invent':3 'let':1 'much':12 'peopl':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781609"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689302498 {#2027
        date: 2023-07-14 04:41:38.0 +02:00
      }
      +"title": 15521
    }
    1 => App\Entity\EntryComment {#2077
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
      +body: """
        Well there are 49 subscribed people on patreon totaling $170/month. Lots of people probably already have accounts set up which makes it a very low threshold to join.\n
        \n
        Meanwhile on librepay, arguably more philosophically suitable, there are 11 subscribers totaling $13/month.\n
        \n
        Man, considering how many people I have seen saying how great it is to be able to pay, and asserting they are making donations, those are very low numbers.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1689303055 {#2062
        date: 2023-07-14 04:50:55.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@gsa32@lemmy.world"
        "@joelfromaus@aussie.zone"
        "@nicetriangle@kbin.social"
        "@Ernest"
        "@livus@kbin.social"
        "@neshient@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2063 …}
      +nested: Doctrine\ORM\PersistentCollection {#2064 …}
      +votes: Doctrine\ORM\PersistentCollection {#2088 …}
      +reports: Doctrine\ORM\PersistentCollection {#2087 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2086 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2093 …}
      -id: 15528
      -bodyTs: "'11':38 '13/month':41 '170/month':10 '49':4 'abl':57 'account':17 'alreadi':15 'arguabl':32 'assert':61 'consid':43 'donat':65 'great':52 'join':28 'librepay':31 'lot':11 'low':25,69 'make':21,64 'man':42 'mani':45 'meanwhil':29 'number':70 'patreon':8 'pay':59 'peopl':6,13,46 'philosoph':34 'probabl':14 'say':50 'seen':49 'set':18 'subscrib':5,39 'suitabl':35 'threshold':26 'total':9,40 'well':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781782"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689303055 {#2081
        date: 2023-07-14 04:50:55.0 +02:00
      }
      +"title": 15528
    }
    2 => App\Entity\EntryComment {#2140
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2133 …}
      +body: """
        how is paying people going to "keep them profit oriented til profits arrive"?\n
        \n
        how could they even have the cashflow to support that? money isn't free anymore
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1689303212 {#2094
        date: 2023-07-14 04:53:32.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@gsa32@lemmy.world"
        "@metalingus@kbin.social"
        "@Chozo@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2129 …}
      +nested: Doctrine\ORM\PersistentCollection {#2132 …}
      +votes: Doctrine\ORM\PersistentCollection {#2040 …}
      +reports: Doctrine\ORM\PersistentCollection {#2350 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2348 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2351 …}
      -id: 15532
      -bodyTs: "'anymor':28 'arriv':13 'cashflow':20 'could':15 'even':17 'free':27 'go':5 'isn':25 'keep':7 'money':24 'orient':10 'pay':3 'peopl':4 'profit':9,12 'support':22 'til':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781839"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689303212 {#2241
        date: 2023-07-14 04:53:32.0 +02:00
      }
      +"title": 15532
    }
    0 => App\Entity\EntryComment {#2349
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2042 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2042 …}
      +body: "I don't know if anyone here has anything as constructive as what they should have done, having reached this point in history. If I was suddenly dropped into spez's body, I do not have a clue what I would do other than completely back track the past 2 months and eat a literal hat with a fork and knife. Don't know if even that would work."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1689303423 {#2332
        date: 2023-07-14 04:57:03.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@gsa32@lemmy.world"
        "@mutant@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2141 …}
      +nested: Doctrine\ORM\PersistentCollection {#2164 …}
      +votes: Doctrine\ORM\PersistentCollection {#2314 …}
      +reports: Doctrine\ORM\PersistentCollection {#2328 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2191 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2327 …}
      -id: 15542
      -bodyTs: "'2':50 'anyon':6 'anyth':9 'back':46 'bodi':32 'clue':38 'complet':45 'construct':11 'done':17 'drop':28 'eat':53 'even':66 'fork':59 'hat':56 'histori':23 'knife':61 'know':4,64 'liter':55 'month':51 'past':49 'point':21 'reach':19 'spez':30 'sudden':27 'track':47 'work':69 'would':41,68"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781893"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689303423 {#2344
        date: 2023-07-14 04:57:03.0 +02:00
      }
      +"title": 15542
    }
  ]
  -id: 1218
  -titleTs: "'award':3 'coin':5 'kill':2 'reddit':1"
  -bodyTs: null
  +cross: false
  +upVotes: 12
  +downVotes: 0
  +ranking: 1689370611
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1445335"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689284211 {#2571
    date: 2023-07-13 23:36:51.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 edit
Proxies\__CG__\App\Entity\Entry {#2031
  +user: Proxies\__CG__\App\Entity\User {#2502 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: Proxies\__CG__\App\Entity\Image {#2629 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2651 …}
  +slug: "Reddit-kills-awards-and-coins"
  +title: "Reddit kills awards and coins"
  +url: "https://old.reddit.com/r/reddit/comments/14ytp7s/reworking_awarding_changes_to_awards_coins_and/?context=8"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 84
  +favouriteCount: 71
  +score: 12
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689444173 {#2232
    date: 2023-07-15 20:02:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2650 …}
  +votes: Doctrine\ORM\PersistentCollection {#2648 …}
  +reports: Doctrine\ORM\PersistentCollection {#2645 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2679 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2675 …}
  +badges: Doctrine\ORM\PersistentCollection {#2692 …}
  +children: [
    3 => App\Entity\EntryComment {#2035
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2036 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
      +body: "let's inventing banking *again*! the bitcoin people are having so much fun doing that."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1689302498 {#2013
        date: 2023-07-14 04:41:38.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@gsa32@lemmy.world"
        "@joelfromaus@aussie.zone"
        "@nicetriangle@kbin.social"
        "@thanevim@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2144 …}
      +nested: Doctrine\ORM\PersistentCollection {#2061 …}
      +votes: Doctrine\ORM\PersistentCollection {#2084 …}
      +reports: Doctrine\ORM\PersistentCollection {#2076 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2083 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2085 …}
      -id: 15521
      -bodyTs: "'bank':4 'bitcoin':7 'fun':13 'invent':3 'let':1 'much':12 'peopl':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781609"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689302498 {#2027
        date: 2023-07-14 04:41:38.0 +02:00
      }
      +"title": 15521
    }
    1 => App\Entity\EntryComment {#2077
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
      +body: """
        Well there are 49 subscribed people on patreon totaling $170/month. Lots of people probably already have accounts set up which makes it a very low threshold to join.\n
        \n
        Meanwhile on librepay, arguably more philosophically suitable, there are 11 subscribers totaling $13/month.\n
        \n
        Man, considering how many people I have seen saying how great it is to be able to pay, and asserting they are making donations, those are very low numbers.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1689303055 {#2062
        date: 2023-07-14 04:50:55.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@gsa32@lemmy.world"
        "@joelfromaus@aussie.zone"
        "@nicetriangle@kbin.social"
        "@Ernest"
        "@livus@kbin.social"
        "@neshient@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2063 …}
      +nested: Doctrine\ORM\PersistentCollection {#2064 …}
      +votes: Doctrine\ORM\PersistentCollection {#2088 …}
      +reports: Doctrine\ORM\PersistentCollection {#2087 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2086 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2093 …}
      -id: 15528
      -bodyTs: "'11':38 '13/month':41 '170/month':10 '49':4 'abl':57 'account':17 'alreadi':15 'arguabl':32 'assert':61 'consid':43 'donat':65 'great':52 'join':28 'librepay':31 'lot':11 'low':25,69 'make':21,64 'man':42 'mani':45 'meanwhil':29 'number':70 'patreon':8 'pay':59 'peopl':6,13,46 'philosoph':34 'probabl':14 'say':50 'seen':49 'set':18 'subscrib':5,39 'suitabl':35 'threshold':26 'total':9,40 'well':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781782"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689303055 {#2081
        date: 2023-07-14 04:50:55.0 +02:00
      }
      +"title": 15528
    }
    2 => App\Entity\EntryComment {#2140
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2133 …}
      +body: """
        how is paying people going to "keep them profit oriented til profits arrive"?\n
        \n
        how could they even have the cashflow to support that? money isn't free anymore
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1689303212 {#2094
        date: 2023-07-14 04:53:32.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@gsa32@lemmy.world"
        "@metalingus@kbin.social"
        "@Chozo@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2129 …}
      +nested: Doctrine\ORM\PersistentCollection {#2132 …}
      +votes: Doctrine\ORM\PersistentCollection {#2040 …}
      +reports: Doctrine\ORM\PersistentCollection {#2350 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2348 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2351 …}
      -id: 15532
      -bodyTs: "'anymor':28 'arriv':13 'cashflow':20 'could':15 'even':17 'free':27 'go':5 'isn':25 'keep':7 'money':24 'orient':10 'pay':3 'peopl':4 'profit':9,12 'support':22 'til':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781839"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689303212 {#2241
        date: 2023-07-14 04:53:32.0 +02:00
      }
      +"title": 15532
    }
    0 => App\Entity\EntryComment {#2349
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2042 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2042 …}
      +body: "I don't know if anyone here has anything as constructive as what they should have done, having reached this point in history. If I was suddenly dropped into spez's body, I do not have a clue what I would do other than completely back track the past 2 months and eat a literal hat with a fork and knife. Don't know if even that would work."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1689303423 {#2332
        date: 2023-07-14 04:57:03.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@gsa32@lemmy.world"
        "@mutant@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2141 …}
      +nested: Doctrine\ORM\PersistentCollection {#2164 …}
      +votes: Doctrine\ORM\PersistentCollection {#2314 …}
      +reports: Doctrine\ORM\PersistentCollection {#2328 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2191 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2327 …}
      -id: 15542
      -bodyTs: "'2':50 'anyon':6 'anyth':9 'back':46 'bodi':32 'clue':38 'complet':45 'construct':11 'done':17 'drop':28 'eat':53 'even':66 'fork':59 'hat':56 'histori':23 'knife':61 'know':4,64 'liter':55 'month':51 'past':49 'point':21 'reach':19 'spez':30 'sudden':27 'track':47 'work':69 'would':41,68"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781893"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689303423 {#2344
        date: 2023-07-14 04:57:03.0 +02:00
      }
      +"title": 15542
    }
  ]
  -id: 1218
  -titleTs: "'award':3 'coin':5 'kill':2 'reddit':1"
  -bodyTs: null
  +cross: false
  +upVotes: 12
  +downVotes: 0
  +ranking: 1689370611
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1445335"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689284211 {#2571
    date: 2023-07-13 23:36:51.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
36 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2031
  +user: Proxies\__CG__\App\Entity\User {#2502 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: Proxies\__CG__\App\Entity\Image {#2629 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2651 …}
  +slug: "Reddit-kills-awards-and-coins"
  +title: "Reddit kills awards and coins"
  +url: "https://old.reddit.com/r/reddit/comments/14ytp7s/reworking_awarding_changes_to_awards_coins_and/?context=8"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 84
  +favouriteCount: 71
  +score: 12
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689444173 {#2232
    date: 2023-07-15 20:02:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2650 …}
  +votes: Doctrine\ORM\PersistentCollection {#2648 …}
  +reports: Doctrine\ORM\PersistentCollection {#2645 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2679 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2675 …}
  +badges: Doctrine\ORM\PersistentCollection {#2692 …}
  +children: [
    3 => App\Entity\EntryComment {#2035
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2036 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
      +body: "let's inventing banking *again*! the bitcoin people are having so much fun doing that."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1689302498 {#2013
        date: 2023-07-14 04:41:38.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@gsa32@lemmy.world"
        "@joelfromaus@aussie.zone"
        "@nicetriangle@kbin.social"
        "@thanevim@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2144 …}
      +nested: Doctrine\ORM\PersistentCollection {#2061 …}
      +votes: Doctrine\ORM\PersistentCollection {#2084 …}
      +reports: Doctrine\ORM\PersistentCollection {#2076 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2083 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2085 …}
      -id: 15521
      -bodyTs: "'bank':4 'bitcoin':7 'fun':13 'invent':3 'let':1 'much':12 'peopl':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781609"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689302498 {#2027
        date: 2023-07-14 04:41:38.0 +02:00
      }
      +"title": 15521
    }
    1 => App\Entity\EntryComment {#2077
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
      +body: """
        Well there are 49 subscribed people on patreon totaling $170/month. Lots of people probably already have accounts set up which makes it a very low threshold to join.\n
        \n
        Meanwhile on librepay, arguably more philosophically suitable, there are 11 subscribers totaling $13/month.\n
        \n
        Man, considering how many people I have seen saying how great it is to be able to pay, and asserting they are making donations, those are very low numbers.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1689303055 {#2062
        date: 2023-07-14 04:50:55.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@gsa32@lemmy.world"
        "@joelfromaus@aussie.zone"
        "@nicetriangle@kbin.social"
        "@Ernest"
        "@livus@kbin.social"
        "@neshient@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2063 …}
      +nested: Doctrine\ORM\PersistentCollection {#2064 …}
      +votes: Doctrine\ORM\PersistentCollection {#2088 …}
      +reports: Doctrine\ORM\PersistentCollection {#2087 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2086 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2093 …}
      -id: 15528
      -bodyTs: "'11':38 '13/month':41 '170/month':10 '49':4 'abl':57 'account':17 'alreadi':15 'arguabl':32 'assert':61 'consid':43 'donat':65 'great':52 'join':28 'librepay':31 'lot':11 'low':25,69 'make':21,64 'man':42 'mani':45 'meanwhil':29 'number':70 'patreon':8 'pay':59 'peopl':6,13,46 'philosoph':34 'probabl':14 'say':50 'seen':49 'set':18 'subscrib':5,39 'suitabl':35 'threshold':26 'total':9,40 'well':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781782"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689303055 {#2081
        date: 2023-07-14 04:50:55.0 +02:00
      }
      +"title": 15528
    }
    2 => App\Entity\EntryComment {#2140
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2133 …}
      +body: """
        how is paying people going to "keep them profit oriented til profits arrive"?\n
        \n
        how could they even have the cashflow to support that? money isn't free anymore
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1689303212 {#2094
        date: 2023-07-14 04:53:32.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@gsa32@lemmy.world"
        "@metalingus@kbin.social"
        "@Chozo@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2129 …}
      +nested: Doctrine\ORM\PersistentCollection {#2132 …}
      +votes: Doctrine\ORM\PersistentCollection {#2040 …}
      +reports: Doctrine\ORM\PersistentCollection {#2350 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2348 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2351 …}
      -id: 15532
      -bodyTs: "'anymor':28 'arriv':13 'cashflow':20 'could':15 'even':17 'free':27 'go':5 'isn':25 'keep':7 'money':24 'orient':10 'pay':3 'peopl':4 'profit':9,12 'support':22 'til':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781839"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689303212 {#2241
        date: 2023-07-14 04:53:32.0 +02:00
      }
      +"title": 15532
    }
    0 => App\Entity\EntryComment {#2349
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2042 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2042 …}
      +body: "I don't know if anyone here has anything as constructive as what they should have done, having reached this point in history. If I was suddenly dropped into spez's body, I do not have a clue what I would do other than completely back track the past 2 months and eat a literal hat with a fork and knife. Don't know if even that would work."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1689303423 {#2332
        date: 2023-07-14 04:57:03.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@gsa32@lemmy.world"
        "@mutant@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2141 …}
      +nested: Doctrine\ORM\PersistentCollection {#2164 …}
      +votes: Doctrine\ORM\PersistentCollection {#2314 …}
      +reports: Doctrine\ORM\PersistentCollection {#2328 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2191 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2327 …}
      -id: 15542
      -bodyTs: "'2':50 'anyon':6 'anyth':9 'back':46 'bodi':32 'clue':38 'complet':45 'construct':11 'done':17 'drop':28 'eat':53 'even':66 'fork':59 'hat':56 'histori':23 'knife':61 'know':4,64 'liter':55 'month':51 'past':49 'point':21 'reach':19 'spez':30 'sudden':27 'track':47 'work':69 'would':41,68"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781893"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689303423 {#2344
        date: 2023-07-14 04:57:03.0 +02:00
      }
      +"title": 15542
    }
  ]
  -id: 1218
  -titleTs: "'award':3 'coin':5 'kill':2 'reddit':1"
  -bodyTs: null
  +cross: false
  +upVotes: 12
  +downVotes: 0
  +ranking: 1689370611
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1445335"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689284211 {#2571
    date: 2023-07-13 23:36:51.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
37 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
38 DENIED moderate
App\Entity\EntryComment {#2035
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2031
    +user: Proxies\__CG__\App\Entity\User {#2502 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: Proxies\__CG__\App\Entity\Image {#2629 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2651 …}
    +slug: "Reddit-kills-awards-and-coins"
    +title: "Reddit kills awards and coins"
    +url: "https://old.reddit.com/r/reddit/comments/14ytp7s/reworking_awarding_changes_to_awards_coins_and/?context=8"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 84
    +favouriteCount: 71
    +score: 12
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689444173 {#2232
      date: 2023-07-15 20:02:53.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2650 …}
    +votes: Doctrine\ORM\PersistentCollection {#2648 …}
    +reports: Doctrine\ORM\PersistentCollection {#2645 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2679 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2675 …}
    +badges: Doctrine\ORM\PersistentCollection {#2692 …}
    +children: [
      3 => App\Entity\EntryComment {#2035}
      1 => App\Entity\EntryComment {#2077
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +body: """
          Well there are 49 subscribed people on patreon totaling $170/month. Lots of people probably already have accounts set up which makes it a very low threshold to join.\n
          \n
          Meanwhile on librepay, arguably more philosophically suitable, there are 11 subscribers totaling $13/month.\n
          \n
          Man, considering how many people I have seen saying how great it is to be able to pay, and asserting they are making donations, those are very low numbers.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1689303055 {#2062
          date: 2023-07-14 04:50:55.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@gsa32@lemmy.world"
          "@joelfromaus@aussie.zone"
          "@nicetriangle@kbin.social"
          "@Ernest"
          "@livus@kbin.social"
          "@neshient@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2063 …}
        +nested: Doctrine\ORM\PersistentCollection {#2064 …}
        +votes: Doctrine\ORM\PersistentCollection {#2088 …}
        +reports: Doctrine\ORM\PersistentCollection {#2087 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2086 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2093 …}
        -id: 15528
        -bodyTs: "'11':38 '13/month':41 '170/month':10 '49':4 'abl':57 'account':17 'alreadi':15 'arguabl':32 'assert':61 'consid':43 'donat':65 'great':52 'join':28 'librepay':31 'lot':11 'low':25,69 'make':21,64 'man':42 'mani':45 'meanwhil':29 'number':70 'patreon':8 'pay':59 'peopl':6,13,46 'philosoph':34 'probabl':14 'say':50 'seen':49 'set':18 'subscrib':5,39 'suitabl':35 'threshold':26 'total':9,40 'well':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781782"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689303055 {#2081
          date: 2023-07-14 04:50:55.0 +02:00
        }
        +"title": 15528
      }
      2 => App\Entity\EntryComment {#2140
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2133 …}
        +body: """
          how is paying people going to "keep them profit oriented til profits arrive"?\n
          \n
          how could they even have the cashflow to support that? money isn't free anymore
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689303212 {#2094
          date: 2023-07-14 04:53:32.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@gsa32@lemmy.world"
          "@metalingus@kbin.social"
          "@Chozo@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2129 …}
        +nested: Doctrine\ORM\PersistentCollection {#2132 …}
        +votes: Doctrine\ORM\PersistentCollection {#2040 …}
        +reports: Doctrine\ORM\PersistentCollection {#2350 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2348 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2351 …}
        -id: 15532
        -bodyTs: "'anymor':28 'arriv':13 'cashflow':20 'could':15 'even':17 'free':27 'go':5 'isn':25 'keep':7 'money':24 'orient':10 'pay':3 'peopl':4 'profit':9,12 'support':22 'til':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781839"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689303212 {#2241
          date: 2023-07-14 04:53:32.0 +02:00
        }
        +"title": 15532
      }
      0 => App\Entity\EntryComment {#2349
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2042 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2042 …}
        +body: "I don't know if anyone here has anything as constructive as what they should have done, having reached this point in history. If I was suddenly dropped into spez's body, I do not have a clue what I would do other than completely back track the past 2 months and eat a literal hat with a fork and knife. Don't know if even that would work."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689303423 {#2332
          date: 2023-07-14 04:57:03.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@gsa32@lemmy.world"
          "@mutant@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2141 …}
        +nested: Doctrine\ORM\PersistentCollection {#2164 …}
        +votes: Doctrine\ORM\PersistentCollection {#2314 …}
        +reports: Doctrine\ORM\PersistentCollection {#2328 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2191 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2327 …}
        -id: 15542
        -bodyTs: "'2':50 'anyon':6 'anyth':9 'back':46 'bodi':32 'clue':38 'complet':45 'construct':11 'done':17 'drop':28 'eat':53 'even':66 'fork':59 'hat':56 'histori':23 'knife':61 'know':4,64 'liter':55 'month':51 'past':49 'point':21 'reach':19 'spez':30 'sudden':27 'track':47 'work':69 'would':41,68"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781893"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689303423 {#2344
          date: 2023-07-14 04:57:03.0 +02:00
        }
        +"title": 15542
      }
    ]
    -id: 1218
    -titleTs: "'award':3 'coin':5 'kill':2 'reddit':1"
    -bodyTs: null
    +cross: false
    +upVotes: 12
    +downVotes: 0
    +ranking: 1689370611
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/1445335"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689284211 {#2571
      date: 2023-07-13 23:36:51.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2036 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
  +body: "let's inventing banking *again*! the bitcoin people are having so much fun doing that."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1689302498 {#2013
    date: 2023-07-14 04:41:38.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@gsa32@lemmy.world"
    "@joelfromaus@aussie.zone"
    "@nicetriangle@kbin.social"
    "@thanevim@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2144 …}
  +nested: Doctrine\ORM\PersistentCollection {#2061 …}
  +votes: Doctrine\ORM\PersistentCollection {#2084 …}
  +reports: Doctrine\ORM\PersistentCollection {#2076 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2083 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2085 …}
  -id: 15521
  -bodyTs: "'bank':4 'bitcoin':7 'fun':13 'invent':3 'let':1 'much':12 'peopl':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781609"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689302498 {#2027
    date: 2023-07-14 04:41:38.0 +02:00
  }
  +"title": 15521
}
"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 edit
App\Entity\EntryComment {#2035
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2031
    +user: Proxies\__CG__\App\Entity\User {#2502 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: Proxies\__CG__\App\Entity\Image {#2629 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2651 …}
    +slug: "Reddit-kills-awards-and-coins"
    +title: "Reddit kills awards and coins"
    +url: "https://old.reddit.com/r/reddit/comments/14ytp7s/reworking_awarding_changes_to_awards_coins_and/?context=8"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 84
    +favouriteCount: 71
    +score: 12
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689444173 {#2232
      date: 2023-07-15 20:02:53.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2650 …}
    +votes: Doctrine\ORM\PersistentCollection {#2648 …}
    +reports: Doctrine\ORM\PersistentCollection {#2645 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2679 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2675 …}
    +badges: Doctrine\ORM\PersistentCollection {#2692 …}
    +children: [
      3 => App\Entity\EntryComment {#2035}
      1 => App\Entity\EntryComment {#2077
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +body: """
          Well there are 49 subscribed people on patreon totaling $170/month. Lots of people probably already have accounts set up which makes it a very low threshold to join.\n
          \n
          Meanwhile on librepay, arguably more philosophically suitable, there are 11 subscribers totaling $13/month.\n
          \n
          Man, considering how many people I have seen saying how great it is to be able to pay, and asserting they are making donations, those are very low numbers.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1689303055 {#2062
          date: 2023-07-14 04:50:55.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@gsa32@lemmy.world"
          "@joelfromaus@aussie.zone"
          "@nicetriangle@kbin.social"
          "@Ernest"
          "@livus@kbin.social"
          "@neshient@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2063 …}
        +nested: Doctrine\ORM\PersistentCollection {#2064 …}
        +votes: Doctrine\ORM\PersistentCollection {#2088 …}
        +reports: Doctrine\ORM\PersistentCollection {#2087 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2086 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2093 …}
        -id: 15528
        -bodyTs: "'11':38 '13/month':41 '170/month':10 '49':4 'abl':57 'account':17 'alreadi':15 'arguabl':32 'assert':61 'consid':43 'donat':65 'great':52 'join':28 'librepay':31 'lot':11 'low':25,69 'make':21,64 'man':42 'mani':45 'meanwhil':29 'number':70 'patreon':8 'pay':59 'peopl':6,13,46 'philosoph':34 'probabl':14 'say':50 'seen':49 'set':18 'subscrib':5,39 'suitabl':35 'threshold':26 'total':9,40 'well':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781782"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689303055 {#2081
          date: 2023-07-14 04:50:55.0 +02:00
        }
        +"title": 15528
      }
      2 => App\Entity\EntryComment {#2140
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2133 …}
        +body: """
          how is paying people going to "keep them profit oriented til profits arrive"?\n
          \n
          how could they even have the cashflow to support that? money isn't free anymore
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689303212 {#2094
          date: 2023-07-14 04:53:32.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@gsa32@lemmy.world"
          "@metalingus@kbin.social"
          "@Chozo@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2129 …}
        +nested: Doctrine\ORM\PersistentCollection {#2132 …}
        +votes: Doctrine\ORM\PersistentCollection {#2040 …}
        +reports: Doctrine\ORM\PersistentCollection {#2350 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2348 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2351 …}
        -id: 15532
        -bodyTs: "'anymor':28 'arriv':13 'cashflow':20 'could':15 'even':17 'free':27 'go':5 'isn':25 'keep':7 'money':24 'orient':10 'pay':3 'peopl':4 'profit':9,12 'support':22 'til':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781839"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689303212 {#2241
          date: 2023-07-14 04:53:32.0 +02:00
        }
        +"title": 15532
      }
      0 => App\Entity\EntryComment {#2349
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2042 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2042 …}
        +body: "I don't know if anyone here has anything as constructive as what they should have done, having reached this point in history. If I was suddenly dropped into spez's body, I do not have a clue what I would do other than completely back track the past 2 months and eat a literal hat with a fork and knife. Don't know if even that would work."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689303423 {#2332
          date: 2023-07-14 04:57:03.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@gsa32@lemmy.world"
          "@mutant@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2141 …}
        +nested: Doctrine\ORM\PersistentCollection {#2164 …}
        +votes: Doctrine\ORM\PersistentCollection {#2314 …}
        +reports: Doctrine\ORM\PersistentCollection {#2328 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2191 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2327 …}
        -id: 15542
        -bodyTs: "'2':50 'anyon':6 'anyth':9 'back':46 'bodi':32 'clue':38 'complet':45 'construct':11 'done':17 'drop':28 'eat':53 'even':66 'fork':59 'hat':56 'histori':23 'knife':61 'know':4,64 'liter':55 'month':51 'past':49 'point':21 'reach':19 'spez':30 'sudden':27 'track':47 'work':69 'would':41,68"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781893"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689303423 {#2344
          date: 2023-07-14 04:57:03.0 +02:00
        }
        +"title": 15542
      }
    ]
    -id: 1218
    -titleTs: "'award':3 'coin':5 'kill':2 'reddit':1"
    -bodyTs: null
    +cross: false
    +upVotes: 12
    +downVotes: 0
    +ranking: 1689370611
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/1445335"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689284211 {#2571
      date: 2023-07-13 23:36:51.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2036 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
  +body: "let's inventing banking *again*! the bitcoin people are having so much fun doing that."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1689302498 {#2013
    date: 2023-07-14 04:41:38.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@gsa32@lemmy.world"
    "@joelfromaus@aussie.zone"
    "@nicetriangle@kbin.social"
    "@thanevim@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2144 …}
  +nested: Doctrine\ORM\PersistentCollection {#2061 …}
  +votes: Doctrine\ORM\PersistentCollection {#2084 …}
  +reports: Doctrine\ORM\PersistentCollection {#2076 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2083 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2085 …}
  -id: 15521
  -bodyTs: "'bank':4 'bitcoin':7 'fun':13 'invent':3 'let':1 'much':12 'peopl':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781609"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689302498 {#2027
    date: 2023-07-14 04:41:38.0 +02:00
  }
  +"title": 15521
}
"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
40 DENIED moderate
App\Entity\EntryComment {#2035
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2031
    +user: Proxies\__CG__\App\Entity\User {#2502 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: Proxies\__CG__\App\Entity\Image {#2629 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2651 …}
    +slug: "Reddit-kills-awards-and-coins"
    +title: "Reddit kills awards and coins"
    +url: "https://old.reddit.com/r/reddit/comments/14ytp7s/reworking_awarding_changes_to_awards_coins_and/?context=8"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 84
    +favouriteCount: 71
    +score: 12
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689444173 {#2232
      date: 2023-07-15 20:02:53.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2650 …}
    +votes: Doctrine\ORM\PersistentCollection {#2648 …}
    +reports: Doctrine\ORM\PersistentCollection {#2645 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2679 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2675 …}
    +badges: Doctrine\ORM\PersistentCollection {#2692 …}
    +children: [
      3 => App\Entity\EntryComment {#2035}
      1 => App\Entity\EntryComment {#2077
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +body: """
          Well there are 49 subscribed people on patreon totaling $170/month. Lots of people probably already have accounts set up which makes it a very low threshold to join.\n
          \n
          Meanwhile on librepay, arguably more philosophically suitable, there are 11 subscribers totaling $13/month.\n
          \n
          Man, considering how many people I have seen saying how great it is to be able to pay, and asserting they are making donations, those are very low numbers.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1689303055 {#2062
          date: 2023-07-14 04:50:55.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@gsa32@lemmy.world"
          "@joelfromaus@aussie.zone"
          "@nicetriangle@kbin.social"
          "@Ernest"
          "@livus@kbin.social"
          "@neshient@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2063 …}
        +nested: Doctrine\ORM\PersistentCollection {#2064 …}
        +votes: Doctrine\ORM\PersistentCollection {#2088 …}
        +reports: Doctrine\ORM\PersistentCollection {#2087 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2086 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2093 …}
        -id: 15528
        -bodyTs: "'11':38 '13/month':41 '170/month':10 '49':4 'abl':57 'account':17 'alreadi':15 'arguabl':32 'assert':61 'consid':43 'donat':65 'great':52 'join':28 'librepay':31 'lot':11 'low':25,69 'make':21,64 'man':42 'mani':45 'meanwhil':29 'number':70 'patreon':8 'pay':59 'peopl':6,13,46 'philosoph':34 'probabl':14 'say':50 'seen':49 'set':18 'subscrib':5,39 'suitabl':35 'threshold':26 'total':9,40 'well':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781782"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689303055 {#2081
          date: 2023-07-14 04:50:55.0 +02:00
        }
        +"title": 15528
      }
      2 => App\Entity\EntryComment {#2140
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2133 …}
        +body: """
          how is paying people going to "keep them profit oriented til profits arrive"?\n
          \n
          how could they even have the cashflow to support that? money isn't free anymore
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689303212 {#2094
          date: 2023-07-14 04:53:32.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@gsa32@lemmy.world"
          "@metalingus@kbin.social"
          "@Chozo@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2129 …}
        +nested: Doctrine\ORM\PersistentCollection {#2132 …}
        +votes: Doctrine\ORM\PersistentCollection {#2040 …}
        +reports: Doctrine\ORM\PersistentCollection {#2350 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2348 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2351 …}
        -id: 15532
        -bodyTs: "'anymor':28 'arriv':13 'cashflow':20 'could':15 'even':17 'free':27 'go':5 'isn':25 'keep':7 'money':24 'orient':10 'pay':3 'peopl':4 'profit':9,12 'support':22 'til':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781839"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689303212 {#2241
          date: 2023-07-14 04:53:32.0 +02:00
        }
        +"title": 15532
      }
      0 => App\Entity\EntryComment {#2349
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2042 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2042 …}
        +body: "I don't know if anyone here has anything as constructive as what they should have done, having reached this point in history. If I was suddenly dropped into spez's body, I do not have a clue what I would do other than completely back track the past 2 months and eat a literal hat with a fork and knife. Don't know if even that would work."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689303423 {#2332
          date: 2023-07-14 04:57:03.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@gsa32@lemmy.world"
          "@mutant@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2141 …}
        +nested: Doctrine\ORM\PersistentCollection {#2164 …}
        +votes: Doctrine\ORM\PersistentCollection {#2314 …}
        +reports: Doctrine\ORM\PersistentCollection {#2328 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2191 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2327 …}
        -id: 15542
        -bodyTs: "'2':50 'anyon':6 'anyth':9 'back':46 'bodi':32 'clue':38 'complet':45 'construct':11 'done':17 'drop':28 'eat':53 'even':66 'fork':59 'hat':56 'histori':23 'knife':61 'know':4,64 'liter':55 'month':51 'past':49 'point':21 'reach':19 'spez':30 'sudden':27 'track':47 'work':69 'would':41,68"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781893"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689303423 {#2344
          date: 2023-07-14 04:57:03.0 +02:00
        }
        +"title": 15542
      }
    ]
    -id: 1218
    -titleTs: "'award':3 'coin':5 'kill':2 'reddit':1"
    -bodyTs: null
    +cross: false
    +upVotes: 12
    +downVotes: 0
    +ranking: 1689370611
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/1445335"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689284211 {#2571
      date: 2023-07-13 23:36:51.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2036 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
  +body: "let's inventing banking *again*! the bitcoin people are having so much fun doing that."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1689302498 {#2013
    date: 2023-07-14 04:41:38.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@gsa32@lemmy.world"
    "@joelfromaus@aussie.zone"
    "@nicetriangle@kbin.social"
    "@thanevim@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2144 …}
  +nested: Doctrine\ORM\PersistentCollection {#2061 …}
  +votes: Doctrine\ORM\PersistentCollection {#2084 …}
  +reports: Doctrine\ORM\PersistentCollection {#2076 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2083 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2085 …}
  -id: 15521
  -bodyTs: "'bank':4 'bitcoin':7 'fun':13 'invent':3 'let':1 'much':12 'peopl':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781609"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689302498 {#2027
    date: 2023-07-14 04:41:38.0 +02:00
  }
  +"title": 15521
}
"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
41 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
42 DENIED moderate
App\Entity\EntryComment {#2077
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2031
    +user: Proxies\__CG__\App\Entity\User {#2502 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: Proxies\__CG__\App\Entity\Image {#2629 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2651 …}
    +slug: "Reddit-kills-awards-and-coins"
    +title: "Reddit kills awards and coins"
    +url: "https://old.reddit.com/r/reddit/comments/14ytp7s/reworking_awarding_changes_to_awards_coins_and/?context=8"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 84
    +favouriteCount: 71
    +score: 12
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689444173 {#2232
      date: 2023-07-15 20:02:53.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2650 …}
    +votes: Doctrine\ORM\PersistentCollection {#2648 …}
    +reports: Doctrine\ORM\PersistentCollection {#2645 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2679 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2675 …}
    +badges: Doctrine\ORM\PersistentCollection {#2692 …}
    +children: [
      3 => App\Entity\EntryComment {#2035
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2036 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +body: "let's inventing banking *again*! the bitcoin people are having so much fun doing that."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689302498 {#2013
          date: 2023-07-14 04:41:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@gsa32@lemmy.world"
          "@joelfromaus@aussie.zone"
          "@nicetriangle@kbin.social"
          "@thanevim@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2144 …}
        +nested: Doctrine\ORM\PersistentCollection {#2061 …}
        +votes: Doctrine\ORM\PersistentCollection {#2084 …}
        +reports: Doctrine\ORM\PersistentCollection {#2076 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2083 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2085 …}
        -id: 15521
        -bodyTs: "'bank':4 'bitcoin':7 'fun':13 'invent':3 'let':1 'much':12 'peopl':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781609"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689302498 {#2027
          date: 2023-07-14 04:41:38.0 +02:00
        }
        +"title": 15521
      }
      1 => App\Entity\EntryComment {#2077}
      2 => App\Entity\EntryComment {#2140
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2133 …}
        +body: """
          how is paying people going to "keep them profit oriented til profits arrive"?\n
          \n
          how could they even have the cashflow to support that? money isn't free anymore
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689303212 {#2094
          date: 2023-07-14 04:53:32.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@gsa32@lemmy.world"
          "@metalingus@kbin.social"
          "@Chozo@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2129 …}
        +nested: Doctrine\ORM\PersistentCollection {#2132 …}
        +votes: Doctrine\ORM\PersistentCollection {#2040 …}
        +reports: Doctrine\ORM\PersistentCollection {#2350 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2348 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2351 …}
        -id: 15532
        -bodyTs: "'anymor':28 'arriv':13 'cashflow':20 'could':15 'even':17 'free':27 'go':5 'isn':25 'keep':7 'money':24 'orient':10 'pay':3 'peopl':4 'profit':9,12 'support':22 'til':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781839"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689303212 {#2241
          date: 2023-07-14 04:53:32.0 +02:00
        }
        +"title": 15532
      }
      0 => App\Entity\EntryComment {#2349
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2042 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2042 …}
        +body: "I don't know if anyone here has anything as constructive as what they should have done, having reached this point in history. If I was suddenly dropped into spez's body, I do not have a clue what I would do other than completely back track the past 2 months and eat a literal hat with a fork and knife. Don't know if even that would work."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689303423 {#2332
          date: 2023-07-14 04:57:03.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@gsa32@lemmy.world"
          "@mutant@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2141 …}
        +nested: Doctrine\ORM\PersistentCollection {#2164 …}
        +votes: Doctrine\ORM\PersistentCollection {#2314 …}
        +reports: Doctrine\ORM\PersistentCollection {#2328 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2191 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2327 …}
        -id: 15542
        -bodyTs: "'2':50 'anyon':6 'anyth':9 'back':46 'bodi':32 'clue':38 'complet':45 'construct':11 'done':17 'drop':28 'eat':53 'even':66 'fork':59 'hat':56 'histori':23 'knife':61 'know':4,64 'liter':55 'month':51 'past':49 'point':21 'reach':19 'spez':30 'sudden':27 'track':47 'work':69 'would':41,68"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781893"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689303423 {#2344
          date: 2023-07-14 04:57:03.0 +02:00
        }
        +"title": 15542
      }
    ]
    -id: 1218
    -titleTs: "'award':3 'coin':5 'kill':2 'reddit':1"
    -bodyTs: null
    +cross: false
    +upVotes: 12
    +downVotes: 0
    +ranking: 1689370611
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/1445335"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689284211 {#2571
      date: 2023-07-13 23:36:51.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
  +body: """
    Well there are 49 subscribed people on patreon totaling $170/month. Lots of people probably already have accounts set up which makes it a very low threshold to join.\n
    \n
    Meanwhile on librepay, arguably more philosophically suitable, there are 11 subscribers totaling $13/month.\n
    \n
    Man, considering how many people I have seen saying how great it is to be able to pay, and asserting they are making donations, those are very low numbers.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1689303055 {#2062
    date: 2023-07-14 04:50:55.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@gsa32@lemmy.world"
    "@joelfromaus@aussie.zone"
    "@nicetriangle@kbin.social"
    "@Ernest"
    "@livus@kbin.social"
    "@neshient@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2063 …}
  +nested: Doctrine\ORM\PersistentCollection {#2064 …}
  +votes: Doctrine\ORM\PersistentCollection {#2088 …}
  +reports: Doctrine\ORM\PersistentCollection {#2087 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2086 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2093 …}
  -id: 15528
  -bodyTs: "'11':38 '13/month':41 '170/month':10 '49':4 'abl':57 'account':17 'alreadi':15 'arguabl':32 'assert':61 'consid':43 'donat':65 'great':52 'join':28 'librepay':31 'lot':11 'low':25,69 'make':21,64 'man':42 'mani':45 'meanwhil':29 'number':70 'patreon':8 'pay':59 'peopl':6,13,46 'philosoph':34 'probabl':14 'say':50 'seen':49 'set':18 'subscrib':5,39 'suitabl':35 'threshold':26 'total':9,40 'well':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781782"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689303055 {#2081
    date: 2023-07-14 04:50:55.0 +02:00
  }
  +"title": 15528
}
"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
43 DENIED edit
App\Entity\EntryComment {#2077
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2031
    +user: Proxies\__CG__\App\Entity\User {#2502 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: Proxies\__CG__\App\Entity\Image {#2629 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2651 …}
    +slug: "Reddit-kills-awards-and-coins"
    +title: "Reddit kills awards and coins"
    +url: "https://old.reddit.com/r/reddit/comments/14ytp7s/reworking_awarding_changes_to_awards_coins_and/?context=8"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 84
    +favouriteCount: 71
    +score: 12
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689444173 {#2232
      date: 2023-07-15 20:02:53.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2650 …}
    +votes: Doctrine\ORM\PersistentCollection {#2648 …}
    +reports: Doctrine\ORM\PersistentCollection {#2645 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2679 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2675 …}
    +badges: Doctrine\ORM\PersistentCollection {#2692 …}
    +children: [
      3 => App\Entity\EntryComment {#2035
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2036 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +body: "let's inventing banking *again*! the bitcoin people are having so much fun doing that."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689302498 {#2013
          date: 2023-07-14 04:41:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@gsa32@lemmy.world"
          "@joelfromaus@aussie.zone"
          "@nicetriangle@kbin.social"
          "@thanevim@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2144 …}
        +nested: Doctrine\ORM\PersistentCollection {#2061 …}
        +votes: Doctrine\ORM\PersistentCollection {#2084 …}
        +reports: Doctrine\ORM\PersistentCollection {#2076 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2083 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2085 …}
        -id: 15521
        -bodyTs: "'bank':4 'bitcoin':7 'fun':13 'invent':3 'let':1 'much':12 'peopl':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781609"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689302498 {#2027
          date: 2023-07-14 04:41:38.0 +02:00
        }
        +"title": 15521
      }
      1 => App\Entity\EntryComment {#2077}
      2 => App\Entity\EntryComment {#2140
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2133 …}
        +body: """
          how is paying people going to "keep them profit oriented til profits arrive"?\n
          \n
          how could they even have the cashflow to support that? money isn't free anymore
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689303212 {#2094
          date: 2023-07-14 04:53:32.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@gsa32@lemmy.world"
          "@metalingus@kbin.social"
          "@Chozo@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2129 …}
        +nested: Doctrine\ORM\PersistentCollection {#2132 …}
        +votes: Doctrine\ORM\PersistentCollection {#2040 …}
        +reports: Doctrine\ORM\PersistentCollection {#2350 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2348 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2351 …}
        -id: 15532
        -bodyTs: "'anymor':28 'arriv':13 'cashflow':20 'could':15 'even':17 'free':27 'go':5 'isn':25 'keep':7 'money':24 'orient':10 'pay':3 'peopl':4 'profit':9,12 'support':22 'til':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781839"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689303212 {#2241
          date: 2023-07-14 04:53:32.0 +02:00
        }
        +"title": 15532
      }
      0 => App\Entity\EntryComment {#2349
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2042 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2042 …}
        +body: "I don't know if anyone here has anything as constructive as what they should have done, having reached this point in history. If I was suddenly dropped into spez's body, I do not have a clue what I would do other than completely back track the past 2 months and eat a literal hat with a fork and knife. Don't know if even that would work."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689303423 {#2332
          date: 2023-07-14 04:57:03.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@gsa32@lemmy.world"
          "@mutant@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2141 …}
        +nested: Doctrine\ORM\PersistentCollection {#2164 …}
        +votes: Doctrine\ORM\PersistentCollection {#2314 …}
        +reports: Doctrine\ORM\PersistentCollection {#2328 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2191 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2327 …}
        -id: 15542
        -bodyTs: "'2':50 'anyon':6 'anyth':9 'back':46 'bodi':32 'clue':38 'complet':45 'construct':11 'done':17 'drop':28 'eat':53 'even':66 'fork':59 'hat':56 'histori':23 'knife':61 'know':4,64 'liter':55 'month':51 'past':49 'point':21 'reach':19 'spez':30 'sudden':27 'track':47 'work':69 'would':41,68"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781893"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689303423 {#2344
          date: 2023-07-14 04:57:03.0 +02:00
        }
        +"title": 15542
      }
    ]
    -id: 1218
    -titleTs: "'award':3 'coin':5 'kill':2 'reddit':1"
    -bodyTs: null
    +cross: false
    +upVotes: 12
    +downVotes: 0
    +ranking: 1689370611
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/1445335"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689284211 {#2571
      date: 2023-07-13 23:36:51.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
  +body: """
    Well there are 49 subscribed people on patreon totaling $170/month. Lots of people probably already have accounts set up which makes it a very low threshold to join.\n
    \n
    Meanwhile on librepay, arguably more philosophically suitable, there are 11 subscribers totaling $13/month.\n
    \n
    Man, considering how many people I have seen saying how great it is to be able to pay, and asserting they are making donations, those are very low numbers.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1689303055 {#2062
    date: 2023-07-14 04:50:55.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@gsa32@lemmy.world"
    "@joelfromaus@aussie.zone"
    "@nicetriangle@kbin.social"
    "@Ernest"
    "@livus@kbin.social"
    "@neshient@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2063 …}
  +nested: Doctrine\ORM\PersistentCollection {#2064 …}
  +votes: Doctrine\ORM\PersistentCollection {#2088 …}
  +reports: Doctrine\ORM\PersistentCollection {#2087 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2086 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2093 …}
  -id: 15528
  -bodyTs: "'11':38 '13/month':41 '170/month':10 '49':4 'abl':57 'account':17 'alreadi':15 'arguabl':32 'assert':61 'consid':43 'donat':65 'great':52 'join':28 'librepay':31 'lot':11 'low':25,69 'make':21,64 'man':42 'mani':45 'meanwhil':29 'number':70 'patreon':8 'pay':59 'peopl':6,13,46 'philosoph':34 'probabl':14 'say':50 'seen':49 'set':18 'subscrib':5,39 'suitabl':35 'threshold':26 'total':9,40 'well':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781782"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689303055 {#2081
    date: 2023-07-14 04:50:55.0 +02:00
  }
  +"title": 15528
}
"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
44 DENIED moderate
App\Entity\EntryComment {#2077
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2031
    +user: Proxies\__CG__\App\Entity\User {#2502 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: Proxies\__CG__\App\Entity\Image {#2629 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2651 …}
    +slug: "Reddit-kills-awards-and-coins"
    +title: "Reddit kills awards and coins"
    +url: "https://old.reddit.com/r/reddit/comments/14ytp7s/reworking_awarding_changes_to_awards_coins_and/?context=8"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 84
    +favouriteCount: 71
    +score: 12
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689444173 {#2232
      date: 2023-07-15 20:02:53.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2650 …}
    +votes: Doctrine\ORM\PersistentCollection {#2648 …}
    +reports: Doctrine\ORM\PersistentCollection {#2645 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2679 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2675 …}
    +badges: Doctrine\ORM\PersistentCollection {#2692 …}
    +children: [
      3 => App\Entity\EntryComment {#2035
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2036 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +body: "let's inventing banking *again*! the bitcoin people are having so much fun doing that."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689302498 {#2013
          date: 2023-07-14 04:41:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@gsa32@lemmy.world"
          "@joelfromaus@aussie.zone"
          "@nicetriangle@kbin.social"
          "@thanevim@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2144 …}
        +nested: Doctrine\ORM\PersistentCollection {#2061 …}
        +votes: Doctrine\ORM\PersistentCollection {#2084 …}
        +reports: Doctrine\ORM\PersistentCollection {#2076 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2083 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2085 …}
        -id: 15521
        -bodyTs: "'bank':4 'bitcoin':7 'fun':13 'invent':3 'let':1 'much':12 'peopl':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781609"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689302498 {#2027
          date: 2023-07-14 04:41:38.0 +02:00
        }
        +"title": 15521
      }
      1 => App\Entity\EntryComment {#2077}
      2 => App\Entity\EntryComment {#2140
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2133 …}
        +body: """
          how is paying people going to "keep them profit oriented til profits arrive"?\n
          \n
          how could they even have the cashflow to support that? money isn't free anymore
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689303212 {#2094
          date: 2023-07-14 04:53:32.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@gsa32@lemmy.world"
          "@metalingus@kbin.social"
          "@Chozo@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2129 …}
        +nested: Doctrine\ORM\PersistentCollection {#2132 …}
        +votes: Doctrine\ORM\PersistentCollection {#2040 …}
        +reports: Doctrine\ORM\PersistentCollection {#2350 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2348 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2351 …}
        -id: 15532
        -bodyTs: "'anymor':28 'arriv':13 'cashflow':20 'could':15 'even':17 'free':27 'go':5 'isn':25 'keep':7 'money':24 'orient':10 'pay':3 'peopl':4 'profit':9,12 'support':22 'til':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781839"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689303212 {#2241
          date: 2023-07-14 04:53:32.0 +02:00
        }
        +"title": 15532
      }
      0 => App\Entity\EntryComment {#2349
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2042 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2042 …}
        +body: "I don't know if anyone here has anything as constructive as what they should have done, having reached this point in history. If I was suddenly dropped into spez's body, I do not have a clue what I would do other than completely back track the past 2 months and eat a literal hat with a fork and knife. Don't know if even that would work."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689303423 {#2332
          date: 2023-07-14 04:57:03.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@gsa32@lemmy.world"
          "@mutant@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2141 …}
        +nested: Doctrine\ORM\PersistentCollection {#2164 …}
        +votes: Doctrine\ORM\PersistentCollection {#2314 …}
        +reports: Doctrine\ORM\PersistentCollection {#2328 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2191 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2327 …}
        -id: 15542
        -bodyTs: "'2':50 'anyon':6 'anyth':9 'back':46 'bodi':32 'clue':38 'complet':45 'construct':11 'done':17 'drop':28 'eat':53 'even':66 'fork':59 'hat':56 'histori':23 'knife':61 'know':4,64 'liter':55 'month':51 'past':49 'point':21 'reach':19 'spez':30 'sudden':27 'track':47 'work':69 'would':41,68"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781893"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689303423 {#2344
          date: 2023-07-14 04:57:03.0 +02:00
        }
        +"title": 15542
      }
    ]
    -id: 1218
    -titleTs: "'award':3 'coin':5 'kill':2 'reddit':1"
    -bodyTs: null
    +cross: false
    +upVotes: 12
    +downVotes: 0
    +ranking: 1689370611
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/1445335"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689284211 {#2571
      date: 2023-07-13 23:36:51.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
  +body: """
    Well there are 49 subscribed people on patreon totaling $170/month. Lots of people probably already have accounts set up which makes it a very low threshold to join.\n
    \n
    Meanwhile on librepay, arguably more philosophically suitable, there are 11 subscribers totaling $13/month.\n
    \n
    Man, considering how many people I have seen saying how great it is to be able to pay, and asserting they are making donations, those are very low numbers.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1689303055 {#2062
    date: 2023-07-14 04:50:55.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@gsa32@lemmy.world"
    "@joelfromaus@aussie.zone"
    "@nicetriangle@kbin.social"
    "@Ernest"
    "@livus@kbin.social"
    "@neshient@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2063 …}
  +nested: Doctrine\ORM\PersistentCollection {#2064 …}
  +votes: Doctrine\ORM\PersistentCollection {#2088 …}
  +reports: Doctrine\ORM\PersistentCollection {#2087 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2086 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2093 …}
  -id: 15528
  -bodyTs: "'11':38 '13/month':41 '170/month':10 '49':4 'abl':57 'account':17 'alreadi':15 'arguabl':32 'assert':61 'consid':43 'donat':65 'great':52 'join':28 'librepay':31 'lot':11 'low':25,69 'make':21,64 'man':42 'mani':45 'meanwhil':29 'number':70 'patreon':8 'pay':59 'peopl':6,13,46 'philosoph':34 'probabl':14 'say':50 'seen':49 'set':18 'subscrib':5,39 'suitabl':35 'threshold':26 'total':9,40 'well':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781782"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689303055 {#2081
    date: 2023-07-14 04:50:55.0 +02:00
  }
  +"title": 15528
}
"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
45 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
46 DENIED moderate
App\Entity\EntryComment {#2140
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2031
    +user: Proxies\__CG__\App\Entity\User {#2502 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: Proxies\__CG__\App\Entity\Image {#2629 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2651 …}
    +slug: "Reddit-kills-awards-and-coins"
    +title: "Reddit kills awards and coins"
    +url: "https://old.reddit.com/r/reddit/comments/14ytp7s/reworking_awarding_changes_to_awards_coins_and/?context=8"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 84
    +favouriteCount: 71
    +score: 12
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689444173 {#2232
      date: 2023-07-15 20:02:53.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2650 …}
    +votes: Doctrine\ORM\PersistentCollection {#2648 …}
    +reports: Doctrine\ORM\PersistentCollection {#2645 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2679 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2675 …}
    +badges: Doctrine\ORM\PersistentCollection {#2692 …}
    +children: [
      3 => App\Entity\EntryComment {#2035
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2036 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +body: "let's inventing banking *again*! the bitcoin people are having so much fun doing that."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689302498 {#2013
          date: 2023-07-14 04:41:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@gsa32@lemmy.world"
          "@joelfromaus@aussie.zone"
          "@nicetriangle@kbin.social"
          "@thanevim@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2144 …}
        +nested: Doctrine\ORM\PersistentCollection {#2061 …}
        +votes: Doctrine\ORM\PersistentCollection {#2084 …}
        +reports: Doctrine\ORM\PersistentCollection {#2076 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2083 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2085 …}
        -id: 15521
        -bodyTs: "'bank':4 'bitcoin':7 'fun':13 'invent':3 'let':1 'much':12 'peopl':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781609"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689302498 {#2027
          date: 2023-07-14 04:41:38.0 +02:00
        }
        +"title": 15521
      }
      1 => App\Entity\EntryComment {#2077
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +body: """
          Well there are 49 subscribed people on patreon totaling $170/month. Lots of people probably already have accounts set up which makes it a very low threshold to join.\n
          \n
          Meanwhile on librepay, arguably more philosophically suitable, there are 11 subscribers totaling $13/month.\n
          \n
          Man, considering how many people I have seen saying how great it is to be able to pay, and asserting they are making donations, those are very low numbers.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1689303055 {#2062
          date: 2023-07-14 04:50:55.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@gsa32@lemmy.world"
          "@joelfromaus@aussie.zone"
          "@nicetriangle@kbin.social"
          "@Ernest"
          "@livus@kbin.social"
          "@neshient@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2063 …}
        +nested: Doctrine\ORM\PersistentCollection {#2064 …}
        +votes: Doctrine\ORM\PersistentCollection {#2088 …}
        +reports: Doctrine\ORM\PersistentCollection {#2087 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2086 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2093 …}
        -id: 15528
        -bodyTs: "'11':38 '13/month':41 '170/month':10 '49':4 'abl':57 'account':17 'alreadi':15 'arguabl':32 'assert':61 'consid':43 'donat':65 'great':52 'join':28 'librepay':31 'lot':11 'low':25,69 'make':21,64 'man':42 'mani':45 'meanwhil':29 'number':70 'patreon':8 'pay':59 'peopl':6,13,46 'philosoph':34 'probabl':14 'say':50 'seen':49 'set':18 'subscrib':5,39 'suitabl':35 'threshold':26 'total':9,40 'well':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781782"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689303055 {#2081
          date: 2023-07-14 04:50:55.0 +02:00
        }
        +"title": 15528
      }
      2 => App\Entity\EntryComment {#2140}
      0 => App\Entity\EntryComment {#2349
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2042 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2042 …}
        +body: "I don't know if anyone here has anything as constructive as what they should have done, having reached this point in history. If I was suddenly dropped into spez's body, I do not have a clue what I would do other than completely back track the past 2 months and eat a literal hat with a fork and knife. Don't know if even that would work."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689303423 {#2332
          date: 2023-07-14 04:57:03.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@gsa32@lemmy.world"
          "@mutant@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2141 …}
        +nested: Doctrine\ORM\PersistentCollection {#2164 …}
        +votes: Doctrine\ORM\PersistentCollection {#2314 …}
        +reports: Doctrine\ORM\PersistentCollection {#2328 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2191 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2327 …}
        -id: 15542
        -bodyTs: "'2':50 'anyon':6 'anyth':9 'back':46 'bodi':32 'clue':38 'complet':45 'construct':11 'done':17 'drop':28 'eat':53 'even':66 'fork':59 'hat':56 'histori':23 'knife':61 'know':4,64 'liter':55 'month':51 'past':49 'point':21 'reach':19 'spez':30 'sudden':27 'track':47 'work':69 'would':41,68"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781893"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689303423 {#2344
          date: 2023-07-14 04:57:03.0 +02:00
        }
        +"title": 15542
      }
    ]
    -id: 1218
    -titleTs: "'award':3 'coin':5 'kill':2 'reddit':1"
    -bodyTs: null
    +cross: false
    +upVotes: 12
    +downVotes: 0
    +ranking: 1689370611
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/1445335"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689284211 {#2571
      date: 2023-07-13 23:36:51.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2133 …}
  +body: """
    how is paying people going to "keep them profit oriented til profits arrive"?\n
    \n
    how could they even have the cashflow to support that? money isn't free anymore
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1689303212 {#2094
    date: 2023-07-14 04:53:32.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@gsa32@lemmy.world"
    "@metalingus@kbin.social"
    "@Chozo@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2129 …}
  +nested: Doctrine\ORM\PersistentCollection {#2132 …}
  +votes: Doctrine\ORM\PersistentCollection {#2040 …}
  +reports: Doctrine\ORM\PersistentCollection {#2350 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2348 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2351 …}
  -id: 15532
  -bodyTs: "'anymor':28 'arriv':13 'cashflow':20 'could':15 'even':17 'free':27 'go':5 'isn':25 'keep':7 'money':24 'orient':10 'pay':3 'peopl':4 'profit':9,12 'support':22 'til':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781839"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689303212 {#2241
    date: 2023-07-14 04:53:32.0 +02:00
  }
  +"title": 15532
}
"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
47 DENIED edit
App\Entity\EntryComment {#2140
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2031
    +user: Proxies\__CG__\App\Entity\User {#2502 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: Proxies\__CG__\App\Entity\Image {#2629 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2651 …}
    +slug: "Reddit-kills-awards-and-coins"
    +title: "Reddit kills awards and coins"
    +url: "https://old.reddit.com/r/reddit/comments/14ytp7s/reworking_awarding_changes_to_awards_coins_and/?context=8"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 84
    +favouriteCount: 71
    +score: 12
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689444173 {#2232
      date: 2023-07-15 20:02:53.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2650 …}
    +votes: Doctrine\ORM\PersistentCollection {#2648 …}
    +reports: Doctrine\ORM\PersistentCollection {#2645 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2679 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2675 …}
    +badges: Doctrine\ORM\PersistentCollection {#2692 …}
    +children: [
      3 => App\Entity\EntryComment {#2035
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2036 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +body: "let's inventing banking *again*! the bitcoin people are having so much fun doing that."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689302498 {#2013
          date: 2023-07-14 04:41:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@gsa32@lemmy.world"
          "@joelfromaus@aussie.zone"
          "@nicetriangle@kbin.social"
          "@thanevim@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2144 …}
        +nested: Doctrine\ORM\PersistentCollection {#2061 …}
        +votes: Doctrine\ORM\PersistentCollection {#2084 …}
        +reports: Doctrine\ORM\PersistentCollection {#2076 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2083 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2085 …}
        -id: 15521
        -bodyTs: "'bank':4 'bitcoin':7 'fun':13 'invent':3 'let':1 'much':12 'peopl':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781609"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689302498 {#2027
          date: 2023-07-14 04:41:38.0 +02:00
        }
        +"title": 15521
      }
      1 => App\Entity\EntryComment {#2077
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +body: """
          Well there are 49 subscribed people on patreon totaling $170/month. Lots of people probably already have accounts set up which makes it a very low threshold to join.\n
          \n
          Meanwhile on librepay, arguably more philosophically suitable, there are 11 subscribers totaling $13/month.\n
          \n
          Man, considering how many people I have seen saying how great it is to be able to pay, and asserting they are making donations, those are very low numbers.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1689303055 {#2062
          date: 2023-07-14 04:50:55.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@gsa32@lemmy.world"
          "@joelfromaus@aussie.zone"
          "@nicetriangle@kbin.social"
          "@Ernest"
          "@livus@kbin.social"
          "@neshient@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2063 …}
        +nested: Doctrine\ORM\PersistentCollection {#2064 …}
        +votes: Doctrine\ORM\PersistentCollection {#2088 …}
        +reports: Doctrine\ORM\PersistentCollection {#2087 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2086 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2093 …}
        -id: 15528
        -bodyTs: "'11':38 '13/month':41 '170/month':10 '49':4 'abl':57 'account':17 'alreadi':15 'arguabl':32 'assert':61 'consid':43 'donat':65 'great':52 'join':28 'librepay':31 'lot':11 'low':25,69 'make':21,64 'man':42 'mani':45 'meanwhil':29 'number':70 'patreon':8 'pay':59 'peopl':6,13,46 'philosoph':34 'probabl':14 'say':50 'seen':49 'set':18 'subscrib':5,39 'suitabl':35 'threshold':26 'total':9,40 'well':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781782"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689303055 {#2081
          date: 2023-07-14 04:50:55.0 +02:00
        }
        +"title": 15528
      }
      2 => App\Entity\EntryComment {#2140}
      0 => App\Entity\EntryComment {#2349
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2042 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2042 …}
        +body: "I don't know if anyone here has anything as constructive as what they should have done, having reached this point in history. If I was suddenly dropped into spez's body, I do not have a clue what I would do other than completely back track the past 2 months and eat a literal hat with a fork and knife. Don't know if even that would work."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689303423 {#2332
          date: 2023-07-14 04:57:03.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@gsa32@lemmy.world"
          "@mutant@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2141 …}
        +nested: Doctrine\ORM\PersistentCollection {#2164 …}
        +votes: Doctrine\ORM\PersistentCollection {#2314 …}
        +reports: Doctrine\ORM\PersistentCollection {#2328 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2191 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2327 …}
        -id: 15542
        -bodyTs: "'2':50 'anyon':6 'anyth':9 'back':46 'bodi':32 'clue':38 'complet':45 'construct':11 'done':17 'drop':28 'eat':53 'even':66 'fork':59 'hat':56 'histori':23 'knife':61 'know':4,64 'liter':55 'month':51 'past':49 'point':21 'reach':19 'spez':30 'sudden':27 'track':47 'work':69 'would':41,68"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781893"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689303423 {#2344
          date: 2023-07-14 04:57:03.0 +02:00
        }
        +"title": 15542
      }
    ]
    -id: 1218
    -titleTs: "'award':3 'coin':5 'kill':2 'reddit':1"
    -bodyTs: null
    +cross: false
    +upVotes: 12
    +downVotes: 0
    +ranking: 1689370611
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/1445335"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689284211 {#2571
      date: 2023-07-13 23:36:51.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2133 …}
  +body: """
    how is paying people going to "keep them profit oriented til profits arrive"?\n
    \n
    how could they even have the cashflow to support that? money isn't free anymore
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1689303212 {#2094
    date: 2023-07-14 04:53:32.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@gsa32@lemmy.world"
    "@metalingus@kbin.social"
    "@Chozo@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2129 …}
  +nested: Doctrine\ORM\PersistentCollection {#2132 …}
  +votes: Doctrine\ORM\PersistentCollection {#2040 …}
  +reports: Doctrine\ORM\PersistentCollection {#2350 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2348 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2351 …}
  -id: 15532
  -bodyTs: "'anymor':28 'arriv':13 'cashflow':20 'could':15 'even':17 'free':27 'go':5 'isn':25 'keep':7 'money':24 'orient':10 'pay':3 'peopl':4 'profit':9,12 'support':22 'til':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781839"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689303212 {#2241
    date: 2023-07-14 04:53:32.0 +02:00
  }
  +"title": 15532
}
"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
48 DENIED moderate
App\Entity\EntryComment {#2140
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2031
    +user: Proxies\__CG__\App\Entity\User {#2502 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: Proxies\__CG__\App\Entity\Image {#2629 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2651 …}
    +slug: "Reddit-kills-awards-and-coins"
    +title: "Reddit kills awards and coins"
    +url: "https://old.reddit.com/r/reddit/comments/14ytp7s/reworking_awarding_changes_to_awards_coins_and/?context=8"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 84
    +favouriteCount: 71
    +score: 12
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689444173 {#2232
      date: 2023-07-15 20:02:53.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2650 …}
    +votes: Doctrine\ORM\PersistentCollection {#2648 …}
    +reports: Doctrine\ORM\PersistentCollection {#2645 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2679 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2675 …}
    +badges: Doctrine\ORM\PersistentCollection {#2692 …}
    +children: [
      3 => App\Entity\EntryComment {#2035
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2036 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +body: "let's inventing banking *again*! the bitcoin people are having so much fun doing that."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689302498 {#2013
          date: 2023-07-14 04:41:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@gsa32@lemmy.world"
          "@joelfromaus@aussie.zone"
          "@nicetriangle@kbin.social"
          "@thanevim@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2144 …}
        +nested: Doctrine\ORM\PersistentCollection {#2061 …}
        +votes: Doctrine\ORM\PersistentCollection {#2084 …}
        +reports: Doctrine\ORM\PersistentCollection {#2076 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2083 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2085 …}
        -id: 15521
        -bodyTs: "'bank':4 'bitcoin':7 'fun':13 'invent':3 'let':1 'much':12 'peopl':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781609"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689302498 {#2027
          date: 2023-07-14 04:41:38.0 +02:00
        }
        +"title": 15521
      }
      1 => App\Entity\EntryComment {#2077
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +body: """
          Well there are 49 subscribed people on patreon totaling $170/month. Lots of people probably already have accounts set up which makes it a very low threshold to join.\n
          \n
          Meanwhile on librepay, arguably more philosophically suitable, there are 11 subscribers totaling $13/month.\n
          \n
          Man, considering how many people I have seen saying how great it is to be able to pay, and asserting they are making donations, those are very low numbers.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1689303055 {#2062
          date: 2023-07-14 04:50:55.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@gsa32@lemmy.world"
          "@joelfromaus@aussie.zone"
          "@nicetriangle@kbin.social"
          "@Ernest"
          "@livus@kbin.social"
          "@neshient@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2063 …}
        +nested: Doctrine\ORM\PersistentCollection {#2064 …}
        +votes: Doctrine\ORM\PersistentCollection {#2088 …}
        +reports: Doctrine\ORM\PersistentCollection {#2087 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2086 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2093 …}
        -id: 15528
        -bodyTs: "'11':38 '13/month':41 '170/month':10 '49':4 'abl':57 'account':17 'alreadi':15 'arguabl':32 'assert':61 'consid':43 'donat':65 'great':52 'join':28 'librepay':31 'lot':11 'low':25,69 'make':21,64 'man':42 'mani':45 'meanwhil':29 'number':70 'patreon':8 'pay':59 'peopl':6,13,46 'philosoph':34 'probabl':14 'say':50 'seen':49 'set':18 'subscrib':5,39 'suitabl':35 'threshold':26 'total':9,40 'well':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781782"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689303055 {#2081
          date: 2023-07-14 04:50:55.0 +02:00
        }
        +"title": 15528
      }
      2 => App\Entity\EntryComment {#2140}
      0 => App\Entity\EntryComment {#2349
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2042 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2042 …}
        +body: "I don't know if anyone here has anything as constructive as what they should have done, having reached this point in history. If I was suddenly dropped into spez's body, I do not have a clue what I would do other than completely back track the past 2 months and eat a literal hat with a fork and knife. Don't know if even that would work."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689303423 {#2332
          date: 2023-07-14 04:57:03.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@gsa32@lemmy.world"
          "@mutant@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2141 …}
        +nested: Doctrine\ORM\PersistentCollection {#2164 …}
        +votes: Doctrine\ORM\PersistentCollection {#2314 …}
        +reports: Doctrine\ORM\PersistentCollection {#2328 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2191 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2327 …}
        -id: 15542
        -bodyTs: "'2':50 'anyon':6 'anyth':9 'back':46 'bodi':32 'clue':38 'complet':45 'construct':11 'done':17 'drop':28 'eat':53 'even':66 'fork':59 'hat':56 'histori':23 'knife':61 'know':4,64 'liter':55 'month':51 'past':49 'point':21 'reach':19 'spez':30 'sudden':27 'track':47 'work':69 'would':41,68"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781893"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689303423 {#2344
          date: 2023-07-14 04:57:03.0 +02:00
        }
        +"title": 15542
      }
    ]
    -id: 1218
    -titleTs: "'award':3 'coin':5 'kill':2 'reddit':1"
    -bodyTs: null
    +cross: false
    +upVotes: 12
    +downVotes: 0
    +ranking: 1689370611
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/1445335"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689284211 {#2571
      date: 2023-07-13 23:36:51.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2133 …}
  +body: """
    how is paying people going to "keep them profit oriented til profits arrive"?\n
    \n
    how could they even have the cashflow to support that? money isn't free anymore
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1689303212 {#2094
    date: 2023-07-14 04:53:32.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@gsa32@lemmy.world"
    "@metalingus@kbin.social"
    "@Chozo@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2129 …}
  +nested: Doctrine\ORM\PersistentCollection {#2132 …}
  +votes: Doctrine\ORM\PersistentCollection {#2040 …}
  +reports: Doctrine\ORM\PersistentCollection {#2350 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2348 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2351 …}
  -id: 15532
  -bodyTs: "'anymor':28 'arriv':13 'cashflow':20 'could':15 'even':17 'free':27 'go':5 'isn':25 'keep':7 'money':24 'orient':10 'pay':3 'peopl':4 'profit':9,12 'support':22 'til':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781839"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689303212 {#2241
    date: 2023-07-14 04:53:32.0 +02:00
  }
  +"title": 15532
}
"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
49 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
50 DENIED moderate
App\Entity\EntryComment {#2349
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2031
    +user: Proxies\__CG__\App\Entity\User {#2502 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: Proxies\__CG__\App\Entity\Image {#2629 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2651 …}
    +slug: "Reddit-kills-awards-and-coins"
    +title: "Reddit kills awards and coins"
    +url: "https://old.reddit.com/r/reddit/comments/14ytp7s/reworking_awarding_changes_to_awards_coins_and/?context=8"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 84
    +favouriteCount: 71
    +score: 12
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689444173 {#2232
      date: 2023-07-15 20:02:53.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2650 …}
    +votes: Doctrine\ORM\PersistentCollection {#2648 …}
    +reports: Doctrine\ORM\PersistentCollection {#2645 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2679 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2675 …}
    +badges: Doctrine\ORM\PersistentCollection {#2692 …}
    +children: [
      3 => App\Entity\EntryComment {#2035
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2036 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +body: "let's inventing banking *again*! the bitcoin people are having so much fun doing that."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689302498 {#2013
          date: 2023-07-14 04:41:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@gsa32@lemmy.world"
          "@joelfromaus@aussie.zone"
          "@nicetriangle@kbin.social"
          "@thanevim@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2144 …}
        +nested: Doctrine\ORM\PersistentCollection {#2061 …}
        +votes: Doctrine\ORM\PersistentCollection {#2084 …}
        +reports: Doctrine\ORM\PersistentCollection {#2076 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2083 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2085 …}
        -id: 15521
        -bodyTs: "'bank':4 'bitcoin':7 'fun':13 'invent':3 'let':1 'much':12 'peopl':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781609"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689302498 {#2027
          date: 2023-07-14 04:41:38.0 +02:00
        }
        +"title": 15521
      }
      1 => App\Entity\EntryComment {#2077
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +body: """
          Well there are 49 subscribed people on patreon totaling $170/month. Lots of people probably already have accounts set up which makes it a very low threshold to join.\n
          \n
          Meanwhile on librepay, arguably more philosophically suitable, there are 11 subscribers totaling $13/month.\n
          \n
          Man, considering how many people I have seen saying how great it is to be able to pay, and asserting they are making donations, those are very low numbers.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1689303055 {#2062
          date: 2023-07-14 04:50:55.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@gsa32@lemmy.world"
          "@joelfromaus@aussie.zone"
          "@nicetriangle@kbin.social"
          "@Ernest"
          "@livus@kbin.social"
          "@neshient@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2063 …}
        +nested: Doctrine\ORM\PersistentCollection {#2064 …}
        +votes: Doctrine\ORM\PersistentCollection {#2088 …}
        +reports: Doctrine\ORM\PersistentCollection {#2087 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2086 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2093 …}
        -id: 15528
        -bodyTs: "'11':38 '13/month':41 '170/month':10 '49':4 'abl':57 'account':17 'alreadi':15 'arguabl':32 'assert':61 'consid':43 'donat':65 'great':52 'join':28 'librepay':31 'lot':11 'low':25,69 'make':21,64 'man':42 'mani':45 'meanwhil':29 'number':70 'patreon':8 'pay':59 'peopl':6,13,46 'philosoph':34 'probabl':14 'say':50 'seen':49 'set':18 'subscrib':5,39 'suitabl':35 'threshold':26 'total':9,40 'well':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781782"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689303055 {#2081
          date: 2023-07-14 04:50:55.0 +02:00
        }
        +"title": 15528
      }
      2 => App\Entity\EntryComment {#2140
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2133 …}
        +body: """
          how is paying people going to "keep them profit oriented til profits arrive"?\n
          \n
          how could they even have the cashflow to support that? money isn't free anymore
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689303212 {#2094
          date: 2023-07-14 04:53:32.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@gsa32@lemmy.world"
          "@metalingus@kbin.social"
          "@Chozo@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2129 …}
        +nested: Doctrine\ORM\PersistentCollection {#2132 …}
        +votes: Doctrine\ORM\PersistentCollection {#2040 …}
        +reports: Doctrine\ORM\PersistentCollection {#2350 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2348 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2351 …}
        -id: 15532
        -bodyTs: "'anymor':28 'arriv':13 'cashflow':20 'could':15 'even':17 'free':27 'go':5 'isn':25 'keep':7 'money':24 'orient':10 'pay':3 'peopl':4 'profit':9,12 'support':22 'til':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781839"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689303212 {#2241
          date: 2023-07-14 04:53:32.0 +02:00
        }
        +"title": 15532
      }
      0 => App\Entity\EntryComment {#2349}
    ]
    -id: 1218
    -titleTs: "'award':3 'coin':5 'kill':2 'reddit':1"
    -bodyTs: null
    +cross: false
    +upVotes: 12
    +downVotes: 0
    +ranking: 1689370611
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/1445335"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689284211 {#2571
      date: 2023-07-13 23:36:51.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2042 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2042 …}
  +body: "I don't know if anyone here has anything as constructive as what they should have done, having reached this point in history. If I was suddenly dropped into spez's body, I do not have a clue what I would do other than completely back track the past 2 months and eat a literal hat with a fork and knife. Don't know if even that would work."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1689303423 {#2332
    date: 2023-07-14 04:57:03.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@gsa32@lemmy.world"
    "@mutant@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2141 …}
  +nested: Doctrine\ORM\PersistentCollection {#2164 …}
  +votes: Doctrine\ORM\PersistentCollection {#2314 …}
  +reports: Doctrine\ORM\PersistentCollection {#2328 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2191 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2327 …}
  -id: 15542
  -bodyTs: "'2':50 'anyon':6 'anyth':9 'back':46 'bodi':32 'clue':38 'complet':45 'construct':11 'done':17 'drop':28 'eat':53 'even':66 'fork':59 'hat':56 'histori':23 'knife':61 'know':4,64 'liter':55 'month':51 'past':49 'point':21 'reach':19 'spez':30 'sudden':27 'track':47 'work':69 'would':41,68"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781893"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689303423 {#2344
    date: 2023-07-14 04:57:03.0 +02:00
  }
  +"title": 15542
}
"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
51 DENIED edit
App\Entity\EntryComment {#2349
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2031
    +user: Proxies\__CG__\App\Entity\User {#2502 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: Proxies\__CG__\App\Entity\Image {#2629 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2651 …}
    +slug: "Reddit-kills-awards-and-coins"
    +title: "Reddit kills awards and coins"
    +url: "https://old.reddit.com/r/reddit/comments/14ytp7s/reworking_awarding_changes_to_awards_coins_and/?context=8"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 84
    +favouriteCount: 71
    +score: 12
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689444173 {#2232
      date: 2023-07-15 20:02:53.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2650 …}
    +votes: Doctrine\ORM\PersistentCollection {#2648 …}
    +reports: Doctrine\ORM\PersistentCollection {#2645 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2679 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2675 …}
    +badges: Doctrine\ORM\PersistentCollection {#2692 …}
    +children: [
      3 => App\Entity\EntryComment {#2035
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2036 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +body: "let's inventing banking *again*! the bitcoin people are having so much fun doing that."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689302498 {#2013
          date: 2023-07-14 04:41:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@gsa32@lemmy.world"
          "@joelfromaus@aussie.zone"
          "@nicetriangle@kbin.social"
          "@thanevim@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2144 …}
        +nested: Doctrine\ORM\PersistentCollection {#2061 …}
        +votes: Doctrine\ORM\PersistentCollection {#2084 …}
        +reports: Doctrine\ORM\PersistentCollection {#2076 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2083 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2085 …}
        -id: 15521
        -bodyTs: "'bank':4 'bitcoin':7 'fun':13 'invent':3 'let':1 'much':12 'peopl':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781609"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689302498 {#2027
          date: 2023-07-14 04:41:38.0 +02:00
        }
        +"title": 15521
      }
      1 => App\Entity\EntryComment {#2077
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +body: """
          Well there are 49 subscribed people on patreon totaling $170/month. Lots of people probably already have accounts set up which makes it a very low threshold to join.\n
          \n
          Meanwhile on librepay, arguably more philosophically suitable, there are 11 subscribers totaling $13/month.\n
          \n
          Man, considering how many people I have seen saying how great it is to be able to pay, and asserting they are making donations, those are very low numbers.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1689303055 {#2062
          date: 2023-07-14 04:50:55.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@gsa32@lemmy.world"
          "@joelfromaus@aussie.zone"
          "@nicetriangle@kbin.social"
          "@Ernest"
          "@livus@kbin.social"
          "@neshient@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2063 …}
        +nested: Doctrine\ORM\PersistentCollection {#2064 …}
        +votes: Doctrine\ORM\PersistentCollection {#2088 …}
        +reports: Doctrine\ORM\PersistentCollection {#2087 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2086 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2093 …}
        -id: 15528
        -bodyTs: "'11':38 '13/month':41 '170/month':10 '49':4 'abl':57 'account':17 'alreadi':15 'arguabl':32 'assert':61 'consid':43 'donat':65 'great':52 'join':28 'librepay':31 'lot':11 'low':25,69 'make':21,64 'man':42 'mani':45 'meanwhil':29 'number':70 'patreon':8 'pay':59 'peopl':6,13,46 'philosoph':34 'probabl':14 'say':50 'seen':49 'set':18 'subscrib':5,39 'suitabl':35 'threshold':26 'total':9,40 'well':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781782"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689303055 {#2081
          date: 2023-07-14 04:50:55.0 +02:00
        }
        +"title": 15528
      }
      2 => App\Entity\EntryComment {#2140
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2133 …}
        +body: """
          how is paying people going to "keep them profit oriented til profits arrive"?\n
          \n
          how could they even have the cashflow to support that? money isn't free anymore
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689303212 {#2094
          date: 2023-07-14 04:53:32.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@gsa32@lemmy.world"
          "@metalingus@kbin.social"
          "@Chozo@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2129 …}
        +nested: Doctrine\ORM\PersistentCollection {#2132 …}
        +votes: Doctrine\ORM\PersistentCollection {#2040 …}
        +reports: Doctrine\ORM\PersistentCollection {#2350 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2348 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2351 …}
        -id: 15532
        -bodyTs: "'anymor':28 'arriv':13 'cashflow':20 'could':15 'even':17 'free':27 'go':5 'isn':25 'keep':7 'money':24 'orient':10 'pay':3 'peopl':4 'profit':9,12 'support':22 'til':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781839"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689303212 {#2241
          date: 2023-07-14 04:53:32.0 +02:00
        }
        +"title": 15532
      }
      0 => App\Entity\EntryComment {#2349}
    ]
    -id: 1218
    -titleTs: "'award':3 'coin':5 'kill':2 'reddit':1"
    -bodyTs: null
    +cross: false
    +upVotes: 12
    +downVotes: 0
    +ranking: 1689370611
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/1445335"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689284211 {#2571
      date: 2023-07-13 23:36:51.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2042 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2042 …}
  +body: "I don't know if anyone here has anything as constructive as what they should have done, having reached this point in history. If I was suddenly dropped into spez's body, I do not have a clue what I would do other than completely back track the past 2 months and eat a literal hat with a fork and knife. Don't know if even that would work."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1689303423 {#2332
    date: 2023-07-14 04:57:03.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@gsa32@lemmy.world"
    "@mutant@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2141 …}
  +nested: Doctrine\ORM\PersistentCollection {#2164 …}
  +votes: Doctrine\ORM\PersistentCollection {#2314 …}
  +reports: Doctrine\ORM\PersistentCollection {#2328 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2191 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2327 …}
  -id: 15542
  -bodyTs: "'2':50 'anyon':6 'anyth':9 'back':46 'bodi':32 'clue':38 'complet':45 'construct':11 'done':17 'drop':28 'eat':53 'even':66 'fork':59 'hat':56 'histori':23 'knife':61 'know':4,64 'liter':55 'month':51 'past':49 'point':21 'reach':19 'spez':30 'sudden':27 'track':47 'work':69 'would':41,68"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781893"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689303423 {#2344
    date: 2023-07-14 04:57:03.0 +02:00
  }
  +"title": 15542
}
"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
52 DENIED moderate
App\Entity\EntryComment {#2349
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2031
    +user: Proxies\__CG__\App\Entity\User {#2502 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: Proxies\__CG__\App\Entity\Image {#2629 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2651 …}
    +slug: "Reddit-kills-awards-and-coins"
    +title: "Reddit kills awards and coins"
    +url: "https://old.reddit.com/r/reddit/comments/14ytp7s/reworking_awarding_changes_to_awards_coins_and/?context=8"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 84
    +favouriteCount: 71
    +score: 12
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689444173 {#2232
      date: 2023-07-15 20:02:53.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2650 …}
    +votes: Doctrine\ORM\PersistentCollection {#2648 …}
    +reports: Doctrine\ORM\PersistentCollection {#2645 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2679 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2675 …}
    +badges: Doctrine\ORM\PersistentCollection {#2692 …}
    +children: [
      3 => App\Entity\EntryComment {#2035
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2036 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +body: "let's inventing banking *again*! the bitcoin people are having so much fun doing that."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689302498 {#2013
          date: 2023-07-14 04:41:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@gsa32@lemmy.world"
          "@joelfromaus@aussie.zone"
          "@nicetriangle@kbin.social"
          "@thanevim@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2144 …}
        +nested: Doctrine\ORM\PersistentCollection {#2061 …}
        +votes: Doctrine\ORM\PersistentCollection {#2084 …}
        +reports: Doctrine\ORM\PersistentCollection {#2076 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2083 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2085 …}
        -id: 15521
        -bodyTs: "'bank':4 'bitcoin':7 'fun':13 'invent':3 'let':1 'much':12 'peopl':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781609"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689302498 {#2027
          date: 2023-07-14 04:41:38.0 +02:00
        }
        +"title": 15521
      }
      1 => App\Entity\EntryComment {#2077
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +body: """
          Well there are 49 subscribed people on patreon totaling $170/month. Lots of people probably already have accounts set up which makes it a very low threshold to join.\n
          \n
          Meanwhile on librepay, arguably more philosophically suitable, there are 11 subscribers totaling $13/month.\n
          \n
          Man, considering how many people I have seen saying how great it is to be able to pay, and asserting they are making donations, those are very low numbers.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1689303055 {#2062
          date: 2023-07-14 04:50:55.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@gsa32@lemmy.world"
          "@joelfromaus@aussie.zone"
          "@nicetriangle@kbin.social"
          "@Ernest"
          "@livus@kbin.social"
          "@neshient@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2063 …}
        +nested: Doctrine\ORM\PersistentCollection {#2064 …}
        +votes: Doctrine\ORM\PersistentCollection {#2088 …}
        +reports: Doctrine\ORM\PersistentCollection {#2087 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2086 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2093 …}
        -id: 15528
        -bodyTs: "'11':38 '13/month':41 '170/month':10 '49':4 'abl':57 'account':17 'alreadi':15 'arguabl':32 'assert':61 'consid':43 'donat':65 'great':52 'join':28 'librepay':31 'lot':11 'low':25,69 'make':21,64 'man':42 'mani':45 'meanwhil':29 'number':70 'patreon':8 'pay':59 'peopl':6,13,46 'philosoph':34 'probabl':14 'say':50 'seen':49 'set':18 'subscrib':5,39 'suitabl':35 'threshold':26 'total':9,40 'well':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781782"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689303055 {#2081
          date: 2023-07-14 04:50:55.0 +02:00
        }
        +"title": 15528
      }
      2 => App\Entity\EntryComment {#2140
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2133 …}
        +body: """
          how is paying people going to "keep them profit oriented til profits arrive"?\n
          \n
          how could they even have the cashflow to support that? money isn't free anymore
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689303212 {#2094
          date: 2023-07-14 04:53:32.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@gsa32@lemmy.world"
          "@metalingus@kbin.social"
          "@Chozo@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2129 …}
        +nested: Doctrine\ORM\PersistentCollection {#2132 …}
        +votes: Doctrine\ORM\PersistentCollection {#2040 …}
        +reports: Doctrine\ORM\PersistentCollection {#2350 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2348 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2351 …}
        -id: 15532
        -bodyTs: "'anymor':28 'arriv':13 'cashflow':20 'could':15 'even':17 'free':27 'go':5 'isn':25 'keep':7 'money':24 'orient':10 'pay':3 'peopl':4 'profit':9,12 'support':22 'til':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781839"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689303212 {#2241
          date: 2023-07-14 04:53:32.0 +02:00
        }
        +"title": 15532
      }
      0 => App\Entity\EntryComment {#2349}
    ]
    -id: 1218
    -titleTs: "'award':3 'coin':5 'kill':2 'reddit':1"
    -bodyTs: null
    +cross: false
    +upVotes: 12
    +downVotes: 0
    +ranking: 1689370611
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/1445335"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689284211 {#2571
      date: 2023-07-13 23:36:51.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2042 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2042 …}
  +body: "I don't know if anyone here has anything as constructive as what they should have done, having reached this point in history. If I was suddenly dropped into spez's body, I do not have a clue what I would do other than completely back track the past 2 months and eat a literal hat with a fork and knife. Don't know if even that would work."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1689303423 {#2332
    date: 2023-07-14 04:57:03.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@gsa32@lemmy.world"
    "@mutant@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2141 …}
  +nested: Doctrine\ORM\PersistentCollection {#2164 …}
  +votes: Doctrine\ORM\PersistentCollection {#2314 …}
  +reports: Doctrine\ORM\PersistentCollection {#2328 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2191 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2327 …}
  -id: 15542
  -bodyTs: "'2':50 'anyon':6 'anyth':9 'back':46 'bodi':32 'clue':38 'complet':45 'construct':11 'done':17 'drop':28 'eat':53 'even':66 'fork':59 'hat':56 'histori':23 'knife':61 'know':4,64 'liter':55 'month':51 'past':49 'point':21 'reach':19 'spez':30 'sudden':27 'track':47 'work':69 'would':41,68"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/191683/-/comment/781893"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689303423 {#2344
    date: 2023-07-14 04:57:03.0 +02:00
  }
  +"title": 15542
}
"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
53 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
54 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2032
  +user: Proxies\__CG__\App\Entity\User {#2829 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
  +slug: "Instance-Assistant-for-Lemmy-and-Kbin-v1-2-0-is-now-available-on"
  +title: "Instance Assistant for Lemmy & Kbin v1.2.0 is now available on Chrome & Firefox!"
  +url: null
  +body: """
    cross-posted from: [lemmy.ca/post/1418762](https://lemmy.ca/post/1418762)\n
    \n
    > I’ve made a number of improvements since the last time I was posting about my extension. The update is now available on both [Firefox](https://addons.mozilla.org/en-CA/firefox/addon/lemmy-instance-assistant/) and [Chrome](https://chrome.google.com/webstore/detail/instance-assistant-for-le/mbblbalkjcikhpladidpimlfiapdffdh) web stores.\n
    > \n
    > For questions / support: !instance_assistant@lemmy.ca\n
    > \n
    > **TLDR:** See the respective download pages on Firefox &amp; Chrome. The screenshots and features list are mostly self-explanatory.\n
    > \n
    > Note on versions:\n
    > \n
    > - Firefox has a more recent 1.2.1 version, because my build script missed some files while uploading v1.2.0. It doesn’t look like Chrome had this issue.\n
    > - I’m uploading v1.2.2 to both stores today, which will bring the two missing features to Chrome as well. After 1.2.2, all browsers should have the same features. See below for details.\n
    > \n
    > ---\n
    > \n
    > ## So how is this different from other similar extensions?\n
    > \n
    > You may have noticed the extension’s name changed to be more generic (and include Kbin 🥳). I’m trying to make this a more well-rounded extension, and that means I’ve incorporated some features from the other extensions, in my own way.\n
    > \n
    > ### Lemmy Links, Kbin Links, and the other forks:\n
    > \n
    > This is a great extension that replaces links on your page with versions that go to your home instance. However, in order for this to work, it needs to recursively check every element on your page whenever DOM content (the stuff the browser is reading) changes. This is somewhat resource intensive, and while testing I ran into lag and freezing issues. As such, I decided to not include this functionality in the same way.\n
    > \n
    > Instead, I’ve added a right click context menu that does the same thing. This way the user can pick which links they want the extension to convert, and it’s a lot more efficient resource wise. While it’s an extra click, I felt this was a reasonable compromise. However, I’m open to feedback!\n
    > \n
    > NOTE: The context menu is available on Firefox, and it will be available in Chrome in about a week, depending on when they approve my update.\n
    > \n
    > ### Lemmy Home Instance Helper\n
    > \n
    > This is another extension which checks if you are logged in to an instance, and it creates a button to the search page if you are not. As my extension creates a button on any foreign instance, the search page is only helpful when a community hasn’t been loaded into your home instance yet (ex. because you’re the first one to try accessing it).\n
    > \n
    > To deal with this, my extension modifies the “Community not found” pages with more instructions, as well as buttons to trigger the fetch process or to open the community elsewhere. [See this screenshot for an example](https://addons.mozilla.org/user-media/previews/full/284/284716.png). Again, open to feedback!\n
    > \n
    > ---\n
    > \n
    > As always, I’d love to collaborate with other people while building this. I’m still cleaning up my code, but feel free to look at the [GitHub](https://github.com/cynber/lemmy-instance-assistant). If this extension gets popular, I will definitely need help for translations and for things like getting the extension on Safari (I don’t have a recent Apple device to sign the extension with).\n
    > \n
    > ---\n
    > \n
    > ## Note on permissions:\n
    > \n
    > - The current versions request “Access to all sites”. This is because the extension needs access to any page that contains “/c/”, “/m/”, or “/post/” in order to create the sidebar buttons. While the extension only looks for those pages, it will show up as “Access to all sites” when installing. Once I have a proper welcome message and settings page, I plan on making this permission optional so you can just use the popup menu if you would like.\n
    > \n
    > ---\n
    > \n
    > ## Summary of Recent Changes:\n
    > \n
    > - Added support for Kbin\n
    > - Fixed issue where button wouldn’t load when navigating to a community within Lemmy (available on Firefox, should be on Chrome in a week).\n
    > - (NEW) Right-click context menu on Lemmy/Kbin community links to let you open them directly. You can test them out here: [lemmy.ca/post/1282303](https://lemmy.ca/post/1282303) (available on Firefox, should be on Chrome in a week)\n
    > - (NEW) Information and buttons added to “Community Not Found” error pages to let you fetch the community or open it elsewhere.\n
    > - Updates to sidebar button to state the current selected instance and provide more detailed instructions as a dropdownList\n
    > - Refactored the code to remove more unnecessary permissions.\n
    > - Another pile of bugfixes, UI improvements, and better wording for instructions.\n
    > \n
    > ## Future Plans:\n
    > \n
    > - This is complete and will be in v1.2.2. Bringing over the new changes to Google Chrome. Since chrome requires Manifest 3, I still need to iron out some issues with the service workers. The missing features are all related to the background processes that are running on the Firefox version\n
    > - Pushing to other browsers: Microsoft Edge &amp; Opera are still reviewing v1.2.0. Unfortunately, I don’t have any immediate plans for Safari, as I don’t have a device that can sign the extension. I am looking into getting help for that.\n
    > - Setting up a proper Welcome page, Settings page, and Options menu to allow users to turn off features that they don’t like. This will also let me make “access to all sites” optional.\n
    > - Finishing the translations’ setup so that people can contribute other languages to the extension.\n
    > - Adding an option to save your own instances to the popup, for those that have multiple home instances.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 6
  +score: 5
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689428510 {#2865
    date: 2023-07-15 15:41:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2870 …}
  +votes: Doctrine\ORM\PersistentCollection {#2873 …}
  +reports: Doctrine\ORM\PersistentCollection {#2875 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2877 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2879 …}
  +badges: Doctrine\ORM\PersistentCollection {#2881 …}
  +children: [
    App\Entity\EntryComment {#2030
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2032 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        I really appreciate your work!\n
        \n
        I would really like the option to choose between multiple instances (even accounts on same instance??), which I think is the very last line of your post. :)\n
        \n
        On reddit I was very grateful to the RES account switcher, and mobile app that let you easily switch accounts. I would probably never have actually gotten into reddit without those. It let me use completely different parts of reddit to express and explore different interests I think one of the things that made reddit the best social media platform was how pseudonymous it was. Total opposite of facebook "real name policy" attitude.\n
        \n
        In the lemmy/kbin situation I am not sure how the interface would be. Need 1) some kind of persistent switching interface, 2) reminders of what account you are in. In RES it showed you your account name at the top of the page in the selector, and optionally above every comment box so you didn't accidentally post as the wrong account.\n
        \n
        In the meantime I guess I will eventually install every available extension that does this and assign each one an account lol. Or pick one and make several local forks and install separately. hmm
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1689301357 {#2019
        date: 2023-07-14 04:22:37.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@cynber@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2026 …}
      +nested: Doctrine\ORM\PersistentCollection {#2022 …}
      +votes: Doctrine\ORM\PersistentCollection {#2025 …}
      +reports: Doctrine\ORM\PersistentCollection {#2033 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2028 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2012 …}
      -id: 15495
      -bodyTs: "'1':120 '2':127 'accident':162 'account':18,42,52,131,141,167,188 'actual':58 'app':46 'appreci':3 'assign':184 'attitud':105 'avail':178 'best':89 'box':157 'choos':13 'comment':156 'complet':68 'didn':160 'differ':69,77 'easili':50 'even':17 'eventu':175 'everi':155,177 'explor':76 'express':74 'extens':179 'facebook':101 'fork':197 'gotten':59 'grate':38 'guess':172 'hmm':201 'instal':176,199 'instanc':16,21 'interest':78 'interfac':116,126 'kind':122 'last':28 'lemmy/kbin':108 'let':48,65 'like':9 'line':29 'local':196 'lol':189 'made':86 'make':194 'meantim':170 'media':91 'mobil':45 'multipl':15 'name':103,142 'need':119 'never':56 'one':81,186,192 'opposit':99 'option':11,153 'page':148 'part':70 'persist':124 'pick':191 'platform':92 'polici':104 'post':32,163 'probabl':55 'pseudonym':95 'real':102 'realli':2,8 'reddit':34,61,72,87 'remind':128 'res':41,136 'selector':151 'separ':200 'sever':195 'show':138 'situat':109 'social':90 'sure':113 'switch':51,125 'switcher':43 'thing':84 'think':24,80 'top':145 'total':98 'use':67 'without':62 'work':5 'would':7,54,117 'wrong':166"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/187856/-/comment/781212"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689301357 {#2023
        date: 2023-07-14 04:22:37.0 +02:00
      }
      +"title": 15495
    }
  ]
  -id: 1193
  -titleTs: "'assist':2 'avail':9 'chrome':11 'firefox':12 'instanc':1 'kbin':5 'lemmi':4 'v1.2.0':6"
  -bodyTs: "'/c':545 '/cynber/lemmy-instance-assistant).':487 '/en-ca/firefox/addon/lemmy-instance-assistant/)':35 '/m':546 '/post':548 '/post/1282303](https://lemmy.ca/post/1282303)':660 '/post/1418762](https://lemmy.ca/post/1418762)':7 '/user-media/previews/full/284/284716.png).':452 '/webstore/detail/instance-assistant-for-le/mbblbalkjcikhpladidpimlfiapdffdh)':40 '1.2.1':74 '1.2.2':115 '3':751 'access':412,529,539,569,851 'ad':265,608,675,870 'addons.mozilla.org':34,451 'addons.mozilla.org/en-ca/firefox/addon/lemmy-instance-assistant/)':33 'addons.mozilla.org/user-media/previews/full/284/284716.png).':450 'allow':834 'also':847 'alway':458 'anoth':350,718 'appl':515 'approv':341 'avail':29,323,330,626,661 'background':772 'better':725 'bring':105,739 'browser':117,230,784 'bugfix':721 'build':78,468 'button':366,380,432,555,615,674,695 'chang':144,233,607,743 'check':218,353 'chrome':37,55,91,111,332,632,667,746,748 'chrome.google.com':39 'chrome.google.com/webstore/detail/instance-assistant-for-le/mbblbalkjcikhpladidpimlfiapdffdh)':38 'clean':473 'click':268,304,639 'code':476,712 'collabor':463 'communiti':393,422,442,623,644,677,687 'complet':733 'compromis':311 'contain':544 'content':226 'context':269,320,640 'contribut':864 'convert':289 'creat':364,378,552 'cross':2 'cross-post':1 'current':526,699 'd':460 'deal':415 'decid':252 'definit':495 'depend':337 'detail':126,705 'devic':516,808 'differ':131 'direct':651 'doesn':87 'dom':225 'download':51 'dropdownlist':709 'edg':786 'effici':296 'element':220 'elsewher':443,691 'error':680 'everi':219 'ex':403 'exampl':449 'explanatori':65 'extens':24,135,141,163,175,192,287,351,377,419,490,506,520,537,558,813,869 'extra':303 'featur':59,109,122,171,766,839 'feedback':317,456 'feel':478 'felt':306 'fetch':436,685 'file':82 'finish':856 'firefox':32,54,69,325,628,663,779 'first':408 'fix':612 'foreign':383 'fork':187 'found':424,679 'free':479 'freez':247 'function':257 'futur':729 'generic':148 'get':491,504,818 'github':484 'github.com':486 'github.com/cynber/lemmy-instance-assistant).':485 'go':202 'googl':745 'great':191 'hasn':394 'help':390,497,819 'helper':347 'home':205,345,400,886 'howev':207,312 'immedi':798 'improv':14,723 'includ':150,255 'incorpor':169 'inform':672 'instal':574 'instanc':206,346,361,384,401,701,877,887 'instance_assistant@lemmy.ca':46 'instead':262 'instruct':428,706,728 'intens':238 'iron':756 'issu':94,248,613,759 'kbin':151,182,611 'lag':245 'languag':866 'last':17 'lemmi':180,344,625 'lemmy.ca':6,659 'lemmy.ca/post/1282303](https://lemmy.ca/post/1282303)':658 'lemmy.ca/post/1418762](https://lemmy.ca/post/1418762)':5 'lemmy/kbin':643 'let':647,683,848 'like':90,503,603,844 'link':181,183,195,283,645 'list':60 'load':397,618 'log':357 'look':89,481,560,816 'lot':294 'love':461 'm':96,153,314,471 'made':10 'make':156,588,850 'manifest':750 'may':137 'mean':166 'menu':270,321,599,641,832 'messag':581 'microsoft':785 'miss':80,108,765 'modifi':420 'most':62 'multipl':885 'name':143 'navig':620 'need':215,496,538,754 'new':636,671,742 'note':66,318,522 'notic':139 'number':12 'one':409 'open':315,440,454,649,689 'opera':787 'option':591,831,855,872 'order':209,550 'page':52,198,223,370,387,425,542,563,584,681,827,829 'peopl':466,862 'permiss':524,590,717 'pick':281 'pile':719 'plan':586,730,799 'popular':492 'popup':598,880 'post':3,21 'process':437,773 'proper':579,825 'provid':703 'push':781 'question':44 'ran':243 're':406 'read':232 'reason':310 'recent':73,514,606 'recurs':217 'refactor':710 'relat':769 'remov':714 'replac':194 'request':528 'requir':749 'resourc':237,297 'respect':50 'review':790 'right':267,638 'right-click':637 'round':162 'run':776 'safari':508,801 'save':874 'screenshot':57,446 'script':79 'search':369,386 'see':48,123,444 'select':700 'self':64 'self-explanatori':63 'servic':762 'set':583,822,828 'setup':859 'show':566 'sidebar':554,694 'sign':518,811 'similar':134 'sinc':15,747 'site':532,572,854 'somewhat':236 'state':697 'still':472,753,789 'store':42,101 'stuff':228 'summari':604 'support':45,609 'test':241,654 'thing':275,502 'time':18 'tldr':47 'today':102 'translat':499,858 'tri':154,411 'trigger':434 'turn':837 'two':107 'ui':722 'unfortun':792 'unnecessari':716 'updat':26,343,692 'upload':84,97 'use':596 'user':279,835 'v1.2.0':85,791 'v1.2.2':98,738 've':9,168,264 'version':68,75,200,527,780 'want':285 'way':179,261,277 'web':41 'week':336,635,670 'welcom':580,826 'well':113,161,430 'well-round':160 'whenev':224 'wise':298 'within':624 'word':726 'work':213 'worker':763 'would':602 'wouldn':616 'yet':402"
  +cross: false
  +upVotes: 5
  +downVotes: 0
  +ranking: 1689283830
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/1419606"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689241330 {#2852
    date: 2023-07-13 11:42:10.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
55 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2032
  +user: Proxies\__CG__\App\Entity\User {#2829 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
  +slug: "Instance-Assistant-for-Lemmy-and-Kbin-v1-2-0-is-now-available-on"
  +title: "Instance Assistant for Lemmy & Kbin v1.2.0 is now available on Chrome & Firefox!"
  +url: null
  +body: """
    cross-posted from: [lemmy.ca/post/1418762](https://lemmy.ca/post/1418762)\n
    \n
    > I’ve made a number of improvements since the last time I was posting about my extension. The update is now available on both [Firefox](https://addons.mozilla.org/en-CA/firefox/addon/lemmy-instance-assistant/) and [Chrome](https://chrome.google.com/webstore/detail/instance-assistant-for-le/mbblbalkjcikhpladidpimlfiapdffdh) web stores.\n
    > \n
    > For questions / support: !instance_assistant@lemmy.ca\n
    > \n
    > **TLDR:** See the respective download pages on Firefox &amp; Chrome. The screenshots and features list are mostly self-explanatory.\n
    > \n
    > Note on versions:\n
    > \n
    > - Firefox has a more recent 1.2.1 version, because my build script missed some files while uploading v1.2.0. It doesn’t look like Chrome had this issue.\n
    > - I’m uploading v1.2.2 to both stores today, which will bring the two missing features to Chrome as well. After 1.2.2, all browsers should have the same features. See below for details.\n
    > \n
    > ---\n
    > \n
    > ## So how is this different from other similar extensions?\n
    > \n
    > You may have noticed the extension’s name changed to be more generic (and include Kbin 🥳). I’m trying to make this a more well-rounded extension, and that means I’ve incorporated some features from the other extensions, in my own way.\n
    > \n
    > ### Lemmy Links, Kbin Links, and the other forks:\n
    > \n
    > This is a great extension that replaces links on your page with versions that go to your home instance. However, in order for this to work, it needs to recursively check every element on your page whenever DOM content (the stuff the browser is reading) changes. This is somewhat resource intensive, and while testing I ran into lag and freezing issues. As such, I decided to not include this functionality in the same way.\n
    > \n
    > Instead, I’ve added a right click context menu that does the same thing. This way the user can pick which links they want the extension to convert, and it’s a lot more efficient resource wise. While it’s an extra click, I felt this was a reasonable compromise. However, I’m open to feedback!\n
    > \n
    > NOTE: The context menu is available on Firefox, and it will be available in Chrome in about a week, depending on when they approve my update.\n
    > \n
    > ### Lemmy Home Instance Helper\n
    > \n
    > This is another extension which checks if you are logged in to an instance, and it creates a button to the search page if you are not. As my extension creates a button on any foreign instance, the search page is only helpful when a community hasn’t been loaded into your home instance yet (ex. because you’re the first one to try accessing it).\n
    > \n
    > To deal with this, my extension modifies the “Community not found” pages with more instructions, as well as buttons to trigger the fetch process or to open the community elsewhere. [See this screenshot for an example](https://addons.mozilla.org/user-media/previews/full/284/284716.png). Again, open to feedback!\n
    > \n
    > ---\n
    > \n
    > As always, I’d love to collaborate with other people while building this. I’m still cleaning up my code, but feel free to look at the [GitHub](https://github.com/cynber/lemmy-instance-assistant). If this extension gets popular, I will definitely need help for translations and for things like getting the extension on Safari (I don’t have a recent Apple device to sign the extension with).\n
    > \n
    > ---\n
    > \n
    > ## Note on permissions:\n
    > \n
    > - The current versions request “Access to all sites”. This is because the extension needs access to any page that contains “/c/”, “/m/”, or “/post/” in order to create the sidebar buttons. While the extension only looks for those pages, it will show up as “Access to all sites” when installing. Once I have a proper welcome message and settings page, I plan on making this permission optional so you can just use the popup menu if you would like.\n
    > \n
    > ---\n
    > \n
    > ## Summary of Recent Changes:\n
    > \n
    > - Added support for Kbin\n
    > - Fixed issue where button wouldn’t load when navigating to a community within Lemmy (available on Firefox, should be on Chrome in a week).\n
    > - (NEW) Right-click context menu on Lemmy/Kbin community links to let you open them directly. You can test them out here: [lemmy.ca/post/1282303](https://lemmy.ca/post/1282303) (available on Firefox, should be on Chrome in a week)\n
    > - (NEW) Information and buttons added to “Community Not Found” error pages to let you fetch the community or open it elsewhere.\n
    > - Updates to sidebar button to state the current selected instance and provide more detailed instructions as a dropdownList\n
    > - Refactored the code to remove more unnecessary permissions.\n
    > - Another pile of bugfixes, UI improvements, and better wording for instructions.\n
    > \n
    > ## Future Plans:\n
    > \n
    > - This is complete and will be in v1.2.2. Bringing over the new changes to Google Chrome. Since chrome requires Manifest 3, I still need to iron out some issues with the service workers. The missing features are all related to the background processes that are running on the Firefox version\n
    > - Pushing to other browsers: Microsoft Edge &amp; Opera are still reviewing v1.2.0. Unfortunately, I don’t have any immediate plans for Safari, as I don’t have a device that can sign the extension. I am looking into getting help for that.\n
    > - Setting up a proper Welcome page, Settings page, and Options menu to allow users to turn off features that they don’t like. This will also let me make “access to all sites” optional.\n
    > - Finishing the translations’ setup so that people can contribute other languages to the extension.\n
    > - Adding an option to save your own instances to the popup, for those that have multiple home instances.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 6
  +score: 5
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689428510 {#2865
    date: 2023-07-15 15:41:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2870 …}
  +votes: Doctrine\ORM\PersistentCollection {#2873 …}
  +reports: Doctrine\ORM\PersistentCollection {#2875 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2877 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2879 …}
  +badges: Doctrine\ORM\PersistentCollection {#2881 …}
  +children: [
    App\Entity\EntryComment {#2030
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2032 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        I really appreciate your work!\n
        \n
        I would really like the option to choose between multiple instances (even accounts on same instance??), which I think is the very last line of your post. :)\n
        \n
        On reddit I was very grateful to the RES account switcher, and mobile app that let you easily switch accounts. I would probably never have actually gotten into reddit without those. It let me use completely different parts of reddit to express and explore different interests I think one of the things that made reddit the best social media platform was how pseudonymous it was. Total opposite of facebook "real name policy" attitude.\n
        \n
        In the lemmy/kbin situation I am not sure how the interface would be. Need 1) some kind of persistent switching interface, 2) reminders of what account you are in. In RES it showed you your account name at the top of the page in the selector, and optionally above every comment box so you didn't accidentally post as the wrong account.\n
        \n
        In the meantime I guess I will eventually install every available extension that does this and assign each one an account lol. Or pick one and make several local forks and install separately. hmm
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1689301357 {#2019
        date: 2023-07-14 04:22:37.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@cynber@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2026 …}
      +nested: Doctrine\ORM\PersistentCollection {#2022 …}
      +votes: Doctrine\ORM\PersistentCollection {#2025 …}
      +reports: Doctrine\ORM\PersistentCollection {#2033 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2028 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2012 …}
      -id: 15495
      -bodyTs: "'1':120 '2':127 'accident':162 'account':18,42,52,131,141,167,188 'actual':58 'app':46 'appreci':3 'assign':184 'attitud':105 'avail':178 'best':89 'box':157 'choos':13 'comment':156 'complet':68 'didn':160 'differ':69,77 'easili':50 'even':17 'eventu':175 'everi':155,177 'explor':76 'express':74 'extens':179 'facebook':101 'fork':197 'gotten':59 'grate':38 'guess':172 'hmm':201 'instal':176,199 'instanc':16,21 'interest':78 'interfac':116,126 'kind':122 'last':28 'lemmy/kbin':108 'let':48,65 'like':9 'line':29 'local':196 'lol':189 'made':86 'make':194 'meantim':170 'media':91 'mobil':45 'multipl':15 'name':103,142 'need':119 'never':56 'one':81,186,192 'opposit':99 'option':11,153 'page':148 'part':70 'persist':124 'pick':191 'platform':92 'polici':104 'post':32,163 'probabl':55 'pseudonym':95 'real':102 'realli':2,8 'reddit':34,61,72,87 'remind':128 'res':41,136 'selector':151 'separ':200 'sever':195 'show':138 'situat':109 'social':90 'sure':113 'switch':51,125 'switcher':43 'thing':84 'think':24,80 'top':145 'total':98 'use':67 'without':62 'work':5 'would':7,54,117 'wrong':166"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/187856/-/comment/781212"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689301357 {#2023
        date: 2023-07-14 04:22:37.0 +02:00
      }
      +"title": 15495
    }
  ]
  -id: 1193
  -titleTs: "'assist':2 'avail':9 'chrome':11 'firefox':12 'instanc':1 'kbin':5 'lemmi':4 'v1.2.0':6"
  -bodyTs: "'/c':545 '/cynber/lemmy-instance-assistant).':487 '/en-ca/firefox/addon/lemmy-instance-assistant/)':35 '/m':546 '/post':548 '/post/1282303](https://lemmy.ca/post/1282303)':660 '/post/1418762](https://lemmy.ca/post/1418762)':7 '/user-media/previews/full/284/284716.png).':452 '/webstore/detail/instance-assistant-for-le/mbblbalkjcikhpladidpimlfiapdffdh)':40 '1.2.1':74 '1.2.2':115 '3':751 'access':412,529,539,569,851 'ad':265,608,675,870 'addons.mozilla.org':34,451 'addons.mozilla.org/en-ca/firefox/addon/lemmy-instance-assistant/)':33 'addons.mozilla.org/user-media/previews/full/284/284716.png).':450 'allow':834 'also':847 'alway':458 'anoth':350,718 'appl':515 'approv':341 'avail':29,323,330,626,661 'background':772 'better':725 'bring':105,739 'browser':117,230,784 'bugfix':721 'build':78,468 'button':366,380,432,555,615,674,695 'chang':144,233,607,743 'check':218,353 'chrome':37,55,91,111,332,632,667,746,748 'chrome.google.com':39 'chrome.google.com/webstore/detail/instance-assistant-for-le/mbblbalkjcikhpladidpimlfiapdffdh)':38 'clean':473 'click':268,304,639 'code':476,712 'collabor':463 'communiti':393,422,442,623,644,677,687 'complet':733 'compromis':311 'contain':544 'content':226 'context':269,320,640 'contribut':864 'convert':289 'creat':364,378,552 'cross':2 'cross-post':1 'current':526,699 'd':460 'deal':415 'decid':252 'definit':495 'depend':337 'detail':126,705 'devic':516,808 'differ':131 'direct':651 'doesn':87 'dom':225 'download':51 'dropdownlist':709 'edg':786 'effici':296 'element':220 'elsewher':443,691 'error':680 'everi':219 'ex':403 'exampl':449 'explanatori':65 'extens':24,135,141,163,175,192,287,351,377,419,490,506,520,537,558,813,869 'extra':303 'featur':59,109,122,171,766,839 'feedback':317,456 'feel':478 'felt':306 'fetch':436,685 'file':82 'finish':856 'firefox':32,54,69,325,628,663,779 'first':408 'fix':612 'foreign':383 'fork':187 'found':424,679 'free':479 'freez':247 'function':257 'futur':729 'generic':148 'get':491,504,818 'github':484 'github.com':486 'github.com/cynber/lemmy-instance-assistant).':485 'go':202 'googl':745 'great':191 'hasn':394 'help':390,497,819 'helper':347 'home':205,345,400,886 'howev':207,312 'immedi':798 'improv':14,723 'includ':150,255 'incorpor':169 'inform':672 'instal':574 'instanc':206,346,361,384,401,701,877,887 'instance_assistant@lemmy.ca':46 'instead':262 'instruct':428,706,728 'intens':238 'iron':756 'issu':94,248,613,759 'kbin':151,182,611 'lag':245 'languag':866 'last':17 'lemmi':180,344,625 'lemmy.ca':6,659 'lemmy.ca/post/1282303](https://lemmy.ca/post/1282303)':658 'lemmy.ca/post/1418762](https://lemmy.ca/post/1418762)':5 'lemmy/kbin':643 'let':647,683,848 'like':90,503,603,844 'link':181,183,195,283,645 'list':60 'load':397,618 'log':357 'look':89,481,560,816 'lot':294 'love':461 'm':96,153,314,471 'made':10 'make':156,588,850 'manifest':750 'may':137 'mean':166 'menu':270,321,599,641,832 'messag':581 'microsoft':785 'miss':80,108,765 'modifi':420 'most':62 'multipl':885 'name':143 'navig':620 'need':215,496,538,754 'new':636,671,742 'note':66,318,522 'notic':139 'number':12 'one':409 'open':315,440,454,649,689 'opera':787 'option':591,831,855,872 'order':209,550 'page':52,198,223,370,387,425,542,563,584,681,827,829 'peopl':466,862 'permiss':524,590,717 'pick':281 'pile':719 'plan':586,730,799 'popular':492 'popup':598,880 'post':3,21 'process':437,773 'proper':579,825 'provid':703 'push':781 'question':44 'ran':243 're':406 'read':232 'reason':310 'recent':73,514,606 'recurs':217 'refactor':710 'relat':769 'remov':714 'replac':194 'request':528 'requir':749 'resourc':237,297 'respect':50 'review':790 'right':267,638 'right-click':637 'round':162 'run':776 'safari':508,801 'save':874 'screenshot':57,446 'script':79 'search':369,386 'see':48,123,444 'select':700 'self':64 'self-explanatori':63 'servic':762 'set':583,822,828 'setup':859 'show':566 'sidebar':554,694 'sign':518,811 'similar':134 'sinc':15,747 'site':532,572,854 'somewhat':236 'state':697 'still':472,753,789 'store':42,101 'stuff':228 'summari':604 'support':45,609 'test':241,654 'thing':275,502 'time':18 'tldr':47 'today':102 'translat':499,858 'tri':154,411 'trigger':434 'turn':837 'two':107 'ui':722 'unfortun':792 'unnecessari':716 'updat':26,343,692 'upload':84,97 'use':596 'user':279,835 'v1.2.0':85,791 'v1.2.2':98,738 've':9,168,264 'version':68,75,200,527,780 'want':285 'way':179,261,277 'web':41 'week':336,635,670 'welcom':580,826 'well':113,161,430 'well-round':160 'whenev':224 'wise':298 'within':624 'word':726 'work':213 'worker':763 'would':602 'wouldn':616 'yet':402"
  +cross: false
  +upVotes: 5
  +downVotes: 0
  +ranking: 1689283830
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/1419606"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689241330 {#2852
    date: 2023-07-13 11:42:10.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
56 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2032
  +user: Proxies\__CG__\App\Entity\User {#2829 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
  +slug: "Instance-Assistant-for-Lemmy-and-Kbin-v1-2-0-is-now-available-on"
  +title: "Instance Assistant for Lemmy & Kbin v1.2.0 is now available on Chrome & Firefox!"
  +url: null
  +body: """
    cross-posted from: [lemmy.ca/post/1418762](https://lemmy.ca/post/1418762)\n
    \n
    > I’ve made a number of improvements since the last time I was posting about my extension. The update is now available on both [Firefox](https://addons.mozilla.org/en-CA/firefox/addon/lemmy-instance-assistant/) and [Chrome](https://chrome.google.com/webstore/detail/instance-assistant-for-le/mbblbalkjcikhpladidpimlfiapdffdh) web stores.\n
    > \n
    > For questions / support: !instance_assistant@lemmy.ca\n
    > \n
    > **TLDR:** See the respective download pages on Firefox &amp; Chrome. The screenshots and features list are mostly self-explanatory.\n
    > \n
    > Note on versions:\n
    > \n
    > - Firefox has a more recent 1.2.1 version, because my build script missed some files while uploading v1.2.0. It doesn’t look like Chrome had this issue.\n
    > - I’m uploading v1.2.2 to both stores today, which will bring the two missing features to Chrome as well. After 1.2.2, all browsers should have the same features. See below for details.\n
    > \n
    > ---\n
    > \n
    > ## So how is this different from other similar extensions?\n
    > \n
    > You may have noticed the extension’s name changed to be more generic (and include Kbin 🥳). I’m trying to make this a more well-rounded extension, and that means I’ve incorporated some features from the other extensions, in my own way.\n
    > \n
    > ### Lemmy Links, Kbin Links, and the other forks:\n
    > \n
    > This is a great extension that replaces links on your page with versions that go to your home instance. However, in order for this to work, it needs to recursively check every element on your page whenever DOM content (the stuff the browser is reading) changes. This is somewhat resource intensive, and while testing I ran into lag and freezing issues. As such, I decided to not include this functionality in the same way.\n
    > \n
    > Instead, I’ve added a right click context menu that does the same thing. This way the user can pick which links they want the extension to convert, and it’s a lot more efficient resource wise. While it’s an extra click, I felt this was a reasonable compromise. However, I’m open to feedback!\n
    > \n
    > NOTE: The context menu is available on Firefox, and it will be available in Chrome in about a week, depending on when they approve my update.\n
    > \n
    > ### Lemmy Home Instance Helper\n
    > \n
    > This is another extension which checks if you are logged in to an instance, and it creates a button to the search page if you are not. As my extension creates a button on any foreign instance, the search page is only helpful when a community hasn’t been loaded into your home instance yet (ex. because you’re the first one to try accessing it).\n
    > \n
    > To deal with this, my extension modifies the “Community not found” pages with more instructions, as well as buttons to trigger the fetch process or to open the community elsewhere. [See this screenshot for an example](https://addons.mozilla.org/user-media/previews/full/284/284716.png). Again, open to feedback!\n
    > \n
    > ---\n
    > \n
    > As always, I’d love to collaborate with other people while building this. I’m still cleaning up my code, but feel free to look at the [GitHub](https://github.com/cynber/lemmy-instance-assistant). If this extension gets popular, I will definitely need help for translations and for things like getting the extension on Safari (I don’t have a recent Apple device to sign the extension with).\n
    > \n
    > ---\n
    > \n
    > ## Note on permissions:\n
    > \n
    > - The current versions request “Access to all sites”. This is because the extension needs access to any page that contains “/c/”, “/m/”, or “/post/” in order to create the sidebar buttons. While the extension only looks for those pages, it will show up as “Access to all sites” when installing. Once I have a proper welcome message and settings page, I plan on making this permission optional so you can just use the popup menu if you would like.\n
    > \n
    > ---\n
    > \n
    > ## Summary of Recent Changes:\n
    > \n
    > - Added support for Kbin\n
    > - Fixed issue where button wouldn’t load when navigating to a community within Lemmy (available on Firefox, should be on Chrome in a week).\n
    > - (NEW) Right-click context menu on Lemmy/Kbin community links to let you open them directly. You can test them out here: [lemmy.ca/post/1282303](https://lemmy.ca/post/1282303) (available on Firefox, should be on Chrome in a week)\n
    > - (NEW) Information and buttons added to “Community Not Found” error pages to let you fetch the community or open it elsewhere.\n
    > - Updates to sidebar button to state the current selected instance and provide more detailed instructions as a dropdownList\n
    > - Refactored the code to remove more unnecessary permissions.\n
    > - Another pile of bugfixes, UI improvements, and better wording for instructions.\n
    > \n
    > ## Future Plans:\n
    > \n
    > - This is complete and will be in v1.2.2. Bringing over the new changes to Google Chrome. Since chrome requires Manifest 3, I still need to iron out some issues with the service workers. The missing features are all related to the background processes that are running on the Firefox version\n
    > - Pushing to other browsers: Microsoft Edge &amp; Opera are still reviewing v1.2.0. Unfortunately, I don’t have any immediate plans for Safari, as I don’t have a device that can sign the extension. I am looking into getting help for that.\n
    > - Setting up a proper Welcome page, Settings page, and Options menu to allow users to turn off features that they don’t like. This will also let me make “access to all sites” optional.\n
    > - Finishing the translations’ setup so that people can contribute other languages to the extension.\n
    > - Adding an option to save your own instances to the popup, for those that have multiple home instances.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 6
  +score: 5
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689428510 {#2865
    date: 2023-07-15 15:41:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2870 …}
  +votes: Doctrine\ORM\PersistentCollection {#2873 …}
  +reports: Doctrine\ORM\PersistentCollection {#2875 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2877 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2879 …}
  +badges: Doctrine\ORM\PersistentCollection {#2881 …}
  +children: [
    App\Entity\EntryComment {#2030
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2032 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        I really appreciate your work!\n
        \n
        I would really like the option to choose between multiple instances (even accounts on same instance??), which I think is the very last line of your post. :)\n
        \n
        On reddit I was very grateful to the RES account switcher, and mobile app that let you easily switch accounts. I would probably never have actually gotten into reddit without those. It let me use completely different parts of reddit to express and explore different interests I think one of the things that made reddit the best social media platform was how pseudonymous it was. Total opposite of facebook "real name policy" attitude.\n
        \n
        In the lemmy/kbin situation I am not sure how the interface would be. Need 1) some kind of persistent switching interface, 2) reminders of what account you are in. In RES it showed you your account name at the top of the page in the selector, and optionally above every comment box so you didn't accidentally post as the wrong account.\n
        \n
        In the meantime I guess I will eventually install every available extension that does this and assign each one an account lol. Or pick one and make several local forks and install separately. hmm
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1689301357 {#2019
        date: 2023-07-14 04:22:37.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@cynber@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2026 …}
      +nested: Doctrine\ORM\PersistentCollection {#2022 …}
      +votes: Doctrine\ORM\PersistentCollection {#2025 …}
      +reports: Doctrine\ORM\PersistentCollection {#2033 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2028 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2012 …}
      -id: 15495
      -bodyTs: "'1':120 '2':127 'accident':162 'account':18,42,52,131,141,167,188 'actual':58 'app':46 'appreci':3 'assign':184 'attitud':105 'avail':178 'best':89 'box':157 'choos':13 'comment':156 'complet':68 'didn':160 'differ':69,77 'easili':50 'even':17 'eventu':175 'everi':155,177 'explor':76 'express':74 'extens':179 'facebook':101 'fork':197 'gotten':59 'grate':38 'guess':172 'hmm':201 'instal':176,199 'instanc':16,21 'interest':78 'interfac':116,126 'kind':122 'last':28 'lemmy/kbin':108 'let':48,65 'like':9 'line':29 'local':196 'lol':189 'made':86 'make':194 'meantim':170 'media':91 'mobil':45 'multipl':15 'name':103,142 'need':119 'never':56 'one':81,186,192 'opposit':99 'option':11,153 'page':148 'part':70 'persist':124 'pick':191 'platform':92 'polici':104 'post':32,163 'probabl':55 'pseudonym':95 'real':102 'realli':2,8 'reddit':34,61,72,87 'remind':128 'res':41,136 'selector':151 'separ':200 'sever':195 'show':138 'situat':109 'social':90 'sure':113 'switch':51,125 'switcher':43 'thing':84 'think':24,80 'top':145 'total':98 'use':67 'without':62 'work':5 'would':7,54,117 'wrong':166"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/187856/-/comment/781212"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689301357 {#2023
        date: 2023-07-14 04:22:37.0 +02:00
      }
      +"title": 15495
    }
  ]
  -id: 1193
  -titleTs: "'assist':2 'avail':9 'chrome':11 'firefox':12 'instanc':1 'kbin':5 'lemmi':4 'v1.2.0':6"
  -bodyTs: "'/c':545 '/cynber/lemmy-instance-assistant).':487 '/en-ca/firefox/addon/lemmy-instance-assistant/)':35 '/m':546 '/post':548 '/post/1282303](https://lemmy.ca/post/1282303)':660 '/post/1418762](https://lemmy.ca/post/1418762)':7 '/user-media/previews/full/284/284716.png).':452 '/webstore/detail/instance-assistant-for-le/mbblbalkjcikhpladidpimlfiapdffdh)':40 '1.2.1':74 '1.2.2':115 '3':751 'access':412,529,539,569,851 'ad':265,608,675,870 'addons.mozilla.org':34,451 'addons.mozilla.org/en-ca/firefox/addon/lemmy-instance-assistant/)':33 'addons.mozilla.org/user-media/previews/full/284/284716.png).':450 'allow':834 'also':847 'alway':458 'anoth':350,718 'appl':515 'approv':341 'avail':29,323,330,626,661 'background':772 'better':725 'bring':105,739 'browser':117,230,784 'bugfix':721 'build':78,468 'button':366,380,432,555,615,674,695 'chang':144,233,607,743 'check':218,353 'chrome':37,55,91,111,332,632,667,746,748 'chrome.google.com':39 'chrome.google.com/webstore/detail/instance-assistant-for-le/mbblbalkjcikhpladidpimlfiapdffdh)':38 'clean':473 'click':268,304,639 'code':476,712 'collabor':463 'communiti':393,422,442,623,644,677,687 'complet':733 'compromis':311 'contain':544 'content':226 'context':269,320,640 'contribut':864 'convert':289 'creat':364,378,552 'cross':2 'cross-post':1 'current':526,699 'd':460 'deal':415 'decid':252 'definit':495 'depend':337 'detail':126,705 'devic':516,808 'differ':131 'direct':651 'doesn':87 'dom':225 'download':51 'dropdownlist':709 'edg':786 'effici':296 'element':220 'elsewher':443,691 'error':680 'everi':219 'ex':403 'exampl':449 'explanatori':65 'extens':24,135,141,163,175,192,287,351,377,419,490,506,520,537,558,813,869 'extra':303 'featur':59,109,122,171,766,839 'feedback':317,456 'feel':478 'felt':306 'fetch':436,685 'file':82 'finish':856 'firefox':32,54,69,325,628,663,779 'first':408 'fix':612 'foreign':383 'fork':187 'found':424,679 'free':479 'freez':247 'function':257 'futur':729 'generic':148 'get':491,504,818 'github':484 'github.com':486 'github.com/cynber/lemmy-instance-assistant).':485 'go':202 'googl':745 'great':191 'hasn':394 'help':390,497,819 'helper':347 'home':205,345,400,886 'howev':207,312 'immedi':798 'improv':14,723 'includ':150,255 'incorpor':169 'inform':672 'instal':574 'instanc':206,346,361,384,401,701,877,887 'instance_assistant@lemmy.ca':46 'instead':262 'instruct':428,706,728 'intens':238 'iron':756 'issu':94,248,613,759 'kbin':151,182,611 'lag':245 'languag':866 'last':17 'lemmi':180,344,625 'lemmy.ca':6,659 'lemmy.ca/post/1282303](https://lemmy.ca/post/1282303)':658 'lemmy.ca/post/1418762](https://lemmy.ca/post/1418762)':5 'lemmy/kbin':643 'let':647,683,848 'like':90,503,603,844 'link':181,183,195,283,645 'list':60 'load':397,618 'log':357 'look':89,481,560,816 'lot':294 'love':461 'm':96,153,314,471 'made':10 'make':156,588,850 'manifest':750 'may':137 'mean':166 'menu':270,321,599,641,832 'messag':581 'microsoft':785 'miss':80,108,765 'modifi':420 'most':62 'multipl':885 'name':143 'navig':620 'need':215,496,538,754 'new':636,671,742 'note':66,318,522 'notic':139 'number':12 'one':409 'open':315,440,454,649,689 'opera':787 'option':591,831,855,872 'order':209,550 'page':52,198,223,370,387,425,542,563,584,681,827,829 'peopl':466,862 'permiss':524,590,717 'pick':281 'pile':719 'plan':586,730,799 'popular':492 'popup':598,880 'post':3,21 'process':437,773 'proper':579,825 'provid':703 'push':781 'question':44 'ran':243 're':406 'read':232 'reason':310 'recent':73,514,606 'recurs':217 'refactor':710 'relat':769 'remov':714 'replac':194 'request':528 'requir':749 'resourc':237,297 'respect':50 'review':790 'right':267,638 'right-click':637 'round':162 'run':776 'safari':508,801 'save':874 'screenshot':57,446 'script':79 'search':369,386 'see':48,123,444 'select':700 'self':64 'self-explanatori':63 'servic':762 'set':583,822,828 'setup':859 'show':566 'sidebar':554,694 'sign':518,811 'similar':134 'sinc':15,747 'site':532,572,854 'somewhat':236 'state':697 'still':472,753,789 'store':42,101 'stuff':228 'summari':604 'support':45,609 'test':241,654 'thing':275,502 'time':18 'tldr':47 'today':102 'translat':499,858 'tri':154,411 'trigger':434 'turn':837 'two':107 'ui':722 'unfortun':792 'unnecessari':716 'updat':26,343,692 'upload':84,97 'use':596 'user':279,835 'v1.2.0':85,791 'v1.2.2':98,738 've':9,168,264 'version':68,75,200,527,780 'want':285 'way':179,261,277 'web':41 'week':336,635,670 'welcom':580,826 'well':113,161,430 'well-round':160 'whenev':224 'wise':298 'within':624 'word':726 'work':213 'worker':763 'would':602 'wouldn':616 'yet':402"
  +cross: false
  +upVotes: 5
  +downVotes: 0
  +ranking: 1689283830
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/1419606"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689241330 {#2852
    date: 2023-07-13 11:42:10.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
57 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
58 DENIED moderate
App\Entity\EntryComment {#2030
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2032
    +user: Proxies\__CG__\App\Entity\User {#2829 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
    +slug: "Instance-Assistant-for-Lemmy-and-Kbin-v1-2-0-is-now-available-on"
    +title: "Instance Assistant for Lemmy & Kbin v1.2.0 is now available on Chrome & Firefox!"
    +url: null
    +body: """
      cross-posted from: [lemmy.ca/post/1418762](https://lemmy.ca/post/1418762)\n
      \n
      > I’ve made a number of improvements since the last time I was posting about my extension. The update is now available on both [Firefox](https://addons.mozilla.org/en-CA/firefox/addon/lemmy-instance-assistant/) and [Chrome](https://chrome.google.com/webstore/detail/instance-assistant-for-le/mbblbalkjcikhpladidpimlfiapdffdh) web stores.\n
      > \n
      > For questions / support: !instance_assistant@lemmy.ca\n
      > \n
      > **TLDR:** See the respective download pages on Firefox &amp; Chrome. The screenshots and features list are mostly self-explanatory.\n
      > \n
      > Note on versions:\n
      > \n
      > - Firefox has a more recent 1.2.1 version, because my build script missed some files while uploading v1.2.0. It doesn’t look like Chrome had this issue.\n
      > - I’m uploading v1.2.2 to both stores today, which will bring the two missing features to Chrome as well. After 1.2.2, all browsers should have the same features. See below for details.\n
      > \n
      > ---\n
      > \n
      > ## So how is this different from other similar extensions?\n
      > \n
      > You may have noticed the extension’s name changed to be more generic (and include Kbin 🥳). I’m trying to make this a more well-rounded extension, and that means I’ve incorporated some features from the other extensions, in my own way.\n
      > \n
      > ### Lemmy Links, Kbin Links, and the other forks:\n
      > \n
      > This is a great extension that replaces links on your page with versions that go to your home instance. However, in order for this to work, it needs to recursively check every element on your page whenever DOM content (the stuff the browser is reading) changes. This is somewhat resource intensive, and while testing I ran into lag and freezing issues. As such, I decided to not include this functionality in the same way.\n
      > \n
      > Instead, I’ve added a right click context menu that does the same thing. This way the user can pick which links they want the extension to convert, and it’s a lot more efficient resource wise. While it’s an extra click, I felt this was a reasonable compromise. However, I’m open to feedback!\n
      > \n
      > NOTE: The context menu is available on Firefox, and it will be available in Chrome in about a week, depending on when they approve my update.\n
      > \n
      > ### Lemmy Home Instance Helper\n
      > \n
      > This is another extension which checks if you are logged in to an instance, and it creates a button to the search page if you are not. As my extension creates a button on any foreign instance, the search page is only helpful when a community hasn’t been loaded into your home instance yet (ex. because you’re the first one to try accessing it).\n
      > \n
      > To deal with this, my extension modifies the “Community not found” pages with more instructions, as well as buttons to trigger the fetch process or to open the community elsewhere. [See this screenshot for an example](https://addons.mozilla.org/user-media/previews/full/284/284716.png). Again, open to feedback!\n
      > \n
      > ---\n
      > \n
      > As always, I’d love to collaborate with other people while building this. I’m still cleaning up my code, but feel free to look at the [GitHub](https://github.com/cynber/lemmy-instance-assistant). If this extension gets popular, I will definitely need help for translations and for things like getting the extension on Safari (I don’t have a recent Apple device to sign the extension with).\n
      > \n
      > ---\n
      > \n
      > ## Note on permissions:\n
      > \n
      > - The current versions request “Access to all sites”. This is because the extension needs access to any page that contains “/c/”, “/m/”, or “/post/” in order to create the sidebar buttons. While the extension only looks for those pages, it will show up as “Access to all sites” when installing. Once I have a proper welcome message and settings page, I plan on making this permission optional so you can just use the popup menu if you would like.\n
      > \n
      > ---\n
      > \n
      > ## Summary of Recent Changes:\n
      > \n
      > - Added support for Kbin\n
      > - Fixed issue where button wouldn’t load when navigating to a community within Lemmy (available on Firefox, should be on Chrome in a week).\n
      > - (NEW) Right-click context menu on Lemmy/Kbin community links to let you open them directly. You can test them out here: [lemmy.ca/post/1282303](https://lemmy.ca/post/1282303) (available on Firefox, should be on Chrome in a week)\n
      > - (NEW) Information and buttons added to “Community Not Found” error pages to let you fetch the community or open it elsewhere.\n
      > - Updates to sidebar button to state the current selected instance and provide more detailed instructions as a dropdownList\n
      > - Refactored the code to remove more unnecessary permissions.\n
      > - Another pile of bugfixes, UI improvements, and better wording for instructions.\n
      > \n
      > ## Future Plans:\n
      > \n
      > - This is complete and will be in v1.2.2. Bringing over the new changes to Google Chrome. Since chrome requires Manifest 3, I still need to iron out some issues with the service workers. The missing features are all related to the background processes that are running on the Firefox version\n
      > - Pushing to other browsers: Microsoft Edge &amp; Opera are still reviewing v1.2.0. Unfortunately, I don’t have any immediate plans for Safari, as I don’t have a device that can sign the extension. I am looking into getting help for that.\n
      > - Setting up a proper Welcome page, Settings page, and Options menu to allow users to turn off features that they don’t like. This will also let me make “access to all sites” optional.\n
      > - Finishing the translations’ setup so that people can contribute other languages to the extension.\n
      > - Adding an option to save your own instances to the popup, for those that have multiple home instances.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 1
    +favouriteCount: 6
    +score: 5
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689428510 {#2865
      date: 2023-07-15 15:41:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2870 …}
    +votes: Doctrine\ORM\PersistentCollection {#2873 …}
    +reports: Doctrine\ORM\PersistentCollection {#2875 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2877 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2879 …}
    +badges: Doctrine\ORM\PersistentCollection {#2881 …}
    +children: [
      App\Entity\EntryComment {#2030}
    ]
    -id: 1193
    -titleTs: "'assist':2 'avail':9 'chrome':11 'firefox':12 'instanc':1 'kbin':5 'lemmi':4 'v1.2.0':6"
    -bodyTs: "'/c':545 '/cynber/lemmy-instance-assistant).':487 '/en-ca/firefox/addon/lemmy-instance-assistant/)':35 '/m':546 '/post':548 '/post/1282303](https://lemmy.ca/post/1282303)':660 '/post/1418762](https://lemmy.ca/post/1418762)':7 '/user-media/previews/full/284/284716.png).':452 '/webstore/detail/instance-assistant-for-le/mbblbalkjcikhpladidpimlfiapdffdh)':40 '1.2.1':74 '1.2.2':115 '3':751 'access':412,529,539,569,851 'ad':265,608,675,870 'addons.mozilla.org':34,451 'addons.mozilla.org/en-ca/firefox/addon/lemmy-instance-assistant/)':33 'addons.mozilla.org/user-media/previews/full/284/284716.png).':450 'allow':834 'also':847 'alway':458 'anoth':350,718 'appl':515 'approv':341 'avail':29,323,330,626,661 'background':772 'better':725 'bring':105,739 'browser':117,230,784 'bugfix':721 'build':78,468 'button':366,380,432,555,615,674,695 'chang':144,233,607,743 'check':218,353 'chrome':37,55,91,111,332,632,667,746,748 'chrome.google.com':39 'chrome.google.com/webstore/detail/instance-assistant-for-le/mbblbalkjcikhpladidpimlfiapdffdh)':38 'clean':473 'click':268,304,639 'code':476,712 'collabor':463 'communiti':393,422,442,623,644,677,687 'complet':733 'compromis':311 'contain':544 'content':226 'context':269,320,640 'contribut':864 'convert':289 'creat':364,378,552 'cross':2 'cross-post':1 'current':526,699 'd':460 'deal':415 'decid':252 'definit':495 'depend':337 'detail':126,705 'devic':516,808 'differ':131 'direct':651 'doesn':87 'dom':225 'download':51 'dropdownlist':709 'edg':786 'effici':296 'element':220 'elsewher':443,691 'error':680 'everi':219 'ex':403 'exampl':449 'explanatori':65 'extens':24,135,141,163,175,192,287,351,377,419,490,506,520,537,558,813,869 'extra':303 'featur':59,109,122,171,766,839 'feedback':317,456 'feel':478 'felt':306 'fetch':436,685 'file':82 'finish':856 'firefox':32,54,69,325,628,663,779 'first':408 'fix':612 'foreign':383 'fork':187 'found':424,679 'free':479 'freez':247 'function':257 'futur':729 'generic':148 'get':491,504,818 'github':484 'github.com':486 'github.com/cynber/lemmy-instance-assistant).':485 'go':202 'googl':745 'great':191 'hasn':394 'help':390,497,819 'helper':347 'home':205,345,400,886 'howev':207,312 'immedi':798 'improv':14,723 'includ':150,255 'incorpor':169 'inform':672 'instal':574 'instanc':206,346,361,384,401,701,877,887 'instance_assistant@lemmy.ca':46 'instead':262 'instruct':428,706,728 'intens':238 'iron':756 'issu':94,248,613,759 'kbin':151,182,611 'lag':245 'languag':866 'last':17 'lemmi':180,344,625 'lemmy.ca':6,659 'lemmy.ca/post/1282303](https://lemmy.ca/post/1282303)':658 'lemmy.ca/post/1418762](https://lemmy.ca/post/1418762)':5 'lemmy/kbin':643 'let':647,683,848 'like':90,503,603,844 'link':181,183,195,283,645 'list':60 'load':397,618 'log':357 'look':89,481,560,816 'lot':294 'love':461 'm':96,153,314,471 'made':10 'make':156,588,850 'manifest':750 'may':137 'mean':166 'menu':270,321,599,641,832 'messag':581 'microsoft':785 'miss':80,108,765 'modifi':420 'most':62 'multipl':885 'name':143 'navig':620 'need':215,496,538,754 'new':636,671,742 'note':66,318,522 'notic':139 'number':12 'one':409 'open':315,440,454,649,689 'opera':787 'option':591,831,855,872 'order':209,550 'page':52,198,223,370,387,425,542,563,584,681,827,829 'peopl':466,862 'permiss':524,590,717 'pick':281 'pile':719 'plan':586,730,799 'popular':492 'popup':598,880 'post':3,21 'process':437,773 'proper':579,825 'provid':703 'push':781 'question':44 'ran':243 're':406 'read':232 'reason':310 'recent':73,514,606 'recurs':217 'refactor':710 'relat':769 'remov':714 'replac':194 'request':528 'requir':749 'resourc':237,297 'respect':50 'review':790 'right':267,638 'right-click':637 'round':162 'run':776 'safari':508,801 'save':874 'screenshot':57,446 'script':79 'search':369,386 'see':48,123,444 'select':700 'self':64 'self-explanatori':63 'servic':762 'set':583,822,828 'setup':859 'show':566 'sidebar':554,694 'sign':518,811 'similar':134 'sinc':15,747 'site':532,572,854 'somewhat':236 'state':697 'still':472,753,789 'store':42,101 'stuff':228 'summari':604 'support':45,609 'test':241,654 'thing':275,502 'time':18 'tldr':47 'today':102 'translat':499,858 'tri':154,411 'trigger':434 'turn':837 'two':107 'ui':722 'unfortun':792 'unnecessari':716 'updat':26,343,692 'upload':84,97 'use':596 'user':279,835 'v1.2.0':85,791 'v1.2.2':98,738 've':9,168,264 'version':68,75,200,527,780 'want':285 'way':179,261,277 'web':41 'week':336,635,670 'welcom':580,826 'well':113,161,430 'well-round':160 'whenev':224 'wise':298 'within':624 'word':726 'work':213 'worker':763 'would':602 'wouldn':616 'yet':402"
    +cross: false
    +upVotes: 5
    +downVotes: 0
    +ranking: 1689283830
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/1419606"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689241330 {#2852
      date: 2023-07-13 11:42:10.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I really appreciate your work!\n
    \n
    I would really like the option to choose between multiple instances (even accounts on same instance??), which I think is the very last line of your post. :)\n
    \n
    On reddit I was very grateful to the RES account switcher, and mobile app that let you easily switch accounts. I would probably never have actually gotten into reddit without those. It let me use completely different parts of reddit to express and explore different interests I think one of the things that made reddit the best social media platform was how pseudonymous it was. Total opposite of facebook "real name policy" attitude.\n
    \n
    In the lemmy/kbin situation I am not sure how the interface would be. Need 1) some kind of persistent switching interface, 2) reminders of what account you are in. In RES it showed you your account name at the top of the page in the selector, and optionally above every comment box so you didn't accidentally post as the wrong account.\n
    \n
    In the meantime I guess I will eventually install every available extension that does this and assign each one an account lol. Or pick one and make several local forks and install separately. hmm
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1689301357 {#2019
    date: 2023-07-14 04:22:37.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@cynber@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2026 …}
  +nested: Doctrine\ORM\PersistentCollection {#2022 …}
  +votes: Doctrine\ORM\PersistentCollection {#2025 …}
  +reports: Doctrine\ORM\PersistentCollection {#2033 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2028 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2012 …}
  -id: 15495
  -bodyTs: "'1':120 '2':127 'accident':162 'account':18,42,52,131,141,167,188 'actual':58 'app':46 'appreci':3 'assign':184 'attitud':105 'avail':178 'best':89 'box':157 'choos':13 'comment':156 'complet':68 'didn':160 'differ':69,77 'easili':50 'even':17 'eventu':175 'everi':155,177 'explor':76 'express':74 'extens':179 'facebook':101 'fork':197 'gotten':59 'grate':38 'guess':172 'hmm':201 'instal':176,199 'instanc':16,21 'interest':78 'interfac':116,126 'kind':122 'last':28 'lemmy/kbin':108 'let':48,65 'like':9 'line':29 'local':196 'lol':189 'made':86 'make':194 'meantim':170 'media':91 'mobil':45 'multipl':15 'name':103,142 'need':119 'never':56 'one':81,186,192 'opposit':99 'option':11,153 'page':148 'part':70 'persist':124 'pick':191 'platform':92 'polici':104 'post':32,163 'probabl':55 'pseudonym':95 'real':102 'realli':2,8 'reddit':34,61,72,87 'remind':128 'res':41,136 'selector':151 'separ':200 'sever':195 'show':138 'situat':109 'social':90 'sure':113 'switch':51,125 'switcher':43 'thing':84 'think':24,80 'top':145 'total':98 'use':67 'without':62 'work':5 'would':7,54,117 'wrong':166"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/187856/-/comment/781212"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689301357 {#2023
    date: 2023-07-14 04:22:37.0 +02:00
  }
  +"title": 15495
}
"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
59 DENIED edit
App\Entity\EntryComment {#2030
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2032
    +user: Proxies\__CG__\App\Entity\User {#2829 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
    +slug: "Instance-Assistant-for-Lemmy-and-Kbin-v1-2-0-is-now-available-on"
    +title: "Instance Assistant for Lemmy & Kbin v1.2.0 is now available on Chrome & Firefox!"
    +url: null
    +body: """
      cross-posted from: [lemmy.ca/post/1418762](https://lemmy.ca/post/1418762)\n
      \n
      > I’ve made a number of improvements since the last time I was posting about my extension. The update is now available on both [Firefox](https://addons.mozilla.org/en-CA/firefox/addon/lemmy-instance-assistant/) and [Chrome](https://chrome.google.com/webstore/detail/instance-assistant-for-le/mbblbalkjcikhpladidpimlfiapdffdh) web stores.\n
      > \n
      > For questions / support: !instance_assistant@lemmy.ca\n
      > \n
      > **TLDR:** See the respective download pages on Firefox &amp; Chrome. The screenshots and features list are mostly self-explanatory.\n
      > \n
      > Note on versions:\n
      > \n
      > - Firefox has a more recent 1.2.1 version, because my build script missed some files while uploading v1.2.0. It doesn’t look like Chrome had this issue.\n
      > - I’m uploading v1.2.2 to both stores today, which will bring the two missing features to Chrome as well. After 1.2.2, all browsers should have the same features. See below for details.\n
      > \n
      > ---\n
      > \n
      > ## So how is this different from other similar extensions?\n
      > \n
      > You may have noticed the extension’s name changed to be more generic (and include Kbin 🥳). I’m trying to make this a more well-rounded extension, and that means I’ve incorporated some features from the other extensions, in my own way.\n
      > \n
      > ### Lemmy Links, Kbin Links, and the other forks:\n
      > \n
      > This is a great extension that replaces links on your page with versions that go to your home instance. However, in order for this to work, it needs to recursively check every element on your page whenever DOM content (the stuff the browser is reading) changes. This is somewhat resource intensive, and while testing I ran into lag and freezing issues. As such, I decided to not include this functionality in the same way.\n
      > \n
      > Instead, I’ve added a right click context menu that does the same thing. This way the user can pick which links they want the extension to convert, and it’s a lot more efficient resource wise. While it’s an extra click, I felt this was a reasonable compromise. However, I’m open to feedback!\n
      > \n
      > NOTE: The context menu is available on Firefox, and it will be available in Chrome in about a week, depending on when they approve my update.\n
      > \n
      > ### Lemmy Home Instance Helper\n
      > \n
      > This is another extension which checks if you are logged in to an instance, and it creates a button to the search page if you are not. As my extension creates a button on any foreign instance, the search page is only helpful when a community hasn’t been loaded into your home instance yet (ex. because you’re the first one to try accessing it).\n
      > \n
      > To deal with this, my extension modifies the “Community not found” pages with more instructions, as well as buttons to trigger the fetch process or to open the community elsewhere. [See this screenshot for an example](https://addons.mozilla.org/user-media/previews/full/284/284716.png). Again, open to feedback!\n
      > \n
      > ---\n
      > \n
      > As always, I’d love to collaborate with other people while building this. I’m still cleaning up my code, but feel free to look at the [GitHub](https://github.com/cynber/lemmy-instance-assistant). If this extension gets popular, I will definitely need help for translations and for things like getting the extension on Safari (I don’t have a recent Apple device to sign the extension with).\n
      > \n
      > ---\n
      > \n
      > ## Note on permissions:\n
      > \n
      > - The current versions request “Access to all sites”. This is because the extension needs access to any page that contains “/c/”, “/m/”, or “/post/” in order to create the sidebar buttons. While the extension only looks for those pages, it will show up as “Access to all sites” when installing. Once I have a proper welcome message and settings page, I plan on making this permission optional so you can just use the popup menu if you would like.\n
      > \n
      > ---\n
      > \n
      > ## Summary of Recent Changes:\n
      > \n
      > - Added support for Kbin\n
      > - Fixed issue where button wouldn’t load when navigating to a community within Lemmy (available on Firefox, should be on Chrome in a week).\n
      > - (NEW) Right-click context menu on Lemmy/Kbin community links to let you open them directly. You can test them out here: [lemmy.ca/post/1282303](https://lemmy.ca/post/1282303) (available on Firefox, should be on Chrome in a week)\n
      > - (NEW) Information and buttons added to “Community Not Found” error pages to let you fetch the community or open it elsewhere.\n
      > - Updates to sidebar button to state the current selected instance and provide more detailed instructions as a dropdownList\n
      > - Refactored the code to remove more unnecessary permissions.\n
      > - Another pile of bugfixes, UI improvements, and better wording for instructions.\n
      > \n
      > ## Future Plans:\n
      > \n
      > - This is complete and will be in v1.2.2. Bringing over the new changes to Google Chrome. Since chrome requires Manifest 3, I still need to iron out some issues with the service workers. The missing features are all related to the background processes that are running on the Firefox version\n
      > - Pushing to other browsers: Microsoft Edge &amp; Opera are still reviewing v1.2.0. Unfortunately, I don’t have any immediate plans for Safari, as I don’t have a device that can sign the extension. I am looking into getting help for that.\n
      > - Setting up a proper Welcome page, Settings page, and Options menu to allow users to turn off features that they don’t like. This will also let me make “access to all sites” optional.\n
      > - Finishing the translations’ setup so that people can contribute other languages to the extension.\n
      > - Adding an option to save your own instances to the popup, for those that have multiple home instances.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 1
    +favouriteCount: 6
    +score: 5
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689428510 {#2865
      date: 2023-07-15 15:41:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2870 …}
    +votes: Doctrine\ORM\PersistentCollection {#2873 …}
    +reports: Doctrine\ORM\PersistentCollection {#2875 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2877 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2879 …}
    +badges: Doctrine\ORM\PersistentCollection {#2881 …}
    +children: [
      App\Entity\EntryComment {#2030}
    ]
    -id: 1193
    -titleTs: "'assist':2 'avail':9 'chrome':11 'firefox':12 'instanc':1 'kbin':5 'lemmi':4 'v1.2.0':6"
    -bodyTs: "'/c':545 '/cynber/lemmy-instance-assistant).':487 '/en-ca/firefox/addon/lemmy-instance-assistant/)':35 '/m':546 '/post':548 '/post/1282303](https://lemmy.ca/post/1282303)':660 '/post/1418762](https://lemmy.ca/post/1418762)':7 '/user-media/previews/full/284/284716.png).':452 '/webstore/detail/instance-assistant-for-le/mbblbalkjcikhpladidpimlfiapdffdh)':40 '1.2.1':74 '1.2.2':115 '3':751 'access':412,529,539,569,851 'ad':265,608,675,870 'addons.mozilla.org':34,451 'addons.mozilla.org/en-ca/firefox/addon/lemmy-instance-assistant/)':33 'addons.mozilla.org/user-media/previews/full/284/284716.png).':450 'allow':834 'also':847 'alway':458 'anoth':350,718 'appl':515 'approv':341 'avail':29,323,330,626,661 'background':772 'better':725 'bring':105,739 'browser':117,230,784 'bugfix':721 'build':78,468 'button':366,380,432,555,615,674,695 'chang':144,233,607,743 'check':218,353 'chrome':37,55,91,111,332,632,667,746,748 'chrome.google.com':39 'chrome.google.com/webstore/detail/instance-assistant-for-le/mbblbalkjcikhpladidpimlfiapdffdh)':38 'clean':473 'click':268,304,639 'code':476,712 'collabor':463 'communiti':393,422,442,623,644,677,687 'complet':733 'compromis':311 'contain':544 'content':226 'context':269,320,640 'contribut':864 'convert':289 'creat':364,378,552 'cross':2 'cross-post':1 'current':526,699 'd':460 'deal':415 'decid':252 'definit':495 'depend':337 'detail':126,705 'devic':516,808 'differ':131 'direct':651 'doesn':87 'dom':225 'download':51 'dropdownlist':709 'edg':786 'effici':296 'element':220 'elsewher':443,691 'error':680 'everi':219 'ex':403 'exampl':449 'explanatori':65 'extens':24,135,141,163,175,192,287,351,377,419,490,506,520,537,558,813,869 'extra':303 'featur':59,109,122,171,766,839 'feedback':317,456 'feel':478 'felt':306 'fetch':436,685 'file':82 'finish':856 'firefox':32,54,69,325,628,663,779 'first':408 'fix':612 'foreign':383 'fork':187 'found':424,679 'free':479 'freez':247 'function':257 'futur':729 'generic':148 'get':491,504,818 'github':484 'github.com':486 'github.com/cynber/lemmy-instance-assistant).':485 'go':202 'googl':745 'great':191 'hasn':394 'help':390,497,819 'helper':347 'home':205,345,400,886 'howev':207,312 'immedi':798 'improv':14,723 'includ':150,255 'incorpor':169 'inform':672 'instal':574 'instanc':206,346,361,384,401,701,877,887 'instance_assistant@lemmy.ca':46 'instead':262 'instruct':428,706,728 'intens':238 'iron':756 'issu':94,248,613,759 'kbin':151,182,611 'lag':245 'languag':866 'last':17 'lemmi':180,344,625 'lemmy.ca':6,659 'lemmy.ca/post/1282303](https://lemmy.ca/post/1282303)':658 'lemmy.ca/post/1418762](https://lemmy.ca/post/1418762)':5 'lemmy/kbin':643 'let':647,683,848 'like':90,503,603,844 'link':181,183,195,283,645 'list':60 'load':397,618 'log':357 'look':89,481,560,816 'lot':294 'love':461 'm':96,153,314,471 'made':10 'make':156,588,850 'manifest':750 'may':137 'mean':166 'menu':270,321,599,641,832 'messag':581 'microsoft':785 'miss':80,108,765 'modifi':420 'most':62 'multipl':885 'name':143 'navig':620 'need':215,496,538,754 'new':636,671,742 'note':66,318,522 'notic':139 'number':12 'one':409 'open':315,440,454,649,689 'opera':787 'option':591,831,855,872 'order':209,550 'page':52,198,223,370,387,425,542,563,584,681,827,829 'peopl':466,862 'permiss':524,590,717 'pick':281 'pile':719 'plan':586,730,799 'popular':492 'popup':598,880 'post':3,21 'process':437,773 'proper':579,825 'provid':703 'push':781 'question':44 'ran':243 're':406 'read':232 'reason':310 'recent':73,514,606 'recurs':217 'refactor':710 'relat':769 'remov':714 'replac':194 'request':528 'requir':749 'resourc':237,297 'respect':50 'review':790 'right':267,638 'right-click':637 'round':162 'run':776 'safari':508,801 'save':874 'screenshot':57,446 'script':79 'search':369,386 'see':48,123,444 'select':700 'self':64 'self-explanatori':63 'servic':762 'set':583,822,828 'setup':859 'show':566 'sidebar':554,694 'sign':518,811 'similar':134 'sinc':15,747 'site':532,572,854 'somewhat':236 'state':697 'still':472,753,789 'store':42,101 'stuff':228 'summari':604 'support':45,609 'test':241,654 'thing':275,502 'time':18 'tldr':47 'today':102 'translat':499,858 'tri':154,411 'trigger':434 'turn':837 'two':107 'ui':722 'unfortun':792 'unnecessari':716 'updat':26,343,692 'upload':84,97 'use':596 'user':279,835 'v1.2.0':85,791 'v1.2.2':98,738 've':9,168,264 'version':68,75,200,527,780 'want':285 'way':179,261,277 'web':41 'week':336,635,670 'welcom':580,826 'well':113,161,430 'well-round':160 'whenev':224 'wise':298 'within':624 'word':726 'work':213 'worker':763 'would':602 'wouldn':616 'yet':402"
    +cross: false
    +upVotes: 5
    +downVotes: 0
    +ranking: 1689283830
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/1419606"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689241330 {#2852
      date: 2023-07-13 11:42:10.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I really appreciate your work!\n
    \n
    I would really like the option to choose between multiple instances (even accounts on same instance??), which I think is the very last line of your post. :)\n
    \n
    On reddit I was very grateful to the RES account switcher, and mobile app that let you easily switch accounts. I would probably never have actually gotten into reddit without those. It let me use completely different parts of reddit to express and explore different interests I think one of the things that made reddit the best social media platform was how pseudonymous it was. Total opposite of facebook "real name policy" attitude.\n
    \n
    In the lemmy/kbin situation I am not sure how the interface would be. Need 1) some kind of persistent switching interface, 2) reminders of what account you are in. In RES it showed you your account name at the top of the page in the selector, and optionally above every comment box so you didn't accidentally post as the wrong account.\n
    \n
    In the meantime I guess I will eventually install every available extension that does this and assign each one an account lol. Or pick one and make several local forks and install separately. hmm
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1689301357 {#2019
    date: 2023-07-14 04:22:37.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@cynber@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2026 …}
  +nested: Doctrine\ORM\PersistentCollection {#2022 …}
  +votes: Doctrine\ORM\PersistentCollection {#2025 …}
  +reports: Doctrine\ORM\PersistentCollection {#2033 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2028 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2012 …}
  -id: 15495
  -bodyTs: "'1':120 '2':127 'accident':162 'account':18,42,52,131,141,167,188 'actual':58 'app':46 'appreci':3 'assign':184 'attitud':105 'avail':178 'best':89 'box':157 'choos':13 'comment':156 'complet':68 'didn':160 'differ':69,77 'easili':50 'even':17 'eventu':175 'everi':155,177 'explor':76 'express':74 'extens':179 'facebook':101 'fork':197 'gotten':59 'grate':38 'guess':172 'hmm':201 'instal':176,199 'instanc':16,21 'interest':78 'interfac':116,126 'kind':122 'last':28 'lemmy/kbin':108 'let':48,65 'like':9 'line':29 'local':196 'lol':189 'made':86 'make':194 'meantim':170 'media':91 'mobil':45 'multipl':15 'name':103,142 'need':119 'never':56 'one':81,186,192 'opposit':99 'option':11,153 'page':148 'part':70 'persist':124 'pick':191 'platform':92 'polici':104 'post':32,163 'probabl':55 'pseudonym':95 'real':102 'realli':2,8 'reddit':34,61,72,87 'remind':128 'res':41,136 'selector':151 'separ':200 'sever':195 'show':138 'situat':109 'social':90 'sure':113 'switch':51,125 'switcher':43 'thing':84 'think':24,80 'top':145 'total':98 'use':67 'without':62 'work':5 'would':7,54,117 'wrong':166"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/187856/-/comment/781212"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689301357 {#2023
    date: 2023-07-14 04:22:37.0 +02:00
  }
  +"title": 15495
}
"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
60 DENIED moderate
App\Entity\EntryComment {#2030
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2032
    +user: Proxies\__CG__\App\Entity\User {#2829 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
    +slug: "Instance-Assistant-for-Lemmy-and-Kbin-v1-2-0-is-now-available-on"
    +title: "Instance Assistant for Lemmy & Kbin v1.2.0 is now available on Chrome & Firefox!"
    +url: null
    +body: """
      cross-posted from: [lemmy.ca/post/1418762](https://lemmy.ca/post/1418762)\n
      \n
      > I’ve made a number of improvements since the last time I was posting about my extension. The update is now available on both [Firefox](https://addons.mozilla.org/en-CA/firefox/addon/lemmy-instance-assistant/) and [Chrome](https://chrome.google.com/webstore/detail/instance-assistant-for-le/mbblbalkjcikhpladidpimlfiapdffdh) web stores.\n
      > \n
      > For questions / support: !instance_assistant@lemmy.ca\n
      > \n
      > **TLDR:** See the respective download pages on Firefox &amp; Chrome. The screenshots and features list are mostly self-explanatory.\n
      > \n
      > Note on versions:\n
      > \n
      > - Firefox has a more recent 1.2.1 version, because my build script missed some files while uploading v1.2.0. It doesn’t look like Chrome had this issue.\n
      > - I’m uploading v1.2.2 to both stores today, which will bring the two missing features to Chrome as well. After 1.2.2, all browsers should have the same features. See below for details.\n
      > \n
      > ---\n
      > \n
      > ## So how is this different from other similar extensions?\n
      > \n
      > You may have noticed the extension’s name changed to be more generic (and include Kbin 🥳). I’m trying to make this a more well-rounded extension, and that means I’ve incorporated some features from the other extensions, in my own way.\n
      > \n
      > ### Lemmy Links, Kbin Links, and the other forks:\n
      > \n
      > This is a great extension that replaces links on your page with versions that go to your home instance. However, in order for this to work, it needs to recursively check every element on your page whenever DOM content (the stuff the browser is reading) changes. This is somewhat resource intensive, and while testing I ran into lag and freezing issues. As such, I decided to not include this functionality in the same way.\n
      > \n
      > Instead, I’ve added a right click context menu that does the same thing. This way the user can pick which links they want the extension to convert, and it’s a lot more efficient resource wise. While it’s an extra click, I felt this was a reasonable compromise. However, I’m open to feedback!\n
      > \n
      > NOTE: The context menu is available on Firefox, and it will be available in Chrome in about a week, depending on when they approve my update.\n
      > \n
      > ### Lemmy Home Instance Helper\n
      > \n
      > This is another extension which checks if you are logged in to an instance, and it creates a button to the search page if you are not. As my extension creates a button on any foreign instance, the search page is only helpful when a community hasn’t been loaded into your home instance yet (ex. because you’re the first one to try accessing it).\n
      > \n
      > To deal with this, my extension modifies the “Community not found” pages with more instructions, as well as buttons to trigger the fetch process or to open the community elsewhere. [See this screenshot for an example](https://addons.mozilla.org/user-media/previews/full/284/284716.png). Again, open to feedback!\n
      > \n
      > ---\n
      > \n
      > As always, I’d love to collaborate with other people while building this. I’m still cleaning up my code, but feel free to look at the [GitHub](https://github.com/cynber/lemmy-instance-assistant). If this extension gets popular, I will definitely need help for translations and for things like getting the extension on Safari (I don’t have a recent Apple device to sign the extension with).\n
      > \n
      > ---\n
      > \n
      > ## Note on permissions:\n
      > \n
      > - The current versions request “Access to all sites”. This is because the extension needs access to any page that contains “/c/”, “/m/”, or “/post/” in order to create the sidebar buttons. While the extension only looks for those pages, it will show up as “Access to all sites” when installing. Once I have a proper welcome message and settings page, I plan on making this permission optional so you can just use the popup menu if you would like.\n
      > \n
      > ---\n
      > \n
      > ## Summary of Recent Changes:\n
      > \n
      > - Added support for Kbin\n
      > - Fixed issue where button wouldn’t load when navigating to a community within Lemmy (available on Firefox, should be on Chrome in a week).\n
      > - (NEW) Right-click context menu on Lemmy/Kbin community links to let you open them directly. You can test them out here: [lemmy.ca/post/1282303](https://lemmy.ca/post/1282303) (available on Firefox, should be on Chrome in a week)\n
      > - (NEW) Information and buttons added to “Community Not Found” error pages to let you fetch the community or open it elsewhere.\n
      > - Updates to sidebar button to state the current selected instance and provide more detailed instructions as a dropdownList\n
      > - Refactored the code to remove more unnecessary permissions.\n
      > - Another pile of bugfixes, UI improvements, and better wording for instructions.\n
      > \n
      > ## Future Plans:\n
      > \n
      > - This is complete and will be in v1.2.2. Bringing over the new changes to Google Chrome. Since chrome requires Manifest 3, I still need to iron out some issues with the service workers. The missing features are all related to the background processes that are running on the Firefox version\n
      > - Pushing to other browsers: Microsoft Edge &amp; Opera are still reviewing v1.2.0. Unfortunately, I don’t have any immediate plans for Safari, as I don’t have a device that can sign the extension. I am looking into getting help for that.\n
      > - Setting up a proper Welcome page, Settings page, and Options menu to allow users to turn off features that they don’t like. This will also let me make “access to all sites” optional.\n
      > - Finishing the translations’ setup so that people can contribute other languages to the extension.\n
      > - Adding an option to save your own instances to the popup, for those that have multiple home instances.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 1
    +favouriteCount: 6
    +score: 5
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689428510 {#2865
      date: 2023-07-15 15:41:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2870 …}
    +votes: Doctrine\ORM\PersistentCollection {#2873 …}
    +reports: Doctrine\ORM\PersistentCollection {#2875 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2877 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2879 …}
    +badges: Doctrine\ORM\PersistentCollection {#2881 …}
    +children: [
      App\Entity\EntryComment {#2030}
    ]
    -id: 1193
    -titleTs: "'assist':2 'avail':9 'chrome':11 'firefox':12 'instanc':1 'kbin':5 'lemmi':4 'v1.2.0':6"
    -bodyTs: "'/c':545 '/cynber/lemmy-instance-assistant).':487 '/en-ca/firefox/addon/lemmy-instance-assistant/)':35 '/m':546 '/post':548 '/post/1282303](https://lemmy.ca/post/1282303)':660 '/post/1418762](https://lemmy.ca/post/1418762)':7 '/user-media/previews/full/284/284716.png).':452 '/webstore/detail/instance-assistant-for-le/mbblbalkjcikhpladidpimlfiapdffdh)':40 '1.2.1':74 '1.2.2':115 '3':751 'access':412,529,539,569,851 'ad':265,608,675,870 'addons.mozilla.org':34,451 'addons.mozilla.org/en-ca/firefox/addon/lemmy-instance-assistant/)':33 'addons.mozilla.org/user-media/previews/full/284/284716.png).':450 'allow':834 'also':847 'alway':458 'anoth':350,718 'appl':515 'approv':341 'avail':29,323,330,626,661 'background':772 'better':725 'bring':105,739 'browser':117,230,784 'bugfix':721 'build':78,468 'button':366,380,432,555,615,674,695 'chang':144,233,607,743 'check':218,353 'chrome':37,55,91,111,332,632,667,746,748 'chrome.google.com':39 'chrome.google.com/webstore/detail/instance-assistant-for-le/mbblbalkjcikhpladidpimlfiapdffdh)':38 'clean':473 'click':268,304,639 'code':476,712 'collabor':463 'communiti':393,422,442,623,644,677,687 'complet':733 'compromis':311 'contain':544 'content':226 'context':269,320,640 'contribut':864 'convert':289 'creat':364,378,552 'cross':2 'cross-post':1 'current':526,699 'd':460 'deal':415 'decid':252 'definit':495 'depend':337 'detail':126,705 'devic':516,808 'differ':131 'direct':651 'doesn':87 'dom':225 'download':51 'dropdownlist':709 'edg':786 'effici':296 'element':220 'elsewher':443,691 'error':680 'everi':219 'ex':403 'exampl':449 'explanatori':65 'extens':24,135,141,163,175,192,287,351,377,419,490,506,520,537,558,813,869 'extra':303 'featur':59,109,122,171,766,839 'feedback':317,456 'feel':478 'felt':306 'fetch':436,685 'file':82 'finish':856 'firefox':32,54,69,325,628,663,779 'first':408 'fix':612 'foreign':383 'fork':187 'found':424,679 'free':479 'freez':247 'function':257 'futur':729 'generic':148 'get':491,504,818 'github':484 'github.com':486 'github.com/cynber/lemmy-instance-assistant).':485 'go':202 'googl':745 'great':191 'hasn':394 'help':390,497,819 'helper':347 'home':205,345,400,886 'howev':207,312 'immedi':798 'improv':14,723 'includ':150,255 'incorpor':169 'inform':672 'instal':574 'instanc':206,346,361,384,401,701,877,887 'instance_assistant@lemmy.ca':46 'instead':262 'instruct':428,706,728 'intens':238 'iron':756 'issu':94,248,613,759 'kbin':151,182,611 'lag':245 'languag':866 'last':17 'lemmi':180,344,625 'lemmy.ca':6,659 'lemmy.ca/post/1282303](https://lemmy.ca/post/1282303)':658 'lemmy.ca/post/1418762](https://lemmy.ca/post/1418762)':5 'lemmy/kbin':643 'let':647,683,848 'like':90,503,603,844 'link':181,183,195,283,645 'list':60 'load':397,618 'log':357 'look':89,481,560,816 'lot':294 'love':461 'm':96,153,314,471 'made':10 'make':156,588,850 'manifest':750 'may':137 'mean':166 'menu':270,321,599,641,832 'messag':581 'microsoft':785 'miss':80,108,765 'modifi':420 'most':62 'multipl':885 'name':143 'navig':620 'need':215,496,538,754 'new':636,671,742 'note':66,318,522 'notic':139 'number':12 'one':409 'open':315,440,454,649,689 'opera':787 'option':591,831,855,872 'order':209,550 'page':52,198,223,370,387,425,542,563,584,681,827,829 'peopl':466,862 'permiss':524,590,717 'pick':281 'pile':719 'plan':586,730,799 'popular':492 'popup':598,880 'post':3,21 'process':437,773 'proper':579,825 'provid':703 'push':781 'question':44 'ran':243 're':406 'read':232 'reason':310 'recent':73,514,606 'recurs':217 'refactor':710 'relat':769 'remov':714 'replac':194 'request':528 'requir':749 'resourc':237,297 'respect':50 'review':790 'right':267,638 'right-click':637 'round':162 'run':776 'safari':508,801 'save':874 'screenshot':57,446 'script':79 'search':369,386 'see':48,123,444 'select':700 'self':64 'self-explanatori':63 'servic':762 'set':583,822,828 'setup':859 'show':566 'sidebar':554,694 'sign':518,811 'similar':134 'sinc':15,747 'site':532,572,854 'somewhat':236 'state':697 'still':472,753,789 'store':42,101 'stuff':228 'summari':604 'support':45,609 'test':241,654 'thing':275,502 'time':18 'tldr':47 'today':102 'translat':499,858 'tri':154,411 'trigger':434 'turn':837 'two':107 'ui':722 'unfortun':792 'unnecessari':716 'updat':26,343,692 'upload':84,97 'use':596 'user':279,835 'v1.2.0':85,791 'v1.2.2':98,738 've':9,168,264 'version':68,75,200,527,780 'want':285 'way':179,261,277 'web':41 'week':336,635,670 'welcom':580,826 'well':113,161,430 'well-round':160 'whenev':224 'wise':298 'within':624 'word':726 'work':213 'worker':763 'would':602 'wouldn':616 'yet':402"
    +cross: false
    +upVotes: 5
    +downVotes: 0
    +ranking: 1689283830
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/1419606"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689241330 {#2852
      date: 2023-07-13 11:42:10.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I really appreciate your work!\n
    \n
    I would really like the option to choose between multiple instances (even accounts on same instance??), which I think is the very last line of your post. :)\n
    \n
    On reddit I was very grateful to the RES account switcher, and mobile app that let you easily switch accounts. I would probably never have actually gotten into reddit without those. It let me use completely different parts of reddit to express and explore different interests I think one of the things that made reddit the best social media platform was how pseudonymous it was. Total opposite of facebook "real name policy" attitude.\n
    \n
    In the lemmy/kbin situation I am not sure how the interface would be. Need 1) some kind of persistent switching interface, 2) reminders of what account you are in. In RES it showed you your account name at the top of the page in the selector, and optionally above every comment box so you didn't accidentally post as the wrong account.\n
    \n
    In the meantime I guess I will eventually install every available extension that does this and assign each one an account lol. Or pick one and make several local forks and install separately. hmm
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1689301357 {#2019
    date: 2023-07-14 04:22:37.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@cynber@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2026 …}
  +nested: Doctrine\ORM\PersistentCollection {#2022 …}
  +votes: Doctrine\ORM\PersistentCollection {#2025 …}
  +reports: Doctrine\ORM\PersistentCollection {#2033 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2028 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2012 …}
  -id: 15495
  -bodyTs: "'1':120 '2':127 'accident':162 'account':18,42,52,131,141,167,188 'actual':58 'app':46 'appreci':3 'assign':184 'attitud':105 'avail':178 'best':89 'box':157 'choos':13 'comment':156 'complet':68 'didn':160 'differ':69,77 'easili':50 'even':17 'eventu':175 'everi':155,177 'explor':76 'express':74 'extens':179 'facebook':101 'fork':197 'gotten':59 'grate':38 'guess':172 'hmm':201 'instal':176,199 'instanc':16,21 'interest':78 'interfac':116,126 'kind':122 'last':28 'lemmy/kbin':108 'let':48,65 'like':9 'line':29 'local':196 'lol':189 'made':86 'make':194 'meantim':170 'media':91 'mobil':45 'multipl':15 'name':103,142 'need':119 'never':56 'one':81,186,192 'opposit':99 'option':11,153 'page':148 'part':70 'persist':124 'pick':191 'platform':92 'polici':104 'post':32,163 'probabl':55 'pseudonym':95 'real':102 'realli':2,8 'reddit':34,61,72,87 'remind':128 'res':41,136 'selector':151 'separ':200 'sever':195 'show':138 'situat':109 'social':90 'sure':113 'switch':51,125 'switcher':43 'thing':84 'think':24,80 'top':145 'total':98 'use':67 'without':62 'work':5 'would':7,54,117 'wrong':166"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/187856/-/comment/781212"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689301357 {#2023
    date: 2023-07-14 04:22:37.0 +02:00
  }
  +"title": 15495
}
"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
61 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
62 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2300
  +user: Proxies\__CG__\App\Entity\User {#2494 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2694 …}
  +slug: "XPost-Loss-of-niche-and-technical-information"
  +title: "[XPost] Loss of niche and technical information"
  +url: "https://lemmy.world/post/1394100"
  +body: "XPost for visibility. Hoping the linking works, don’t know just yet. Spotted a few devs are active in this sub so this might be a project right up their alley."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 3
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689305428 {#2689
    date: 2023-07-14 05:30:28.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2695 …}
  +votes: Doctrine\ORM\PersistentCollection {#2705 …}
  +reports: Doctrine\ORM\PersistentCollection {#2707 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2709 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2711 …}
  +badges: Doctrine\ORM\PersistentCollection {#2713 …}
  +children: [
    App\Entity\EntryComment {#2324
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2300 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: null
      +root: null
      +body: "You might have better luck posting the kbin link to this kbin community. it is <https://kbin.social/m/snoocalypse@lemmy.ml/t/183970/Loss-of-niche-and-technical-information>"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1689305428 {#2333
        date: 2023-07-14 05:30:28.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@DisappointingIntro@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2334 …}
      +nested: Doctrine\ORM\PersistentCollection {#2341 …}
      +votes: Doctrine\ORM\PersistentCollection {#2337 …}
      +reports: Doctrine\ORM\PersistentCollection {#2336 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2339 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2159 …}
      -id: 15572
      -bodyTs: "'/m/snoocalypse@lemmy.ml/t/183970/loss-of-niche-and-technical-information':18 'better':4 'communiti':13 'kbin':8,12 'kbin.social':17 'kbin.social/m/snoocalypse@lemmy.ml/t/183970/loss-of-niche-and-technical-information':16 'link':9 'luck':5 'might':2 'post':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/184044/-/comment/782534"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689305428 {#2323
        date: 2023-07-14 05:30:28.0 +02:00
      }
      +"title": 15572
    }
  ]
  -id: 1166
  -titleTs: "'inform':7 'loss':2 'nich':4 'technic':6 'xpost':1"
  -bodyTs: "'activ':18 'alley':31 'dev':16 'hope':4 'know':10 'link':6 'might':24 'project':27 'right':28 'spot':13 'sub':21 'visibl':3 'work':7 'xpost':1 'yet':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689194402
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1394430"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689183402 {#2634
    date: 2023-07-12 19:36:42.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
63 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2300
  +user: Proxies\__CG__\App\Entity\User {#2494 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2694 …}
  +slug: "XPost-Loss-of-niche-and-technical-information"
  +title: "[XPost] Loss of niche and technical information"
  +url: "https://lemmy.world/post/1394100"
  +body: "XPost for visibility. Hoping the linking works, don’t know just yet. Spotted a few devs are active in this sub so this might be a project right up their alley."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 3
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689305428 {#2689
    date: 2023-07-14 05:30:28.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2695 …}
  +votes: Doctrine\ORM\PersistentCollection {#2705 …}
  +reports: Doctrine\ORM\PersistentCollection {#2707 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2709 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2711 …}
  +badges: Doctrine\ORM\PersistentCollection {#2713 …}
  +children: [
    App\Entity\EntryComment {#2324
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2300 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: null
      +root: null
      +body: "You might have better luck posting the kbin link to this kbin community. it is <https://kbin.social/m/snoocalypse@lemmy.ml/t/183970/Loss-of-niche-and-technical-information>"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1689305428 {#2333
        date: 2023-07-14 05:30:28.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@DisappointingIntro@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2334 …}
      +nested: Doctrine\ORM\PersistentCollection {#2341 …}
      +votes: Doctrine\ORM\PersistentCollection {#2337 …}
      +reports: Doctrine\ORM\PersistentCollection {#2336 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2339 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2159 …}
      -id: 15572
      -bodyTs: "'/m/snoocalypse@lemmy.ml/t/183970/loss-of-niche-and-technical-information':18 'better':4 'communiti':13 'kbin':8,12 'kbin.social':17 'kbin.social/m/snoocalypse@lemmy.ml/t/183970/loss-of-niche-and-technical-information':16 'link':9 'luck':5 'might':2 'post':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/184044/-/comment/782534"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689305428 {#2323
        date: 2023-07-14 05:30:28.0 +02:00
      }
      +"title": 15572
    }
  ]
  -id: 1166
  -titleTs: "'inform':7 'loss':2 'nich':4 'technic':6 'xpost':1"
  -bodyTs: "'activ':18 'alley':31 'dev':16 'hope':4 'know':10 'link':6 'might':24 'project':27 'right':28 'spot':13 'sub':21 'visibl':3 'work':7 'xpost':1 'yet':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689194402
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1394430"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689183402 {#2634
    date: 2023-07-12 19:36:42.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
64 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2300
  +user: Proxies\__CG__\App\Entity\User {#2494 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2694 …}
  +slug: "XPost-Loss-of-niche-and-technical-information"
  +title: "[XPost] Loss of niche and technical information"
  +url: "https://lemmy.world/post/1394100"
  +body: "XPost for visibility. Hoping the linking works, don’t know just yet. Spotted a few devs are active in this sub so this might be a project right up their alley."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 3
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689305428 {#2689
    date: 2023-07-14 05:30:28.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2695 …}
  +votes: Doctrine\ORM\PersistentCollection {#2705 …}
  +reports: Doctrine\ORM\PersistentCollection {#2707 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2709 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2711 …}
  +badges: Doctrine\ORM\PersistentCollection {#2713 …}
  +children: [
    App\Entity\EntryComment {#2324
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2300 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: null
      +root: null
      +body: "You might have better luck posting the kbin link to this kbin community. it is <https://kbin.social/m/snoocalypse@lemmy.ml/t/183970/Loss-of-niche-and-technical-information>"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1689305428 {#2333
        date: 2023-07-14 05:30:28.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@DisappointingIntro@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2334 …}
      +nested: Doctrine\ORM\PersistentCollection {#2341 …}
      +votes: Doctrine\ORM\PersistentCollection {#2337 …}
      +reports: Doctrine\ORM\PersistentCollection {#2336 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2339 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2159 …}
      -id: 15572
      -bodyTs: "'/m/snoocalypse@lemmy.ml/t/183970/loss-of-niche-and-technical-information':18 'better':4 'communiti':13 'kbin':8,12 'kbin.social':17 'kbin.social/m/snoocalypse@lemmy.ml/t/183970/loss-of-niche-and-technical-information':16 'link':9 'luck':5 'might':2 'post':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/184044/-/comment/782534"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689305428 {#2323
        date: 2023-07-14 05:30:28.0 +02:00
      }
      +"title": 15572
    }
  ]
  -id: 1166
  -titleTs: "'inform':7 'loss':2 'nich':4 'technic':6 'xpost':1"
  -bodyTs: "'activ':18 'alley':31 'dev':16 'hope':4 'know':10 'link':6 'might':24 'project':27 'right':28 'spot':13 'sub':21 'visibl':3 'work':7 'xpost':1 'yet':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689194402
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1394430"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689183402 {#2634
    date: 2023-07-12 19:36:42.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
65 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
66 DENIED moderate
App\Entity\EntryComment {#2324
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2300
    +user: Proxies\__CG__\App\Entity\User {#2494 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2694 …}
    +slug: "XPost-Loss-of-niche-and-technical-information"
    +title: "[XPost] Loss of niche and technical information"
    +url: "https://lemmy.world/post/1394100"
    +body: "XPost for visibility. Hoping the linking works, don’t know just yet. Spotted a few devs are active in this sub so this might be a project right up their alley."
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 1
    +favouriteCount: 3
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689305428 {#2689
      date: 2023-07-14 05:30:28.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2695 …}
    +votes: Doctrine\ORM\PersistentCollection {#2705 …}
    +reports: Doctrine\ORM\PersistentCollection {#2707 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2709 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2711 …}
    +badges: Doctrine\ORM\PersistentCollection {#2713 …}
    +children: [
      App\Entity\EntryComment {#2324}
    ]
    -id: 1166
    -titleTs: "'inform':7 'loss':2 'nich':4 'technic':6 'xpost':1"
    -bodyTs: "'activ':18 'alley':31 'dev':16 'hope':4 'know':10 'link':6 'might':24 'project':27 'right':28 'spot':13 'sub':21 'visibl':3 'work':7 'xpost':1 'yet':12"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689194402
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/1394430"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689183402 {#2634
      date: 2023-07-12 19:36:42.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: null
  +root: null
  +body: "You might have better luck posting the kbin link to this kbin community. it is <https://kbin.social/m/snoocalypse@lemmy.ml/t/183970/Loss-of-niche-and-technical-information>"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1689305428 {#2333
    date: 2023-07-14 05:30:28.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@DisappointingIntro@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2334 …}
  +nested: Doctrine\ORM\PersistentCollection {#2341 …}
  +votes: Doctrine\ORM\PersistentCollection {#2337 …}
  +reports: Doctrine\ORM\PersistentCollection {#2336 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2339 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2159 …}
  -id: 15572
  -bodyTs: "'/m/snoocalypse@lemmy.ml/t/183970/loss-of-niche-and-technical-information':18 'better':4 'communiti':13 'kbin':8,12 'kbin.social':17 'kbin.social/m/snoocalypse@lemmy.ml/t/183970/loss-of-niche-and-technical-information':16 'link':9 'luck':5 'might':2 'post':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/184044/-/comment/782534"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689305428 {#2323
    date: 2023-07-14 05:30:28.0 +02:00
  }
  +"title": 15572
}
"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
67 DENIED edit
App\Entity\EntryComment {#2324
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2300
    +user: Proxies\__CG__\App\Entity\User {#2494 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2694 …}
    +slug: "XPost-Loss-of-niche-and-technical-information"
    +title: "[XPost] Loss of niche and technical information"
    +url: "https://lemmy.world/post/1394100"
    +body: "XPost for visibility. Hoping the linking works, don’t know just yet. Spotted a few devs are active in this sub so this might be a project right up their alley."
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 1
    +favouriteCount: 3
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689305428 {#2689
      date: 2023-07-14 05:30:28.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2695 …}
    +votes: Doctrine\ORM\PersistentCollection {#2705 …}
    +reports: Doctrine\ORM\PersistentCollection {#2707 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2709 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2711 …}
    +badges: Doctrine\ORM\PersistentCollection {#2713 …}
    +children: [
      App\Entity\EntryComment {#2324}
    ]
    -id: 1166
    -titleTs: "'inform':7 'loss':2 'nich':4 'technic':6 'xpost':1"
    -bodyTs: "'activ':18 'alley':31 'dev':16 'hope':4 'know':10 'link':6 'might':24 'project':27 'right':28 'spot':13 'sub':21 'visibl':3 'work':7 'xpost':1 'yet':12"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689194402
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/1394430"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689183402 {#2634
      date: 2023-07-12 19:36:42.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: null
  +root: null
  +body: "You might have better luck posting the kbin link to this kbin community. it is <https://kbin.social/m/snoocalypse@lemmy.ml/t/183970/Loss-of-niche-and-technical-information>"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1689305428 {#2333
    date: 2023-07-14 05:30:28.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@DisappointingIntro@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2334 …}
  +nested: Doctrine\ORM\PersistentCollection {#2341 …}
  +votes: Doctrine\ORM\PersistentCollection {#2337 …}
  +reports: Doctrine\ORM\PersistentCollection {#2336 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2339 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2159 …}
  -id: 15572
  -bodyTs: "'/m/snoocalypse@lemmy.ml/t/183970/loss-of-niche-and-technical-information':18 'better':4 'communiti':13 'kbin':8,12 'kbin.social':17 'kbin.social/m/snoocalypse@lemmy.ml/t/183970/loss-of-niche-and-technical-information':16 'link':9 'luck':5 'might':2 'post':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/184044/-/comment/782534"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689305428 {#2323
    date: 2023-07-14 05:30:28.0 +02:00
  }
  +"title": 15572
}
"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
68 DENIED moderate
App\Entity\EntryComment {#2324
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2300
    +user: Proxies\__CG__\App\Entity\User {#2494 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2694 …}
    +slug: "XPost-Loss-of-niche-and-technical-information"
    +title: "[XPost] Loss of niche and technical information"
    +url: "https://lemmy.world/post/1394100"
    +body: "XPost for visibility. Hoping the linking works, don’t know just yet. Spotted a few devs are active in this sub so this might be a project right up their alley."
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 1
    +favouriteCount: 3
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689305428 {#2689
      date: 2023-07-14 05:30:28.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2695 …}
    +votes: Doctrine\ORM\PersistentCollection {#2705 …}
    +reports: Doctrine\ORM\PersistentCollection {#2707 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2709 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2711 …}
    +badges: Doctrine\ORM\PersistentCollection {#2713 …}
    +children: [
      App\Entity\EntryComment {#2324}
    ]
    -id: 1166
    -titleTs: "'inform':7 'loss':2 'nich':4 'technic':6 'xpost':1"
    -bodyTs: "'activ':18 'alley':31 'dev':16 'hope':4 'know':10 'link':6 'might':24 'project':27 'right':28 'spot':13 'sub':21 'visibl':3 'work':7 'xpost':1 'yet':12"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689194402
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/1394430"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689183402 {#2634
      date: 2023-07-12 19:36:42.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: null
  +root: null
  +body: "You might have better luck posting the kbin link to this kbin community. it is <https://kbin.social/m/snoocalypse@lemmy.ml/t/183970/Loss-of-niche-and-technical-information>"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1689305428 {#2333
    date: 2023-07-14 05:30:28.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@DisappointingIntro@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2334 …}
  +nested: Doctrine\ORM\PersistentCollection {#2341 …}
  +votes: Doctrine\ORM\PersistentCollection {#2337 …}
  +reports: Doctrine\ORM\PersistentCollection {#2336 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2339 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2159 …}
  -id: 15572
  -bodyTs: "'/m/snoocalypse@lemmy.ml/t/183970/loss-of-niche-and-technical-information':18 'better':4 'communiti':13 'kbin':8,12 'kbin.social':17 'kbin.social/m/snoocalypse@lemmy.ml/t/183970/loss-of-niche-and-technical-information':16 'link':9 'luck':5 'might':2 'post':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/184044/-/comment/782534"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689305428 {#2323
    date: 2023-07-14 05:30:28.0 +02:00
  }
  +"title": 15572
}
"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
69 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
70 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2395
  +user: Proxies\__CG__\App\Entity\User {#2794 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: Proxies\__CG__\App\Entity\Image {#2831 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2833 …}
  +slug: "I-made-a-tool-that-transfers-your-reddit-subscriptions-to"
  +title: "I made a tool that transfers your reddit subscriptions to lemmy, thought maybe you all might be interested"
  +url: "https://github.com/induna-crewneck/Reddit-Lemmy-Migrator/"
  +body: "One thing that annoyed me about moving to Lemmy was that I’d lose my subreddits and that looking for and joining communities on Lemmy would be tedious. So (logically) I spent 2 days writing a script, that gets a list of your subreddits from your reddit account and looks for communities with the same name on Lemmy. It also joins those communites. So all you have to do is download, enter your credentials and you’re done."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 49
  +score: 16
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689648493 {#2826
    date: 2023-07-18 04:48:13.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2834 …}
  +votes: Doctrine\ORM\PersistentCollection {#2836 …}
  +reports: Doctrine\ORM\PersistentCollection {#2838 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2840 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2842 …}
  +badges: Doctrine\ORM\PersistentCollection {#2844 …}
  +children: [
    App\Entity\EntryComment {#2394
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2395 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2393 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1384 …}
      +body: "omg you do not need to explain. :) I'm sure that comment was intended as appreciation for your good work. just joking about how hard it was bad in the old days and kids these days have it so easy."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1689105325 {#2387
        date: 2023-07-11 21:55:25.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@induna_crewneck@lemmy.world"
        "@linux_user_6967@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1381 …}
      +nested: Doctrine\ORM\PersistentCollection {#1402 …}
      +votes: Doctrine\ORM\PersistentCollection {#1385 …}
      +reports: Doctrine\ORM\PersistentCollection {#1401 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1363 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1362 …}
      -id: 11814
      -bodyTs: "'appreci':16 'bad':28 'comment':12 'day':32,36 'easi':40 'explain':7 'good':19 'hard':25 'intend':14 'joke':22 'kid':34 'm':9 'need':5 'old':31 'omg':1 'sure':10 'work':20"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/177884/-/comment/707530"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689105325 {#2392
        date: 2023-07-11 21:55:25.0 +02:00
      }
      +"title": 11814
    }
  ]
  -id: 1096
  -titleTs: "'interest':18 'lemmi':11 'made':2 'mayb':13 'might':16 'reddit':8 'subscript':9 'thought':12 'tool':4 'transfer':6"
  -bodyTs: "'2':33 'account':48 'also':60 'annoy':4 'communit':63 'communiti':23,52 'credenti':74 'd':13 'day':34 'done':78 'download':71 'enter':72 'get':39 'join':22,61 'lemmi':9,25,58 'list':41 'logic':30 'look':19,50 'lose':14 'move':7 'name':56 'one':1 're':77 'reddit':47 'script':37 'spent':32 'subreddit':16,44 'tedious':28 'thing':2 'would':26 'write':35"
  +cross: false
  +upVotes: 15
  +downVotes: 0
  +ranking: 1689185145
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1353007"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689098745 {#2815
    date: 2023-07-11 20:05:45.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
71 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2395
  +user: Proxies\__CG__\App\Entity\User {#2794 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: Proxies\__CG__\App\Entity\Image {#2831 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2833 …}
  +slug: "I-made-a-tool-that-transfers-your-reddit-subscriptions-to"
  +title: "I made a tool that transfers your reddit subscriptions to lemmy, thought maybe you all might be interested"
  +url: "https://github.com/induna-crewneck/Reddit-Lemmy-Migrator/"
  +body: "One thing that annoyed me about moving to Lemmy was that I’d lose my subreddits and that looking for and joining communities on Lemmy would be tedious. So (logically) I spent 2 days writing a script, that gets a list of your subreddits from your reddit account and looks for communities with the same name on Lemmy. It also joins those communites. So all you have to do is download, enter your credentials and you’re done."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 49
  +score: 16
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689648493 {#2826
    date: 2023-07-18 04:48:13.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2834 …}
  +votes: Doctrine\ORM\PersistentCollection {#2836 …}
  +reports: Doctrine\ORM\PersistentCollection {#2838 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2840 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2842 …}
  +badges: Doctrine\ORM\PersistentCollection {#2844 …}
  +children: [
    App\Entity\EntryComment {#2394
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2395 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2393 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1384 …}
      +body: "omg you do not need to explain. :) I'm sure that comment was intended as appreciation for your good work. just joking about how hard it was bad in the old days and kids these days have it so easy."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1689105325 {#2387
        date: 2023-07-11 21:55:25.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@induna_crewneck@lemmy.world"
        "@linux_user_6967@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1381 …}
      +nested: Doctrine\ORM\PersistentCollection {#1402 …}
      +votes: Doctrine\ORM\PersistentCollection {#1385 …}
      +reports: Doctrine\ORM\PersistentCollection {#1401 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1363 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1362 …}
      -id: 11814
      -bodyTs: "'appreci':16 'bad':28 'comment':12 'day':32,36 'easi':40 'explain':7 'good':19 'hard':25 'intend':14 'joke':22 'kid':34 'm':9 'need':5 'old':31 'omg':1 'sure':10 'work':20"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/177884/-/comment/707530"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689105325 {#2392
        date: 2023-07-11 21:55:25.0 +02:00
      }
      +"title": 11814
    }
  ]
  -id: 1096
  -titleTs: "'interest':18 'lemmi':11 'made':2 'mayb':13 'might':16 'reddit':8 'subscript':9 'thought':12 'tool':4 'transfer':6"
  -bodyTs: "'2':33 'account':48 'also':60 'annoy':4 'communit':63 'communiti':23,52 'credenti':74 'd':13 'day':34 'done':78 'download':71 'enter':72 'get':39 'join':22,61 'lemmi':9,25,58 'list':41 'logic':30 'look':19,50 'lose':14 'move':7 'name':56 'one':1 're':77 'reddit':47 'script':37 'spent':32 'subreddit':16,44 'tedious':28 'thing':2 'would':26 'write':35"
  +cross: false
  +upVotes: 15
  +downVotes: 0
  +ranking: 1689185145
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1353007"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689098745 {#2815
    date: 2023-07-11 20:05:45.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
72 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2395
  +user: Proxies\__CG__\App\Entity\User {#2794 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: Proxies\__CG__\App\Entity\Image {#2831 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2833 …}
  +slug: "I-made-a-tool-that-transfers-your-reddit-subscriptions-to"
  +title: "I made a tool that transfers your reddit subscriptions to lemmy, thought maybe you all might be interested"
  +url: "https://github.com/induna-crewneck/Reddit-Lemmy-Migrator/"
  +body: "One thing that annoyed me about moving to Lemmy was that I’d lose my subreddits and that looking for and joining communities on Lemmy would be tedious. So (logically) I spent 2 days writing a script, that gets a list of your subreddits from your reddit account and looks for communities with the same name on Lemmy. It also joins those communites. So all you have to do is download, enter your credentials and you’re done."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 49
  +score: 16
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689648493 {#2826
    date: 2023-07-18 04:48:13.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2834 …}
  +votes: Doctrine\ORM\PersistentCollection {#2836 …}
  +reports: Doctrine\ORM\PersistentCollection {#2838 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2840 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2842 …}
  +badges: Doctrine\ORM\PersistentCollection {#2844 …}
  +children: [
    App\Entity\EntryComment {#2394
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2395 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2393 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1384 …}
      +body: "omg you do not need to explain. :) I'm sure that comment was intended as appreciation for your good work. just joking about how hard it was bad in the old days and kids these days have it so easy."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1689105325 {#2387
        date: 2023-07-11 21:55:25.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@induna_crewneck@lemmy.world"
        "@linux_user_6967@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1381 …}
      +nested: Doctrine\ORM\PersistentCollection {#1402 …}
      +votes: Doctrine\ORM\PersistentCollection {#1385 …}
      +reports: Doctrine\ORM\PersistentCollection {#1401 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1363 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1362 …}
      -id: 11814
      -bodyTs: "'appreci':16 'bad':28 'comment':12 'day':32,36 'easi':40 'explain':7 'good':19 'hard':25 'intend':14 'joke':22 'kid':34 'm':9 'need':5 'old':31 'omg':1 'sure':10 'work':20"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/177884/-/comment/707530"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689105325 {#2392
        date: 2023-07-11 21:55:25.0 +02:00
      }
      +"title": 11814
    }
  ]
  -id: 1096
  -titleTs: "'interest':18 'lemmi':11 'made':2 'mayb':13 'might':16 'reddit':8 'subscript':9 'thought':12 'tool':4 'transfer':6"
  -bodyTs: "'2':33 'account':48 'also':60 'annoy':4 'communit':63 'communiti':23,52 'credenti':74 'd':13 'day':34 'done':78 'download':71 'enter':72 'get':39 'join':22,61 'lemmi':9,25,58 'list':41 'logic':30 'look':19,50 'lose':14 'move':7 'name':56 'one':1 're':77 'reddit':47 'script':37 'spent':32 'subreddit':16,44 'tedious':28 'thing':2 'would':26 'write':35"
  +cross: false
  +upVotes: 15
  +downVotes: 0
  +ranking: 1689185145
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1353007"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689098745 {#2815
    date: 2023-07-11 20:05:45.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
73 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
74 DENIED moderate
App\Entity\EntryComment {#2394
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2395
    +user: Proxies\__CG__\App\Entity\User {#2794 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: Proxies\__CG__\App\Entity\Image {#2831 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2833 …}
    +slug: "I-made-a-tool-that-transfers-your-reddit-subscriptions-to"
    +title: "I made a tool that transfers your reddit subscriptions to lemmy, thought maybe you all might be interested"
    +url: "https://github.com/induna-crewneck/Reddit-Lemmy-Migrator/"
    +body: "One thing that annoyed me about moving to Lemmy was that I’d lose my subreddits and that looking for and joining communities on Lemmy would be tedious. So (logically) I spent 2 days writing a script, that gets a list of your subreddits from your reddit account and looks for communities with the same name on Lemmy. It also joins those communites. So all you have to do is download, enter your credentials and you’re done."
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 18
    +favouriteCount: 49
    +score: 16
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689648493 {#2826
      date: 2023-07-18 04:48:13.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2834 …}
    +votes: Doctrine\ORM\PersistentCollection {#2836 …}
    +reports: Doctrine\ORM\PersistentCollection {#2838 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2840 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2842 …}
    +badges: Doctrine\ORM\PersistentCollection {#2844 …}
    +children: [
      App\Entity\EntryComment {#2394}
    ]
    -id: 1096
    -titleTs: "'interest':18 'lemmi':11 'made':2 'mayb':13 'might':16 'reddit':8 'subscript':9 'thought':12 'tool':4 'transfer':6"
    -bodyTs: "'2':33 'account':48 'also':60 'annoy':4 'communit':63 'communiti':23,52 'credenti':74 'd':13 'day':34 'done':78 'download':71 'enter':72 'get':39 'join':22,61 'lemmi':9,25,58 'list':41 'logic':30 'look':19,50 'lose':14 'move':7 'name':56 'one':1 're':77 'reddit':47 'script':37 'spent':32 'subreddit':16,44 'tedious':28 'thing':2 'would':26 'write':35"
    +cross: false
    +upVotes: 15
    +downVotes: 0
    +ranking: 1689185145
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/1353007"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689098745 {#2815
      date: 2023-07-11 20:05:45.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2393 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1384 …}
  +body: "omg you do not need to explain. :) I'm sure that comment was intended as appreciation for your good work. just joking about how hard it was bad in the old days and kids these days have it so easy."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1689105325 {#2387
    date: 2023-07-11 21:55:25.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@induna_crewneck@lemmy.world"
    "@linux_user_6967@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1381 …}
  +nested: Doctrine\ORM\PersistentCollection {#1402 …}
  +votes: Doctrine\ORM\PersistentCollection {#1385 …}
  +reports: Doctrine\ORM\PersistentCollection {#1401 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1363 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1362 …}
  -id: 11814
  -bodyTs: "'appreci':16 'bad':28 'comment':12 'day':32,36 'easi':40 'explain':7 'good':19 'hard':25 'intend':14 'joke':22 'kid':34 'm':9 'need':5 'old':31 'omg':1 'sure':10 'work':20"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/177884/-/comment/707530"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689105325 {#2392
    date: 2023-07-11 21:55:25.0 +02:00
  }
  +"title": 11814
}
"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
75 DENIED edit
App\Entity\EntryComment {#2394
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2395
    +user: Proxies\__CG__\App\Entity\User {#2794 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: Proxies\__CG__\App\Entity\Image {#2831 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2833 …}
    +slug: "I-made-a-tool-that-transfers-your-reddit-subscriptions-to"
    +title: "I made a tool that transfers your reddit subscriptions to lemmy, thought maybe you all might be interested"
    +url: "https://github.com/induna-crewneck/Reddit-Lemmy-Migrator/"
    +body: "One thing that annoyed me about moving to Lemmy was that I’d lose my subreddits and that looking for and joining communities on Lemmy would be tedious. So (logically) I spent 2 days writing a script, that gets a list of your subreddits from your reddit account and looks for communities with the same name on Lemmy. It also joins those communites. So all you have to do is download, enter your credentials and you’re done."
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 18
    +favouriteCount: 49
    +score: 16
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689648493 {#2826
      date: 2023-07-18 04:48:13.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2834 …}
    +votes: Doctrine\ORM\PersistentCollection {#2836 …}
    +reports: Doctrine\ORM\PersistentCollection {#2838 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2840 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2842 …}
    +badges: Doctrine\ORM\PersistentCollection {#2844 …}
    +children: [
      App\Entity\EntryComment {#2394}
    ]
    -id: 1096
    -titleTs: "'interest':18 'lemmi':11 'made':2 'mayb':13 'might':16 'reddit':8 'subscript':9 'thought':12 'tool':4 'transfer':6"
    -bodyTs: "'2':33 'account':48 'also':60 'annoy':4 'communit':63 'communiti':23,52 'credenti':74 'd':13 'day':34 'done':78 'download':71 'enter':72 'get':39 'join':22,61 'lemmi':9,25,58 'list':41 'logic':30 'look':19,50 'lose':14 'move':7 'name':56 'one':1 're':77 'reddit':47 'script':37 'spent':32 'subreddit':16,44 'tedious':28 'thing':2 'would':26 'write':35"
    +cross: false
    +upVotes: 15
    +downVotes: 0
    +ranking: 1689185145
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/1353007"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689098745 {#2815
      date: 2023-07-11 20:05:45.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2393 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1384 …}
  +body: "omg you do not need to explain. :) I'm sure that comment was intended as appreciation for your good work. just joking about how hard it was bad in the old days and kids these days have it so easy."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1689105325 {#2387
    date: 2023-07-11 21:55:25.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@induna_crewneck@lemmy.world"
    "@linux_user_6967@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1381 …}
  +nested: Doctrine\ORM\PersistentCollection {#1402 …}
  +votes: Doctrine\ORM\PersistentCollection {#1385 …}
  +reports: Doctrine\ORM\PersistentCollection {#1401 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1363 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1362 …}
  -id: 11814
  -bodyTs: "'appreci':16 'bad':28 'comment':12 'day':32,36 'easi':40 'explain':7 'good':19 'hard':25 'intend':14 'joke':22 'kid':34 'm':9 'need':5 'old':31 'omg':1 'sure':10 'work':20"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/177884/-/comment/707530"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689105325 {#2392
    date: 2023-07-11 21:55:25.0 +02:00
  }
  +"title": 11814
}
"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
76 DENIED moderate
App\Entity\EntryComment {#2394
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2395
    +user: Proxies\__CG__\App\Entity\User {#2794 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: Proxies\__CG__\App\Entity\Image {#2831 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2833 …}
    +slug: "I-made-a-tool-that-transfers-your-reddit-subscriptions-to"
    +title: "I made a tool that transfers your reddit subscriptions to lemmy, thought maybe you all might be interested"
    +url: "https://github.com/induna-crewneck/Reddit-Lemmy-Migrator/"
    +body: "One thing that annoyed me about moving to Lemmy was that I’d lose my subreddits and that looking for and joining communities on Lemmy would be tedious. So (logically) I spent 2 days writing a script, that gets a list of your subreddits from your reddit account and looks for communities with the same name on Lemmy. It also joins those communites. So all you have to do is download, enter your credentials and you’re done."
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 18
    +favouriteCount: 49
    +score: 16
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689648493 {#2826
      date: 2023-07-18 04:48:13.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2834 …}
    +votes: Doctrine\ORM\PersistentCollection {#2836 …}
    +reports: Doctrine\ORM\PersistentCollection {#2838 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2840 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2842 …}
    +badges: Doctrine\ORM\PersistentCollection {#2844 …}
    +children: [
      App\Entity\EntryComment {#2394}
    ]
    -id: 1096
    -titleTs: "'interest':18 'lemmi':11 'made':2 'mayb':13 'might':16 'reddit':8 'subscript':9 'thought':12 'tool':4 'transfer':6"
    -bodyTs: "'2':33 'account':48 'also':60 'annoy':4 'communit':63 'communiti':23,52 'credenti':74 'd':13 'day':34 'done':78 'download':71 'enter':72 'get':39 'join':22,61 'lemmi':9,25,58 'list':41 'logic':30 'look':19,50 'lose':14 'move':7 'name':56 'one':1 're':77 'reddit':47 'script':37 'spent':32 'subreddit':16,44 'tedious':28 'thing':2 'would':26 'write':35"
    +cross: false
    +upVotes: 15
    +downVotes: 0
    +ranking: 1689185145
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/1353007"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689098745 {#2815
      date: 2023-07-11 20:05:45.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2393 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1384 …}
  +body: "omg you do not need to explain. :) I'm sure that comment was intended as appreciation for your good work. just joking about how hard it was bad in the old days and kids these days have it so easy."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1689105325 {#2387
    date: 2023-07-11 21:55:25.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@induna_crewneck@lemmy.world"
    "@linux_user_6967@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1381 …}
  +nested: Doctrine\ORM\PersistentCollection {#1402 …}
  +votes: Doctrine\ORM\PersistentCollection {#1385 …}
  +reports: Doctrine\ORM\PersistentCollection {#1401 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1363 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1362 …}
  -id: 11814
  -bodyTs: "'appreci':16 'bad':28 'comment':12 'day':32,36 'easi':40 'explain':7 'good':19 'hard':25 'intend':14 'joke':22 'kid':34 'm':9 'need':5 'old':31 'omg':1 'sure':10 'work':20"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/177884/-/comment/707530"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689105325 {#2392
    date: 2023-07-11 21:55:25.0 +02:00
  }
  +"title": 11814
}
"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
77 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
78 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1910
  +user: Proxies\__CG__\App\Entity\User {#2700 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
  +slug: "Does-anyone-regret-deleting-their-Reddit-account"
  +title: "Does anyone regret deleting their Reddit account?"
  +url: null
  +body: """
    When the whole Reddit fiasco started happening, I saw a lot of people wiping and deleting their Reddit accounts and moving elsewhere, like here on Lemmy.\n
    \n
    Now that it’s starting to die down a little bit, does anyone regret doing that? Or are you glad that you took that step?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 60
  +favouriteCount: 16
  +score: 1
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689267871 {#2734
    date: 2023-07-13 19:04:31.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2739 …}
  +votes: Doctrine\ORM\PersistentCollection {#2742 …}
  +reports: Doctrine\ORM\PersistentCollection {#2744 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2746 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2748 …}
  +badges: Doctrine\ORM\PersistentCollection {#2750 …}
  +children: [
    App\Entity\EntryComment {#2383
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1910 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1906 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1906 …}
      +body: """
        If I deleted my account I would never again get that *special feeling* of conducting a websearch to solve some problem and finding a hit from a person who looks like they are having *exactly* the same issue as me, only to find it was *me* posting 2 years ago and there are no useful responses.\n
        \n
        Makes me wonder how identifiable I am by my "accent" online... I must phrase things in unusual ways. And I spend a lot of time trying to solve problems that are either unsolvable or over my head..\n
        \n
        I always find this situation crushing, demoralizing and very funny and until lemmy has better search indexing I don't want to give it up.\n
        \n
        Also I wrote things I think were useful too. But I don't stumble no them.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1688957575 {#2379
        date: 2023-07-10 04:52:55.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@RealNooshie@lemmy.world"
        "@GeenVliegtuig@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1909 …}
      +nested: Doctrine\ORM\PersistentCollection {#1926 …}
      +votes: Doctrine\ORM\PersistentCollection {#1874 …}
      +reports: Doctrine\ORM\PersistentCollection {#1908 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1883 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2389 …}
      -id: 9317
      -bodyTs: "'..':94 '2':48 'accent':66 'account':5 'ago':50 'also':120 'alway':96 'better':109 'conduct':15 'crush':100 'delet':3 'demor':101 'either':88 'exact':35 'feel':13 'find':23,43,97 'funni':104 'get':10 'give':117 'head':93 'hit':25 'identifi':61 'index':111 'issu':38 'lemmi':107 'like':31 'look':30 'lot':79 'make':57 'must':69 'never':8 'onlin':67 'person':28 'phrase':70 'post':47 'problem':21,85 'respons':56 'search':110 'situat':99 'solv':19,84 'special':12 'spend':77 'stumbl':133 'thing':71,123 'think':125 'time':81 'tri':82 'unsolv':89 'unusu':73 'use':55,127 'want':115 'way':74 'websearch':17 'wonder':59 'would':7 'wrote':122 'year':49"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/167233/-/comment/660622"
      +editedAt: null
      +createdAt: DateTimeImmutable @1688957575 {#2381
        date: 2023-07-10 04:52:55.0 +02:00
      }
      +"title": 9317
    }
  ]
  -id: 948
  -titleTs: "'account':7 'anyon':2 'delet':4 'reddit':6 'regret':3"
  -bodyTs: "'account':19 'anyon':39 'bit':37 'delet':16 'die':33 'elsewher':22 'fiasco':5 'glad':46 'happen':7 'lemmi':26 'like':23 'littl':36 'lot':11 'move':21 'peopl':13 'reddit':4,18 'regret':40 'saw':9 'start':6,31 'step':51 'took':49 'whole':3 'wipe':14"
  +cross: false
  +upVotes: 1
  +downVotes: 0
  +ranking: 1689026383
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1277945"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688939983 {#2721
    date: 2023-07-09 23:59:43.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
79 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1910
  +user: Proxies\__CG__\App\Entity\User {#2700 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
  +slug: "Does-anyone-regret-deleting-their-Reddit-account"
  +title: "Does anyone regret deleting their Reddit account?"
  +url: null
  +body: """
    When the whole Reddit fiasco started happening, I saw a lot of people wiping and deleting their Reddit accounts and moving elsewhere, like here on Lemmy.\n
    \n
    Now that it’s starting to die down a little bit, does anyone regret doing that? Or are you glad that you took that step?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 60
  +favouriteCount: 16
  +score: 1
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689267871 {#2734
    date: 2023-07-13 19:04:31.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2739 …}
  +votes: Doctrine\ORM\PersistentCollection {#2742 …}
  +reports: Doctrine\ORM\PersistentCollection {#2744 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2746 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2748 …}
  +badges: Doctrine\ORM\PersistentCollection {#2750 …}
  +children: [
    App\Entity\EntryComment {#2383
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1910 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1906 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1906 …}
      +body: """
        If I deleted my account I would never again get that *special feeling* of conducting a websearch to solve some problem and finding a hit from a person who looks like they are having *exactly* the same issue as me, only to find it was *me* posting 2 years ago and there are no useful responses.\n
        \n
        Makes me wonder how identifiable I am by my "accent" online... I must phrase things in unusual ways. And I spend a lot of time trying to solve problems that are either unsolvable or over my head..\n
        \n
        I always find this situation crushing, demoralizing and very funny and until lemmy has better search indexing I don't want to give it up.\n
        \n
        Also I wrote things I think were useful too. But I don't stumble no them.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1688957575 {#2379
        date: 2023-07-10 04:52:55.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@RealNooshie@lemmy.world"
        "@GeenVliegtuig@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1909 …}
      +nested: Doctrine\ORM\PersistentCollection {#1926 …}
      +votes: Doctrine\ORM\PersistentCollection {#1874 …}
      +reports: Doctrine\ORM\PersistentCollection {#1908 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1883 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2389 …}
      -id: 9317
      -bodyTs: "'..':94 '2':48 'accent':66 'account':5 'ago':50 'also':120 'alway':96 'better':109 'conduct':15 'crush':100 'delet':3 'demor':101 'either':88 'exact':35 'feel':13 'find':23,43,97 'funni':104 'get':10 'give':117 'head':93 'hit':25 'identifi':61 'index':111 'issu':38 'lemmi':107 'like':31 'look':30 'lot':79 'make':57 'must':69 'never':8 'onlin':67 'person':28 'phrase':70 'post':47 'problem':21,85 'respons':56 'search':110 'situat':99 'solv':19,84 'special':12 'spend':77 'stumbl':133 'thing':71,123 'think':125 'time':81 'tri':82 'unsolv':89 'unusu':73 'use':55,127 'want':115 'way':74 'websearch':17 'wonder':59 'would':7 'wrote':122 'year':49"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/167233/-/comment/660622"
      +editedAt: null
      +createdAt: DateTimeImmutable @1688957575 {#2381
        date: 2023-07-10 04:52:55.0 +02:00
      }
      +"title": 9317
    }
  ]
  -id: 948
  -titleTs: "'account':7 'anyon':2 'delet':4 'reddit':6 'regret':3"
  -bodyTs: "'account':19 'anyon':39 'bit':37 'delet':16 'die':33 'elsewher':22 'fiasco':5 'glad':46 'happen':7 'lemmi':26 'like':23 'littl':36 'lot':11 'move':21 'peopl':13 'reddit':4,18 'regret':40 'saw':9 'start':6,31 'step':51 'took':49 'whole':3 'wipe':14"
  +cross: false
  +upVotes: 1
  +downVotes: 0
  +ranking: 1689026383
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1277945"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688939983 {#2721
    date: 2023-07-09 23:59:43.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
80 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1910
  +user: Proxies\__CG__\App\Entity\User {#2700 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
  +slug: "Does-anyone-regret-deleting-their-Reddit-account"
  +title: "Does anyone regret deleting their Reddit account?"
  +url: null
  +body: """
    When the whole Reddit fiasco started happening, I saw a lot of people wiping and deleting their Reddit accounts and moving elsewhere, like here on Lemmy.\n
    \n
    Now that it’s starting to die down a little bit, does anyone regret doing that? Or are you glad that you took that step?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 60
  +favouriteCount: 16
  +score: 1
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689267871 {#2734
    date: 2023-07-13 19:04:31.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2739 …}
  +votes: Doctrine\ORM\PersistentCollection {#2742 …}
  +reports: Doctrine\ORM\PersistentCollection {#2744 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2746 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2748 …}
  +badges: Doctrine\ORM\PersistentCollection {#2750 …}
  +children: [
    App\Entity\EntryComment {#2383
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1910 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1906 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1906 …}
      +body: """
        If I deleted my account I would never again get that *special feeling* of conducting a websearch to solve some problem and finding a hit from a person who looks like they are having *exactly* the same issue as me, only to find it was *me* posting 2 years ago and there are no useful responses.\n
        \n
        Makes me wonder how identifiable I am by my "accent" online... I must phrase things in unusual ways. And I spend a lot of time trying to solve problems that are either unsolvable or over my head..\n
        \n
        I always find this situation crushing, demoralizing and very funny and until lemmy has better search indexing I don't want to give it up.\n
        \n
        Also I wrote things I think were useful too. But I don't stumble no them.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1688957575 {#2379
        date: 2023-07-10 04:52:55.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@RealNooshie@lemmy.world"
        "@GeenVliegtuig@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1909 …}
      +nested: Doctrine\ORM\PersistentCollection {#1926 …}
      +votes: Doctrine\ORM\PersistentCollection {#1874 …}
      +reports: Doctrine\ORM\PersistentCollection {#1908 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1883 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2389 …}
      -id: 9317
      -bodyTs: "'..':94 '2':48 'accent':66 'account':5 'ago':50 'also':120 'alway':96 'better':109 'conduct':15 'crush':100 'delet':3 'demor':101 'either':88 'exact':35 'feel':13 'find':23,43,97 'funni':104 'get':10 'give':117 'head':93 'hit':25 'identifi':61 'index':111 'issu':38 'lemmi':107 'like':31 'look':30 'lot':79 'make':57 'must':69 'never':8 'onlin':67 'person':28 'phrase':70 'post':47 'problem':21,85 'respons':56 'search':110 'situat':99 'solv':19,84 'special':12 'spend':77 'stumbl':133 'thing':71,123 'think':125 'time':81 'tri':82 'unsolv':89 'unusu':73 'use':55,127 'want':115 'way':74 'websearch':17 'wonder':59 'would':7 'wrote':122 'year':49"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/167233/-/comment/660622"
      +editedAt: null
      +createdAt: DateTimeImmutable @1688957575 {#2381
        date: 2023-07-10 04:52:55.0 +02:00
      }
      +"title": 9317
    }
  ]
  -id: 948
  -titleTs: "'account':7 'anyon':2 'delet':4 'reddit':6 'regret':3"
  -bodyTs: "'account':19 'anyon':39 'bit':37 'delet':16 'die':33 'elsewher':22 'fiasco':5 'glad':46 'happen':7 'lemmi':26 'like':23 'littl':36 'lot':11 'move':21 'peopl':13 'reddit':4,18 'regret':40 'saw':9 'start':6,31 'step':51 'took':49 'whole':3 'wipe':14"
  +cross: false
  +upVotes: 1
  +downVotes: 0
  +ranking: 1689026383
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1277945"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688939983 {#2721
    date: 2023-07-09 23:59:43.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
81 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
82 DENIED moderate
App\Entity\EntryComment {#2383
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1910
    +user: Proxies\__CG__\App\Entity\User {#2700 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
    +slug: "Does-anyone-regret-deleting-their-Reddit-account"
    +title: "Does anyone regret deleting their Reddit account?"
    +url: null
    +body: """
      When the whole Reddit fiasco started happening, I saw a lot of people wiping and deleting their Reddit accounts and moving elsewhere, like here on Lemmy.\n
      \n
      Now that it’s starting to die down a little bit, does anyone regret doing that? Or are you glad that you took that step?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 60
    +favouriteCount: 16
    +score: 1
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689267871 {#2734
      date: 2023-07-13 19:04:31.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2739 …}
    +votes: Doctrine\ORM\PersistentCollection {#2742 …}
    +reports: Doctrine\ORM\PersistentCollection {#2744 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2746 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2748 …}
    +badges: Doctrine\ORM\PersistentCollection {#2750 …}
    +children: [
      App\Entity\EntryComment {#2383}
    ]
    -id: 948
    -titleTs: "'account':7 'anyon':2 'delet':4 'reddit':6 'regret':3"
    -bodyTs: "'account':19 'anyon':39 'bit':37 'delet':16 'die':33 'elsewher':22 'fiasco':5 'glad':46 'happen':7 'lemmi':26 'like':23 'littl':36 'lot':11 'move':21 'peopl':13 'reddit':4,18 'regret':40 'saw':9 'start':6,31 'step':51 'took':49 'whole':3 'wipe':14"
    +cross: false
    +upVotes: 1
    +downVotes: 0
    +ranking: 1689026383
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/1277945"
    +editedAt: null
    +createdAt: DateTimeImmutable @1688939983 {#2721
      date: 2023-07-09 23:59:43.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1906 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1906 …}
  +body: """
    If I deleted my account I would never again get that *special feeling* of conducting a websearch to solve some problem and finding a hit from a person who looks like they are having *exactly* the same issue as me, only to find it was *me* posting 2 years ago and there are no useful responses.\n
    \n
    Makes me wonder how identifiable I am by my "accent" online... I must phrase things in unusual ways. And I spend a lot of time trying to solve problems that are either unsolvable or over my head..\n
    \n
    I always find this situation crushing, demoralizing and very funny and until lemmy has better search indexing I don't want to give it up.\n
    \n
    Also I wrote things I think were useful too. But I don't stumble no them.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1688957575 {#2379
    date: 2023-07-10 04:52:55.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@RealNooshie@lemmy.world"
    "@GeenVliegtuig@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1909 …}
  +nested: Doctrine\ORM\PersistentCollection {#1926 …}
  +votes: Doctrine\ORM\PersistentCollection {#1874 …}
  +reports: Doctrine\ORM\PersistentCollection {#1908 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1883 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2389 …}
  -id: 9317
  -bodyTs: "'..':94 '2':48 'accent':66 'account':5 'ago':50 'also':120 'alway':96 'better':109 'conduct':15 'crush':100 'delet':3 'demor':101 'either':88 'exact':35 'feel':13 'find':23,43,97 'funni':104 'get':10 'give':117 'head':93 'hit':25 'identifi':61 'index':111 'issu':38 'lemmi':107 'like':31 'look':30 'lot':79 'make':57 'must':69 'never':8 'onlin':67 'person':28 'phrase':70 'post':47 'problem':21,85 'respons':56 'search':110 'situat':99 'solv':19,84 'special':12 'spend':77 'stumbl':133 'thing':71,123 'think':125 'time':81 'tri':82 'unsolv':89 'unusu':73 'use':55,127 'want':115 'way':74 'websearch':17 'wonder':59 'would':7 'wrote':122 'year':49"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/167233/-/comment/660622"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688957575 {#2381
    date: 2023-07-10 04:52:55.0 +02:00
  }
  +"title": 9317
}
"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
83 DENIED edit
App\Entity\EntryComment {#2383
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1910
    +user: Proxies\__CG__\App\Entity\User {#2700 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
    +slug: "Does-anyone-regret-deleting-their-Reddit-account"
    +title: "Does anyone regret deleting their Reddit account?"
    +url: null
    +body: """
      When the whole Reddit fiasco started happening, I saw a lot of people wiping and deleting their Reddit accounts and moving elsewhere, like here on Lemmy.\n
      \n
      Now that it’s starting to die down a little bit, does anyone regret doing that? Or are you glad that you took that step?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 60
    +favouriteCount: 16
    +score: 1
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689267871 {#2734
      date: 2023-07-13 19:04:31.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2739 …}
    +votes: Doctrine\ORM\PersistentCollection {#2742 …}
    +reports: Doctrine\ORM\PersistentCollection {#2744 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2746 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2748 …}
    +badges: Doctrine\ORM\PersistentCollection {#2750 …}
    +children: [
      App\Entity\EntryComment {#2383}
    ]
    -id: 948
    -titleTs: "'account':7 'anyon':2 'delet':4 'reddit':6 'regret':3"
    -bodyTs: "'account':19 'anyon':39 'bit':37 'delet':16 'die':33 'elsewher':22 'fiasco':5 'glad':46 'happen':7 'lemmi':26 'like':23 'littl':36 'lot':11 'move':21 'peopl':13 'reddit':4,18 'regret':40 'saw':9 'start':6,31 'step':51 'took':49 'whole':3 'wipe':14"
    +cross: false
    +upVotes: 1
    +downVotes: 0
    +ranking: 1689026383
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/1277945"
    +editedAt: null
    +createdAt: DateTimeImmutable @1688939983 {#2721
      date: 2023-07-09 23:59:43.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1906 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1906 …}
  +body: """
    If I deleted my account I would never again get that *special feeling* of conducting a websearch to solve some problem and finding a hit from a person who looks like they are having *exactly* the same issue as me, only to find it was *me* posting 2 years ago and there are no useful responses.\n
    \n
    Makes me wonder how identifiable I am by my "accent" online... I must phrase things in unusual ways. And I spend a lot of time trying to solve problems that are either unsolvable or over my head..\n
    \n
    I always find this situation crushing, demoralizing and very funny and until lemmy has better search indexing I don't want to give it up.\n
    \n
    Also I wrote things I think were useful too. But I don't stumble no them.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1688957575 {#2379
    date: 2023-07-10 04:52:55.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@RealNooshie@lemmy.world"
    "@GeenVliegtuig@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1909 …}
  +nested: Doctrine\ORM\PersistentCollection {#1926 …}
  +votes: Doctrine\ORM\PersistentCollection {#1874 …}
  +reports: Doctrine\ORM\PersistentCollection {#1908 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1883 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2389 …}
  -id: 9317
  -bodyTs: "'..':94 '2':48 'accent':66 'account':5 'ago':50 'also':120 'alway':96 'better':109 'conduct':15 'crush':100 'delet':3 'demor':101 'either':88 'exact':35 'feel':13 'find':23,43,97 'funni':104 'get':10 'give':117 'head':93 'hit':25 'identifi':61 'index':111 'issu':38 'lemmi':107 'like':31 'look':30 'lot':79 'make':57 'must':69 'never':8 'onlin':67 'person':28 'phrase':70 'post':47 'problem':21,85 'respons':56 'search':110 'situat':99 'solv':19,84 'special':12 'spend':77 'stumbl':133 'thing':71,123 'think':125 'time':81 'tri':82 'unsolv':89 'unusu':73 'use':55,127 'want':115 'way':74 'websearch':17 'wonder':59 'would':7 'wrote':122 'year':49"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/167233/-/comment/660622"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688957575 {#2381
    date: 2023-07-10 04:52:55.0 +02:00
  }
  +"title": 9317
}
"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
84 DENIED moderate
App\Entity\EntryComment {#2383
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1910
    +user: Proxies\__CG__\App\Entity\User {#2700 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
    +slug: "Does-anyone-regret-deleting-their-Reddit-account"
    +title: "Does anyone regret deleting their Reddit account?"
    +url: null
    +body: """
      When the whole Reddit fiasco started happening, I saw a lot of people wiping and deleting their Reddit accounts and moving elsewhere, like here on Lemmy.\n
      \n
      Now that it’s starting to die down a little bit, does anyone regret doing that? Or are you glad that you took that step?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 60
    +favouriteCount: 16
    +score: 1
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689267871 {#2734
      date: 2023-07-13 19:04:31.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2739 …}
    +votes: Doctrine\ORM\PersistentCollection {#2742 …}
    +reports: Doctrine\ORM\PersistentCollection {#2744 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2746 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2748 …}
    +badges: Doctrine\ORM\PersistentCollection {#2750 …}
    +children: [
      App\Entity\EntryComment {#2383}
    ]
    -id: 948
    -titleTs: "'account':7 'anyon':2 'delet':4 'reddit':6 'regret':3"
    -bodyTs: "'account':19 'anyon':39 'bit':37 'delet':16 'die':33 'elsewher':22 'fiasco':5 'glad':46 'happen':7 'lemmi':26 'like':23 'littl':36 'lot':11 'move':21 'peopl':13 'reddit':4,18 'regret':40 'saw':9 'start':6,31 'step':51 'took':49 'whole':3 'wipe':14"
    +cross: false
    +upVotes: 1
    +downVotes: 0
    +ranking: 1689026383
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/1277945"
    +editedAt: null
    +createdAt: DateTimeImmutable @1688939983 {#2721
      date: 2023-07-09 23:59:43.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1906 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1906 …}
  +body: """
    If I deleted my account I would never again get that *special feeling* of conducting a websearch to solve some problem and finding a hit from a person who looks like they are having *exactly* the same issue as me, only to find it was *me* posting 2 years ago and there are no useful responses.\n
    \n
    Makes me wonder how identifiable I am by my "accent" online... I must phrase things in unusual ways. And I spend a lot of time trying to solve problems that are either unsolvable or over my head..\n
    \n
    I always find this situation crushing, demoralizing and very funny and until lemmy has better search indexing I don't want to give it up.\n
    \n
    Also I wrote things I think were useful too. But I don't stumble no them.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1688957575 {#2379
    date: 2023-07-10 04:52:55.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@RealNooshie@lemmy.world"
    "@GeenVliegtuig@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1909 …}
  +nested: Doctrine\ORM\PersistentCollection {#1926 …}
  +votes: Doctrine\ORM\PersistentCollection {#1874 …}
  +reports: Doctrine\ORM\PersistentCollection {#1908 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1883 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2389 …}
  -id: 9317
  -bodyTs: "'..':94 '2':48 'accent':66 'account':5 'ago':50 'also':120 'alway':96 'better':109 'conduct':15 'crush':100 'delet':3 'demor':101 'either':88 'exact':35 'feel':13 'find':23,43,97 'funni':104 'get':10 'give':117 'head':93 'hit':25 'identifi':61 'index':111 'issu':38 'lemmi':107 'like':31 'look':30 'lot':79 'make':57 'must':69 'never':8 'onlin':67 'person':28 'phrase':70 'post':47 'problem':21,85 'respons':56 'search':110 'situat':99 'solv':19,84 'special':12 'spend':77 'stumbl':133 'thing':71,123 'think':125 'time':81 'tri':82 'unsolv':89 'unusu':73 'use':55,127 'want':115 'way':74 'websearch':17 'wonder':59 'would':7 'wrote':122 'year':49"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/167233/-/comment/660622"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688957575 {#2381
    date: 2023-07-10 04:52:55.0 +02:00
  }
  +"title": 9317
}
"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
85 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
86 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2370
  +user: Proxies\__CG__\App\Entity\User {#2755 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
  +slug: "now-that-i-don-t-have-a-reddit-account-i-guess"
  +title: "now that i don't have a reddit account, i guess i can tell you guys about secret communities"
  +url: null
  +body: """
    someone on reddit made some secret subreddits for certain acievements:\n
    \n
    - controversial club - one of the most controvertial posts on reddit within an hour\n
    - popular club - top 25 posts on reddit of the day\n
    - eternity club - popular club clone\n
    - ternion club - popular club but you also got ternion\n
    \n
    etc…\n
    \n
    why they exist? who knows, but i guess they are no longer secrets
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 31
  +favouriteCount: 27
  +score: 5
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689097340 {#2791
    date: 2023-07-11 19:42:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2796 …}
  +votes: Doctrine\ORM\PersistentCollection {#2799 …}
  +reports: Doctrine\ORM\PersistentCollection {#2801 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2803 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2805 …}
  +badges: Doctrine\ORM\PersistentCollection {#2807 …}
  +children: [
    App\Entity\EntryComment {#2363
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2370 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        > now that i don't have a reddit account, i guess i can tell you guys\n
        \n
        how did having a reddit account prevent this?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1688381467 {#2471
        date: 2023-07-03 12:51:07.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@original2@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2377 …}
      +nested: Doctrine\ORM\PersistentCollection {#2359 …}
      +votes: Doctrine\ORM\PersistentCollection {#2364 …}
      +reports: Doctrine\ORM\PersistentCollection {#2380 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2382 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2384 …}
      -id: 7328
      -bodyTs: "'account':9,22 'guess':11 'guy':16 'prevent':23 'reddit':8,21 'tell':14"
      +ranking: 0
      +commentCount: 0
      +upVotes: 1
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/128751/-/comment/507985"
      +editedAt: null
      +createdAt: DateTimeImmutable @1688349231 {#2371
        date: 2023-07-03 03:53:51.0 +02:00
      }
      +"title": 7328
    }
  ]
  -id: 720
  -titleTs: "'account':9 'communiti':19 'guess':11 'guy':16 'reddit':8 'secret':18 'tell':14"
  -bodyTs: "'25':27 'aciev':10 'also':45 'certain':9 'clone':38 'club':12,25,35,37,40,42 'controversi':11 'controverti':17 'day':33 'etc':48 'etern':34 'exist':51 'got':46 'guess':56 'hour':23 'know':53 'longer':60 'made':4 'one':13 'popular':24,36,41 'post':18,28 'reddit':3,20,30 'secret':6,61 'someon':1 'subreddit':7 'ternion':39,47 'top':26 'within':21"
  +cross: false
  +upVotes: 5
  +downVotes: 0
  +ranking: 1688399951
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/953049"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688313551 {#2778
    date: 2023-07-02 17:59:11.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
87 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2370
  +user: Proxies\__CG__\App\Entity\User {#2755 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
  +slug: "now-that-i-don-t-have-a-reddit-account-i-guess"
  +title: "now that i don't have a reddit account, i guess i can tell you guys about secret communities"
  +url: null
  +body: """
    someone on reddit made some secret subreddits for certain acievements:\n
    \n
    - controversial club - one of the most controvertial posts on reddit within an hour\n
    - popular club - top 25 posts on reddit of the day\n
    - eternity club - popular club clone\n
    - ternion club - popular club but you also got ternion\n
    \n
    etc…\n
    \n
    why they exist? who knows, but i guess they are no longer secrets
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 31
  +favouriteCount: 27
  +score: 5
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689097340 {#2791
    date: 2023-07-11 19:42:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2796 …}
  +votes: Doctrine\ORM\PersistentCollection {#2799 …}
  +reports: Doctrine\ORM\PersistentCollection {#2801 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2803 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2805 …}
  +badges: Doctrine\ORM\PersistentCollection {#2807 …}
  +children: [
    App\Entity\EntryComment {#2363
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2370 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        > now that i don't have a reddit account, i guess i can tell you guys\n
        \n
        how did having a reddit account prevent this?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1688381467 {#2471
        date: 2023-07-03 12:51:07.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@original2@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2377 …}
      +nested: Doctrine\ORM\PersistentCollection {#2359 …}
      +votes: Doctrine\ORM\PersistentCollection {#2364 …}
      +reports: Doctrine\ORM\PersistentCollection {#2380 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2382 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2384 …}
      -id: 7328
      -bodyTs: "'account':9,22 'guess':11 'guy':16 'prevent':23 'reddit':8,21 'tell':14"
      +ranking: 0
      +commentCount: 0
      +upVotes: 1
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/128751/-/comment/507985"
      +editedAt: null
      +createdAt: DateTimeImmutable @1688349231 {#2371
        date: 2023-07-03 03:53:51.0 +02:00
      }
      +"title": 7328
    }
  ]
  -id: 720
  -titleTs: "'account':9 'communiti':19 'guess':11 'guy':16 'reddit':8 'secret':18 'tell':14"
  -bodyTs: "'25':27 'aciev':10 'also':45 'certain':9 'clone':38 'club':12,25,35,37,40,42 'controversi':11 'controverti':17 'day':33 'etc':48 'etern':34 'exist':51 'got':46 'guess':56 'hour':23 'know':53 'longer':60 'made':4 'one':13 'popular':24,36,41 'post':18,28 'reddit':3,20,30 'secret':6,61 'someon':1 'subreddit':7 'ternion':39,47 'top':26 'within':21"
  +cross: false
  +upVotes: 5
  +downVotes: 0
  +ranking: 1688399951
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/953049"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688313551 {#2778
    date: 2023-07-02 17:59:11.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
88 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2370
  +user: Proxies\__CG__\App\Entity\User {#2755 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
  +slug: "now-that-i-don-t-have-a-reddit-account-i-guess"
  +title: "now that i don't have a reddit account, i guess i can tell you guys about secret communities"
  +url: null
  +body: """
    someone on reddit made some secret subreddits for certain acievements:\n
    \n
    - controversial club - one of the most controvertial posts on reddit within an hour\n
    - popular club - top 25 posts on reddit of the day\n
    - eternity club - popular club clone\n
    - ternion club - popular club but you also got ternion\n
    \n
    etc…\n
    \n
    why they exist? who knows, but i guess they are no longer secrets
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 31
  +favouriteCount: 27
  +score: 5
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689097340 {#2791
    date: 2023-07-11 19:42:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2796 …}
  +votes: Doctrine\ORM\PersistentCollection {#2799 …}
  +reports: Doctrine\ORM\PersistentCollection {#2801 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2803 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2805 …}
  +badges: Doctrine\ORM\PersistentCollection {#2807 …}
  +children: [
    App\Entity\EntryComment {#2363
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2370 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        > now that i don't have a reddit account, i guess i can tell you guys\n
        \n
        how did having a reddit account prevent this?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1688381467 {#2471
        date: 2023-07-03 12:51:07.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@original2@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2377 …}
      +nested: Doctrine\ORM\PersistentCollection {#2359 …}
      +votes: Doctrine\ORM\PersistentCollection {#2364 …}
      +reports: Doctrine\ORM\PersistentCollection {#2380 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2382 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2384 …}
      -id: 7328
      -bodyTs: "'account':9,22 'guess':11 'guy':16 'prevent':23 'reddit':8,21 'tell':14"
      +ranking: 0
      +commentCount: 0
      +upVotes: 1
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/128751/-/comment/507985"
      +editedAt: null
      +createdAt: DateTimeImmutable @1688349231 {#2371
        date: 2023-07-03 03:53:51.0 +02:00
      }
      +"title": 7328
    }
  ]
  -id: 720
  -titleTs: "'account':9 'communiti':19 'guess':11 'guy':16 'reddit':8 'secret':18 'tell':14"
  -bodyTs: "'25':27 'aciev':10 'also':45 'certain':9 'clone':38 'club':12,25,35,37,40,42 'controversi':11 'controverti':17 'day':33 'etc':48 'etern':34 'exist':51 'got':46 'guess':56 'hour':23 'know':53 'longer':60 'made':4 'one':13 'popular':24,36,41 'post':18,28 'reddit':3,20,30 'secret':6,61 'someon':1 'subreddit':7 'ternion':39,47 'top':26 'within':21"
  +cross: false
  +upVotes: 5
  +downVotes: 0
  +ranking: 1688399951
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/953049"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688313551 {#2778
    date: 2023-07-02 17:59:11.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
89 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
90 DENIED moderate
App\Entity\EntryComment {#2363
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2370
    +user: Proxies\__CG__\App\Entity\User {#2755 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
    +slug: "now-that-i-don-t-have-a-reddit-account-i-guess"
    +title: "now that i don't have a reddit account, i guess i can tell you guys about secret communities"
    +url: null
    +body: """
      someone on reddit made some secret subreddits for certain acievements:\n
      \n
      - controversial club - one of the most controvertial posts on reddit within an hour\n
      - popular club - top 25 posts on reddit of the day\n
      - eternity club - popular club clone\n
      - ternion club - popular club but you also got ternion\n
      \n
      etc…\n
      \n
      why they exist? who knows, but i guess they are no longer secrets
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 31
    +favouriteCount: 27
    +score: 5
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689097340 {#2791
      date: 2023-07-11 19:42:20.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2796 …}
    +votes: Doctrine\ORM\PersistentCollection {#2799 …}
    +reports: Doctrine\ORM\PersistentCollection {#2801 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2803 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2805 …}
    +badges: Doctrine\ORM\PersistentCollection {#2807 …}
    +children: [
      App\Entity\EntryComment {#2363}
    ]
    -id: 720
    -titleTs: "'account':9 'communiti':19 'guess':11 'guy':16 'reddit':8 'secret':18 'tell':14"
    -bodyTs: "'25':27 'aciev':10 'also':45 'certain':9 'clone':38 'club':12,25,35,37,40,42 'controversi':11 'controverti':17 'day':33 'etc':48 'etern':34 'exist':51 'got':46 'guess':56 'hour':23 'know':53 'longer':60 'made':4 'one':13 'popular':24,36,41 'post':18,28 'reddit':3,20,30 'secret':6,61 'someon':1 'subreddit':7 'ternion':39,47 'top':26 'within':21"
    +cross: false
    +upVotes: 5
    +downVotes: 0
    +ranking: 1688399951
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/953049"
    +editedAt: null
    +createdAt: DateTimeImmutable @1688313551 {#2778
      date: 2023-07-02 17:59:11.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    > now that i don't have a reddit account, i guess i can tell you guys\n
    \n
    how did having a reddit account prevent this?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1688381467 {#2471
    date: 2023-07-03 12:51:07.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@original2@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2377 …}
  +nested: Doctrine\ORM\PersistentCollection {#2359 …}
  +votes: Doctrine\ORM\PersistentCollection {#2364 …}
  +reports: Doctrine\ORM\PersistentCollection {#2380 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2382 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2384 …}
  -id: 7328
  -bodyTs: "'account':9,22 'guess':11 'guy':16 'prevent':23 'reddit':8,21 'tell':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 1
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/128751/-/comment/507985"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688349231 {#2371
    date: 2023-07-03 03:53:51.0 +02:00
  }
  +"title": 7328
}
"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
91 DENIED edit
App\Entity\EntryComment {#2363
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2370
    +user: Proxies\__CG__\App\Entity\User {#2755 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
    +slug: "now-that-i-don-t-have-a-reddit-account-i-guess"
    +title: "now that i don't have a reddit account, i guess i can tell you guys about secret communities"
    +url: null
    +body: """
      someone on reddit made some secret subreddits for certain acievements:\n
      \n
      - controversial club - one of the most controvertial posts on reddit within an hour\n
      - popular club - top 25 posts on reddit of the day\n
      - eternity club - popular club clone\n
      - ternion club - popular club but you also got ternion\n
      \n
      etc…\n
      \n
      why they exist? who knows, but i guess they are no longer secrets
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 31
    +favouriteCount: 27
    +score: 5
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689097340 {#2791
      date: 2023-07-11 19:42:20.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2796 …}
    +votes: Doctrine\ORM\PersistentCollection {#2799 …}
    +reports: Doctrine\ORM\PersistentCollection {#2801 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2803 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2805 …}
    +badges: Doctrine\ORM\PersistentCollection {#2807 …}
    +children: [
      App\Entity\EntryComment {#2363}
    ]
    -id: 720
    -titleTs: "'account':9 'communiti':19 'guess':11 'guy':16 'reddit':8 'secret':18 'tell':14"
    -bodyTs: "'25':27 'aciev':10 'also':45 'certain':9 'clone':38 'club':12,25,35,37,40,42 'controversi':11 'controverti':17 'day':33 'etc':48 'etern':34 'exist':51 'got':46 'guess':56 'hour':23 'know':53 'longer':60 'made':4 'one':13 'popular':24,36,41 'post':18,28 'reddit':3,20,30 'secret':6,61 'someon':1 'subreddit':7 'ternion':39,47 'top':26 'within':21"
    +cross: false
    +upVotes: 5
    +downVotes: 0
    +ranking: 1688399951
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/953049"
    +editedAt: null
    +createdAt: DateTimeImmutable @1688313551 {#2778
      date: 2023-07-02 17:59:11.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    > now that i don't have a reddit account, i guess i can tell you guys\n
    \n
    how did having a reddit account prevent this?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1688381467 {#2471
    date: 2023-07-03 12:51:07.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@original2@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2377 …}
  +nested: Doctrine\ORM\PersistentCollection {#2359 …}
  +votes: Doctrine\ORM\PersistentCollection {#2364 …}
  +reports: Doctrine\ORM\PersistentCollection {#2380 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2382 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2384 …}
  -id: 7328
  -bodyTs: "'account':9,22 'guess':11 'guy':16 'prevent':23 'reddit':8,21 'tell':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 1
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/128751/-/comment/507985"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688349231 {#2371
    date: 2023-07-03 03:53:51.0 +02:00
  }
  +"title": 7328
}
"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
92 DENIED moderate
App\Entity\EntryComment {#2363
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2370
    +user: Proxies\__CG__\App\Entity\User {#2755 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
    +slug: "now-that-i-don-t-have-a-reddit-account-i-guess"
    +title: "now that i don't have a reddit account, i guess i can tell you guys about secret communities"
    +url: null
    +body: """
      someone on reddit made some secret subreddits for certain acievements:\n
      \n
      - controversial club - one of the most controvertial posts on reddit within an hour\n
      - popular club - top 25 posts on reddit of the day\n
      - eternity club - popular club clone\n
      - ternion club - popular club but you also got ternion\n
      \n
      etc…\n
      \n
      why they exist? who knows, but i guess they are no longer secrets
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 31
    +favouriteCount: 27
    +score: 5
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689097340 {#2791
      date: 2023-07-11 19:42:20.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2796 …}
    +votes: Doctrine\ORM\PersistentCollection {#2799 …}
    +reports: Doctrine\ORM\PersistentCollection {#2801 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2803 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2805 …}
    +badges: Doctrine\ORM\PersistentCollection {#2807 …}
    +children: [
      App\Entity\EntryComment {#2363}
    ]
    -id: 720
    -titleTs: "'account':9 'communiti':19 'guess':11 'guy':16 'reddit':8 'secret':18 'tell':14"
    -bodyTs: "'25':27 'aciev':10 'also':45 'certain':9 'clone':38 'club':12,25,35,37,40,42 'controversi':11 'controverti':17 'day':33 'etc':48 'etern':34 'exist':51 'got':46 'guess':56 'hour':23 'know':53 'longer':60 'made':4 'one':13 'popular':24,36,41 'post':18,28 'reddit':3,20,30 'secret':6,61 'someon':1 'subreddit':7 'ternion':39,47 'top':26 'within':21"
    +cross: false
    +upVotes: 5
    +downVotes: 0
    +ranking: 1688399951
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/953049"
    +editedAt: null
    +createdAt: DateTimeImmutable @1688313551 {#2778
      date: 2023-07-02 17:59:11.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    > now that i don't have a reddit account, i guess i can tell you guys\n
    \n
    how did having a reddit account prevent this?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1688381467 {#2471
    date: 2023-07-03 12:51:07.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@original2@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2377 …}
  +nested: Doctrine\ORM\PersistentCollection {#2359 …}
  +votes: Doctrine\ORM\PersistentCollection {#2364 …}
  +reports: Doctrine\ORM\PersistentCollection {#2380 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2382 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2384 …}
  -id: 7328
  -bodyTs: "'account':9,22 'guess':11 'guy':16 'prevent':23 'reddit':8,21 'tell':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 1
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/128751/-/comment/507985"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688349231 {#2371
    date: 2023-07-03 03:53:51.0 +02:00
  }
  +"title": 7328
}
"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
93 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
94 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2458
  +user: Proxies\__CG__\App\Entity\User {#2737 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2777 …}
  +slug: "They-stole-the-internet-from-the-people-and-we-have"
  +title: "They stole the internet from the people and we have to take it back"
  +url: "https://media.kbin.social/c5/ba/c5baa021e8f6f5d01acb4bc45e9f96424de5cd3c3ee30f3c92edd7e50eb32a0d.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 53
  +favouriteCount: 238
  +score: 68
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688427015 {#2772
    date: 2023-07-04 01:30:15.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2779 …}
  +votes: Doctrine\ORM\PersistentCollection {#2781 …}
  +reports: Doctrine\ORM\PersistentCollection {#2783 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2785 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2787 …}
  +badges: Doctrine\ORM\PersistentCollection {#2789 …}
  +children: [
    App\Entity\EntryComment {#2462
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2458 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
      +body: "I know hugo as a static site generator. Is there also a fediverse project by that name?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1688142893 {#2447
        date: 2023-06-30 18:34:53.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@journalism_died@kbin.social"
        "@richardazia@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2456 …}
      +nested: Doctrine\ORM\PersistentCollection {#2453 …}
      +votes: Doctrine\ORM\PersistentCollection {#2457 …}
      +reports: Doctrine\ORM\PersistentCollection {#2455 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2468 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2469 …}
      -id: 6100
      -bodyTs: "'also':11 'fedivers':13 'generat':8 'hugo':3 'know':2 'name':17 'project':14 'site':7 'static':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/117712/-/comment/465084"
      +editedAt: null
      +createdAt: DateTimeImmutable @1688142893 {#2422
        date: 2023-06-30 18:34:53.0 +02:00
      }
      +"title": 6100
    }
  ]
  -id: 600
  -titleTs: "'back':14 'internet':4 'peopl':7 'stole':2 'take':12"
  -bodyTs: null
  +cross: false
  +upVotes: 68
  +downVotes: 0
  +ranking: 1688220139
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/117712"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688133739 {#2758
    date: 2023-06-30 16:02:19.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
95 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2458
  +user: Proxies\__CG__\App\Entity\User {#2737 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2777 …}
  +slug: "They-stole-the-internet-from-the-people-and-we-have"
  +title: "They stole the internet from the people and we have to take it back"
  +url: "https://media.kbin.social/c5/ba/c5baa021e8f6f5d01acb4bc45e9f96424de5cd3c3ee30f3c92edd7e50eb32a0d.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 53
  +favouriteCount: 238
  +score: 68
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688427015 {#2772
    date: 2023-07-04 01:30:15.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2779 …}
  +votes: Doctrine\ORM\PersistentCollection {#2781 …}
  +reports: Doctrine\ORM\PersistentCollection {#2783 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2785 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2787 …}
  +badges: Doctrine\ORM\PersistentCollection {#2789 …}
  +children: [
    App\Entity\EntryComment {#2462
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2458 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
      +body: "I know hugo as a static site generator. Is there also a fediverse project by that name?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1688142893 {#2447
        date: 2023-06-30 18:34:53.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@journalism_died@kbin.social"
        "@richardazia@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2456 …}
      +nested: Doctrine\ORM\PersistentCollection {#2453 …}
      +votes: Doctrine\ORM\PersistentCollection {#2457 …}
      +reports: Doctrine\ORM\PersistentCollection {#2455 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2468 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2469 …}
      -id: 6100
      -bodyTs: "'also':11 'fedivers':13 'generat':8 'hugo':3 'know':2 'name':17 'project':14 'site':7 'static':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/117712/-/comment/465084"
      +editedAt: null
      +createdAt: DateTimeImmutable @1688142893 {#2422
        date: 2023-06-30 18:34:53.0 +02:00
      }
      +"title": 6100
    }
  ]
  -id: 600
  -titleTs: "'back':14 'internet':4 'peopl':7 'stole':2 'take':12"
  -bodyTs: null
  +cross: false
  +upVotes: 68
  +downVotes: 0
  +ranking: 1688220139
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/117712"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688133739 {#2758
    date: 2023-06-30 16:02:19.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
96 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2458
  +user: Proxies\__CG__\App\Entity\User {#2737 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2777 …}
  +slug: "They-stole-the-internet-from-the-people-and-we-have"
  +title: "They stole the internet from the people and we have to take it back"
  +url: "https://media.kbin.social/c5/ba/c5baa021e8f6f5d01acb4bc45e9f96424de5cd3c3ee30f3c92edd7e50eb32a0d.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 53
  +favouriteCount: 238
  +score: 68
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688427015 {#2772
    date: 2023-07-04 01:30:15.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2779 …}
  +votes: Doctrine\ORM\PersistentCollection {#2781 …}
  +reports: Doctrine\ORM\PersistentCollection {#2783 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2785 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2787 …}
  +badges: Doctrine\ORM\PersistentCollection {#2789 …}
  +children: [
    App\Entity\EntryComment {#2462
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2458 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
      +body: "I know hugo as a static site generator. Is there also a fediverse project by that name?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1688142893 {#2447
        date: 2023-06-30 18:34:53.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@journalism_died@kbin.social"
        "@richardazia@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2456 …}
      +nested: Doctrine\ORM\PersistentCollection {#2453 …}
      +votes: Doctrine\ORM\PersistentCollection {#2457 …}
      +reports: Doctrine\ORM\PersistentCollection {#2455 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2468 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2469 …}
      -id: 6100
      -bodyTs: "'also':11 'fedivers':13 'generat':8 'hugo':3 'know':2 'name':17 'project':14 'site':7 'static':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/117712/-/comment/465084"
      +editedAt: null
      +createdAt: DateTimeImmutable @1688142893 {#2422
        date: 2023-06-30 18:34:53.0 +02:00
      }
      +"title": 6100
    }
  ]
  -id: 600
  -titleTs: "'back':14 'internet':4 'peopl':7 'stole':2 'take':12"
  -bodyTs: null
  +cross: false
  +upVotes: 68
  +downVotes: 0
  +ranking: 1688220139
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/117712"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688133739 {#2758
    date: 2023-06-30 16:02:19.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
97 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
98 DENIED moderate
App\Entity\EntryComment {#2462
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2458
    +user: Proxies\__CG__\App\Entity\User {#2737 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2777 …}
    +slug: "They-stole-the-internet-from-the-people-and-we-have"
    +title: "They stole the internet from the people and we have to take it back"
    +url: "https://media.kbin.social/c5/ba/c5baa021e8f6f5d01acb4bc45e9f96424de5cd3c3ee30f3c92edd7e50eb32a0d.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 53
    +favouriteCount: 238
    +score: 68
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1688427015 {#2772
      date: 2023-07-04 01:30:15.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2779 …}
    +votes: Doctrine\ORM\PersistentCollection {#2781 …}
    +reports: Doctrine\ORM\PersistentCollection {#2783 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2785 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2787 …}
    +badges: Doctrine\ORM\PersistentCollection {#2789 …}
    +children: [
      App\Entity\EntryComment {#2462}
    ]
    -id: 600
    -titleTs: "'back':14 'internet':4 'peopl':7 'stole':2 'take':12"
    -bodyTs: null
    +cross: false
    +upVotes: 68
    +downVotes: 0
    +ranking: 1688220139
    +visibility: "visible             "
    +apId: "https://kbin.social/m/RedditMigration/t/117712"
    +editedAt: null
    +createdAt: DateTimeImmutable @1688133739 {#2758
      date: 2023-06-30 16:02:19.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
  +body: "I know hugo as a static site generator. Is there also a fediverse project by that name?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1688142893 {#2447
    date: 2023-06-30 18:34:53.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@journalism_died@kbin.social"
    "@richardazia@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2456 …}
  +nested: Doctrine\ORM\PersistentCollection {#2453 …}
  +votes: Doctrine\ORM\PersistentCollection {#2457 …}
  +reports: Doctrine\ORM\PersistentCollection {#2455 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2468 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2469 …}
  -id: 6100
  -bodyTs: "'also':11 'fedivers':13 'generat':8 'hugo':3 'know':2 'name':17 'project':14 'site':7 'static':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/117712/-/comment/465084"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688142893 {#2422
    date: 2023-06-30 18:34:53.0 +02:00
  }
  +"title": 6100
}
"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
99 DENIED edit
App\Entity\EntryComment {#2462
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2458
    +user: Proxies\__CG__\App\Entity\User {#2737 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2777 …}
    +slug: "They-stole-the-internet-from-the-people-and-we-have"
    +title: "They stole the internet from the people and we have to take it back"
    +url: "https://media.kbin.social/c5/ba/c5baa021e8f6f5d01acb4bc45e9f96424de5cd3c3ee30f3c92edd7e50eb32a0d.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 53
    +favouriteCount: 238
    +score: 68
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1688427015 {#2772
      date: 2023-07-04 01:30:15.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2779 …}
    +votes: Doctrine\ORM\PersistentCollection {#2781 …}
    +reports: Doctrine\ORM\PersistentCollection {#2783 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2785 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2787 …}
    +badges: Doctrine\ORM\PersistentCollection {#2789 …}
    +children: [
      App\Entity\EntryComment {#2462}
    ]
    -id: 600
    -titleTs: "'back':14 'internet':4 'peopl':7 'stole':2 'take':12"
    -bodyTs: null
    +cross: false
    +upVotes: 68
    +downVotes: 0
    +ranking: 1688220139
    +visibility: "visible             "
    +apId: "https://kbin.social/m/RedditMigration/t/117712"
    +editedAt: null
    +createdAt: DateTimeImmutable @1688133739 {#2758
      date: 2023-06-30 16:02:19.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
  +body: "I know hugo as a static site generator. Is there also a fediverse project by that name?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1688142893 {#2447
    date: 2023-06-30 18:34:53.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@journalism_died@kbin.social"
    "@richardazia@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2456 …}
  +nested: Doctrine\ORM\PersistentCollection {#2453 …}
  +votes: Doctrine\ORM\PersistentCollection {#2457 …}
  +reports: Doctrine\ORM\PersistentCollection {#2455 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2468 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2469 …}
  -id: 6100
  -bodyTs: "'also':11 'fedivers':13 'generat':8 'hugo':3 'know':2 'name':17 'project':14 'site':7 'static':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/117712/-/comment/465084"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688142893 {#2422
    date: 2023-06-30 18:34:53.0 +02:00
  }
  +"title": 6100
}
"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
100 DENIED moderate
App\Entity\EntryComment {#2462
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2458
    +user: Proxies\__CG__\App\Entity\User {#2737 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2777 …}
    +slug: "They-stole-the-internet-from-the-people-and-we-have"
    +title: "They stole the internet from the people and we have to take it back"
    +url: "https://media.kbin.social/c5/ba/c5baa021e8f6f5d01acb4bc45e9f96424de5cd3c3ee30f3c92edd7e50eb32a0d.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 53
    +favouriteCount: 238
    +score: 68
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1688427015 {#2772
      date: 2023-07-04 01:30:15.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2779 …}
    +votes: Doctrine\ORM\PersistentCollection {#2781 …}
    +reports: Doctrine\ORM\PersistentCollection {#2783 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2785 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2787 …}
    +badges: Doctrine\ORM\PersistentCollection {#2789 …}
    +children: [
      App\Entity\EntryComment {#2462}
    ]
    -id: 600
    -titleTs: "'back':14 'internet':4 'peopl':7 'stole':2 'take':12"
    -bodyTs: null
    +cross: false
    +upVotes: 68
    +downVotes: 0
    +ranking: 1688220139
    +visibility: "visible             "
    +apId: "https://kbin.social/m/RedditMigration/t/117712"
    +editedAt: null
    +createdAt: DateTimeImmutable @1688133739 {#2758
      date: 2023-06-30 16:02:19.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
  +body: "I know hugo as a static site generator. Is there also a fediverse project by that name?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1688142893 {#2447
    date: 2023-06-30 18:34:53.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@journalism_died@kbin.social"
    "@richardazia@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2456 …}
  +nested: Doctrine\ORM\PersistentCollection {#2453 …}
  +votes: Doctrine\ORM\PersistentCollection {#2457 …}
  +reports: Doctrine\ORM\PersistentCollection {#2455 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2468 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2469 …}
  -id: 6100
  -bodyTs: "'also':11 'fedivers':13 'generat':8 'hugo':3 'know':2 'name':17 'project':14 'site':7 'static':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/117712/-/comment/465084"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688142893 {#2422
    date: 2023-06-30 18:34:53.0 +02:00
  }
  +"title": 6100
}
"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
101 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
102 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1586
  +user: Proxies\__CG__\App\Entity\User {#2628 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
  +slug: "I-don-t-understand-people-who-say-they-can-t-figure-out"
  +title: "I don’t understand people who say they can’t figure out Lemmy or KBin"
  +url: null
  +body: """
    Does federation have a bit of a learning curve? No doubt.\n
    \n
    Is Lemmy buggy as heck? Absolutely.\n
    \n
    But I don’t think that really justifies a lot of the comments I’m seeing in Reddit alternatives threads that it’s hard to figure out. The front page feed and sort options are very similar to Reddit. Searching for same-instance communities is not too difficult. Posting, commenting, and voting are all quite intuitive. What’s the problem?\n
    \n
    Edit: I do think terminology is a bit of an issue. I can tell a lot of people don’t understand “instance” vs. “community” at first. “Magazine” is the biggest offender here. That’s a very unintuitive term.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 124
  +favouriteCount: 70
  +score: 13
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688096969 {#2715
    date: 2023-06-30 05:49:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2722 …}
  +votes: Doctrine\ORM\PersistentCollection {#2724 …}
  +reports: Doctrine\ORM\PersistentCollection {#2726 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2728 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2730 …}
  +badges: Doctrine\ORM\PersistentCollection {#2732 …}
  +children: [
    4 => App\Entity\EntryComment {#1647
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1592 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1590 …}
      +body: """
        this platform doesn't have search and as far as I understand, doesn't *want to have* search. so where are you thinking people are supposed to search exactly?\n
        \n
        I would love to see your tutorial about how to search for information here.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1688010426 {#1695
        date: 2023-06-29 05:47:06.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@metic@lemmy.world"
        "@keet@kbin.social"
        "@detwaft@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1553 …}
      +nested: Doctrine\ORM\PersistentCollection {#1662 …}
      +votes: Doctrine\ORM\PersistentCollection {#1656 …}
      +reports: Doctrine\ORM\PersistentCollection {#1651 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1564 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1567 …}
      -id: 4885
      -bodyTs: "'doesn':3,13 'exact':29 'far':9 'inform':42 'love':32 'peopl':24 'platform':2 'search':6,18,28,40 'see':34 'suppos':26 'think':23 'tutori':36 'understand':12 'want':15 'would':31"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441665"
      +editedAt: null
      +createdAt: DateTimeImmutable @1688010426 {#1595
        date: 2023-06-29 05:47:06.0 +02:00
      }
      +"title": 4885
    }
    3 => App\Entity\EntryComment {#1795
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
      +body: "don't forget [fiber optics](https://www.techtricksworld.com/wp-content/uploads/2021/01/Fiber_Optical_Cable.jpg)!"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1688010610 {#1691
        date: 2023-06-29 05:50:10.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@metic@lemmy.world"
        "@PierreKanazawa@fedia.io"
        "@BettyWhiteInHD@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1616 …}
      +nested: Doctrine\ORM\PersistentCollection {#1598 …}
      +votes: Doctrine\ORM\PersistentCollection {#1629 …}
      +reports: Doctrine\ORM\PersistentCollection {#1626 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1597 …}
      -id: 4895
      -bodyTs: "'/wp-content/uploads/2021/01/fiber_optical_cable.jpg)!':8 'fiber':4 'forget':3 'optic':5 'www.techtricksworld.com':7 'www.techtricksworld.com/wp-content/uploads/2021/01/fiber_optical_cable.jpg)!':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441686"
      +editedAt: null
      +createdAt: DateTimeImmutable @1688010610 {#1692
        date: 2023-06-29 05:50:10.0 +02:00
      }
      +"title": 4895
    }
    1 => App\Entity\EntryComment {#1715
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1714 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
      +body: """
        How to find the established community you want to be involved in.  \n
         And humblebragging.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1688011092 {#1724
        date: 2023-06-29 05:58:12.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@metic@lemmy.world"
        "@TriLevelSync@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1720 …}
      +nested: Doctrine\ORM\PersistentCollection {#1717 …}
      +votes: Doctrine\ORM\PersistentCollection {#1741 …}
      +reports: Doctrine\ORM\PersistentCollection {#1707 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2448 …}
      -id: 4905
      -bodyTs: "'communiti':6 'establish':5 'find':3 'humblebrag':14 'involv':11 'want':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441743"
      +editedAt: null
      +createdAt: DateTimeImmutable @1688011092 {#1719
        date: 2023-06-29 05:58:12.0 +02:00
      }
      +"title": 4905
    }
    2 => App\Entity\EntryComment {#1723
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
      +body: """
        that is so dismissive.\n
        \n
        people don't want to switch because they had a thing that they liked and this thing is nothing like that.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1688010781 {#1731
        date: 2023-06-29 05:53:01.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@metic@lemmy.world"
        "@khelmr@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1721 …}
      +nested: Doctrine\ORM\PersistentCollection {#1728 …}
      +votes: Doctrine\ORM\PersistentCollection {#1730 …}
      +reports: Doctrine\ORM\PersistentCollection {#1734 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1727 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1733 …}
      -id: 4897
      -bodyTs: "'dismiss':4 'like':18,24 'noth':23 'peopl':5 'switch':10 'thing':15,21 'want':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441699"
      +editedAt: null
      +createdAt: DateTimeImmutable @1688010781 {#1725
        date: 2023-06-29 05:53:01.0 +02:00
      }
      +"title": 4897
    }
    0 => App\Entity\EntryComment {#1613
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
      +body: "the people who are like "but what linux distro will be perfect for all my needs???""
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1688010503 {#1549
        date: 2023-06-29 05:48:23.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@metic@lemmy.world"
        "@livus@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1556 …}
      +nested: Doctrine\ORM\PersistentCollection {#1604 …}
      +votes: Doctrine\ORM\PersistentCollection {#1619 …}
      +reports: Doctrine\ORM\PersistentCollection {#1701 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1689 …}
      -id: 4888
      -bodyTs: "'distro':9 'like':5 'linux':8 'need':16 'peopl':2 'perfect':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441682"
      +editedAt: null
      +createdAt: DateTimeImmutable @1688010503 {#1620
        date: 2023-06-29 05:48:23.0 +02:00
      }
      +"title": 4888
    }
  ]
  -id: 485
  -titleTs: "'figur':11 'kbin':15 'lemmi':13 'peopl':5 'say':7 'understand':4"
  -bodyTs: "'absolut':17 'altern':36 'biggest':108 'bit':5,86 'buggi':14 'comment':30,68 'communiti':62,102 'curv':9 'difficult':66 'doubt':11 'edit':79 'feder':2 'feed':48 'figur':43 'first':104 'front':46 'hard':41 'heck':16 'instanc':61,100 'intuit':74 'issu':89 'justifi':25 'learn':8 'lemmi':13 'lot':27,94 'm':32 'magazin':105 'offend':109 'option':51 'page':47 'peopl':96 'post':67 'problem':78 'quit':73 'realli':24 'reddit':35,56 'same-inst':59 'search':57 'see':33 'similar':54 'sort':50 'tell':92 'term':116 'terminolog':83 'think':22,82 'thread':37 'understand':99 'unintuit':115 'vote':70 'vs':101"
  +cross: false
  +upVotes: 13
  +downVotes: 0
  +ranking: 1688090822
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/782011"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688004422 {#2697
    date: 2023-06-29 04:07:02.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
103 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1586
  +user: Proxies\__CG__\App\Entity\User {#2628 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
  +slug: "I-don-t-understand-people-who-say-they-can-t-figure-out"
  +title: "I don’t understand people who say they can’t figure out Lemmy or KBin"
  +url: null
  +body: """
    Does federation have a bit of a learning curve? No doubt.\n
    \n
    Is Lemmy buggy as heck? Absolutely.\n
    \n
    But I don’t think that really justifies a lot of the comments I’m seeing in Reddit alternatives threads that it’s hard to figure out. The front page feed and sort options are very similar to Reddit. Searching for same-instance communities is not too difficult. Posting, commenting, and voting are all quite intuitive. What’s the problem?\n
    \n
    Edit: I do think terminology is a bit of an issue. I can tell a lot of people don’t understand “instance” vs. “community” at first. “Magazine” is the biggest offender here. That’s a very unintuitive term.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 124
  +favouriteCount: 70
  +score: 13
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688096969 {#2715
    date: 2023-06-30 05:49:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2722 …}
  +votes: Doctrine\ORM\PersistentCollection {#2724 …}
  +reports: Doctrine\ORM\PersistentCollection {#2726 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2728 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2730 …}
  +badges: Doctrine\ORM\PersistentCollection {#2732 …}
  +children: [
    4 => App\Entity\EntryComment {#1647
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1592 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1590 …}
      +body: """
        this platform doesn't have search and as far as I understand, doesn't *want to have* search. so where are you thinking people are supposed to search exactly?\n
        \n
        I would love to see your tutorial about how to search for information here.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1688010426 {#1695
        date: 2023-06-29 05:47:06.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@metic@lemmy.world"
        "@keet@kbin.social"
        "@detwaft@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1553 …}
      +nested: Doctrine\ORM\PersistentCollection {#1662 …}
      +votes: Doctrine\ORM\PersistentCollection {#1656 …}
      +reports: Doctrine\ORM\PersistentCollection {#1651 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1564 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1567 …}
      -id: 4885
      -bodyTs: "'doesn':3,13 'exact':29 'far':9 'inform':42 'love':32 'peopl':24 'platform':2 'search':6,18,28,40 'see':34 'suppos':26 'think':23 'tutori':36 'understand':12 'want':15 'would':31"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441665"
      +editedAt: null
      +createdAt: DateTimeImmutable @1688010426 {#1595
        date: 2023-06-29 05:47:06.0 +02:00
      }
      +"title": 4885
    }
    3 => App\Entity\EntryComment {#1795
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
      +body: "don't forget [fiber optics](https://www.techtricksworld.com/wp-content/uploads/2021/01/Fiber_Optical_Cable.jpg)!"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1688010610 {#1691
        date: 2023-06-29 05:50:10.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@metic@lemmy.world"
        "@PierreKanazawa@fedia.io"
        "@BettyWhiteInHD@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1616 …}
      +nested: Doctrine\ORM\PersistentCollection {#1598 …}
      +votes: Doctrine\ORM\PersistentCollection {#1629 …}
      +reports: Doctrine\ORM\PersistentCollection {#1626 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1597 …}
      -id: 4895
      -bodyTs: "'/wp-content/uploads/2021/01/fiber_optical_cable.jpg)!':8 'fiber':4 'forget':3 'optic':5 'www.techtricksworld.com':7 'www.techtricksworld.com/wp-content/uploads/2021/01/fiber_optical_cable.jpg)!':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441686"
      +editedAt: null
      +createdAt: DateTimeImmutable @1688010610 {#1692
        date: 2023-06-29 05:50:10.0 +02:00
      }
      +"title": 4895
    }
    1 => App\Entity\EntryComment {#1715
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1714 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
      +body: """
        How to find the established community you want to be involved in.  \n
         And humblebragging.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1688011092 {#1724
        date: 2023-06-29 05:58:12.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@metic@lemmy.world"
        "@TriLevelSync@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1720 …}
      +nested: Doctrine\ORM\PersistentCollection {#1717 …}
      +votes: Doctrine\ORM\PersistentCollection {#1741 …}
      +reports: Doctrine\ORM\PersistentCollection {#1707 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2448 …}
      -id: 4905
      -bodyTs: "'communiti':6 'establish':5 'find':3 'humblebrag':14 'involv':11 'want':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441743"
      +editedAt: null
      +createdAt: DateTimeImmutable @1688011092 {#1719
        date: 2023-06-29 05:58:12.0 +02:00
      }
      +"title": 4905
    }
    2 => App\Entity\EntryComment {#1723
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
      +body: """
        that is so dismissive.\n
        \n
        people don't want to switch because they had a thing that they liked and this thing is nothing like that.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1688010781 {#1731
        date: 2023-06-29 05:53:01.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@metic@lemmy.world"
        "@khelmr@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1721 …}
      +nested: Doctrine\ORM\PersistentCollection {#1728 …}
      +votes: Doctrine\ORM\PersistentCollection {#1730 …}
      +reports: Doctrine\ORM\PersistentCollection {#1734 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1727 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1733 …}
      -id: 4897
      -bodyTs: "'dismiss':4 'like':18,24 'noth':23 'peopl':5 'switch':10 'thing':15,21 'want':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441699"
      +editedAt: null
      +createdAt: DateTimeImmutable @1688010781 {#1725
        date: 2023-06-29 05:53:01.0 +02:00
      }
      +"title": 4897
    }
    0 => App\Entity\EntryComment {#1613
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
      +body: "the people who are like "but what linux distro will be perfect for all my needs???""
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1688010503 {#1549
        date: 2023-06-29 05:48:23.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@metic@lemmy.world"
        "@livus@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1556 …}
      +nested: Doctrine\ORM\PersistentCollection {#1604 …}
      +votes: Doctrine\ORM\PersistentCollection {#1619 …}
      +reports: Doctrine\ORM\PersistentCollection {#1701 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1689 …}
      -id: 4888
      -bodyTs: "'distro':9 'like':5 'linux':8 'need':16 'peopl':2 'perfect':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441682"
      +editedAt: null
      +createdAt: DateTimeImmutable @1688010503 {#1620
        date: 2023-06-29 05:48:23.0 +02:00
      }
      +"title": 4888
    }
  ]
  -id: 485
  -titleTs: "'figur':11 'kbin':15 'lemmi':13 'peopl':5 'say':7 'understand':4"
  -bodyTs: "'absolut':17 'altern':36 'biggest':108 'bit':5,86 'buggi':14 'comment':30,68 'communiti':62,102 'curv':9 'difficult':66 'doubt':11 'edit':79 'feder':2 'feed':48 'figur':43 'first':104 'front':46 'hard':41 'heck':16 'instanc':61,100 'intuit':74 'issu':89 'justifi':25 'learn':8 'lemmi':13 'lot':27,94 'm':32 'magazin':105 'offend':109 'option':51 'page':47 'peopl':96 'post':67 'problem':78 'quit':73 'realli':24 'reddit':35,56 'same-inst':59 'search':57 'see':33 'similar':54 'sort':50 'tell':92 'term':116 'terminolog':83 'think':22,82 'thread':37 'understand':99 'unintuit':115 'vote':70 'vs':101"
  +cross: false
  +upVotes: 13
  +downVotes: 0
  +ranking: 1688090822
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/782011"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688004422 {#2697
    date: 2023-06-29 04:07:02.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
104 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1586
  +user: Proxies\__CG__\App\Entity\User {#2628 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
  +slug: "I-don-t-understand-people-who-say-they-can-t-figure-out"
  +title: "I don’t understand people who say they can’t figure out Lemmy or KBin"
  +url: null
  +body: """
    Does federation have a bit of a learning curve? No doubt.\n
    \n
    Is Lemmy buggy as heck? Absolutely.\n
    \n
    But I don’t think that really justifies a lot of the comments I’m seeing in Reddit alternatives threads that it’s hard to figure out. The front page feed and sort options are very similar to Reddit. Searching for same-instance communities is not too difficult. Posting, commenting, and voting are all quite intuitive. What’s the problem?\n
    \n
    Edit: I do think terminology is a bit of an issue. I can tell a lot of people don’t understand “instance” vs. “community” at first. “Magazine” is the biggest offender here. That’s a very unintuitive term.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 124
  +favouriteCount: 70
  +score: 13
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688096969 {#2715
    date: 2023-06-30 05:49:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2722 …}
  +votes: Doctrine\ORM\PersistentCollection {#2724 …}
  +reports: Doctrine\ORM\PersistentCollection {#2726 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2728 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2730 …}
  +badges: Doctrine\ORM\PersistentCollection {#2732 …}
  +children: [
    4 => App\Entity\EntryComment {#1647
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1592 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1590 …}
      +body: """
        this platform doesn't have search and as far as I understand, doesn't *want to have* search. so where are you thinking people are supposed to search exactly?\n
        \n
        I would love to see your tutorial about how to search for information here.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1688010426 {#1695
        date: 2023-06-29 05:47:06.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@metic@lemmy.world"
        "@keet@kbin.social"
        "@detwaft@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1553 …}
      +nested: Doctrine\ORM\PersistentCollection {#1662 …}
      +votes: Doctrine\ORM\PersistentCollection {#1656 …}
      +reports: Doctrine\ORM\PersistentCollection {#1651 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1564 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1567 …}
      -id: 4885
      -bodyTs: "'doesn':3,13 'exact':29 'far':9 'inform':42 'love':32 'peopl':24 'platform':2 'search':6,18,28,40 'see':34 'suppos':26 'think':23 'tutori':36 'understand':12 'want':15 'would':31"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441665"
      +editedAt: null
      +createdAt: DateTimeImmutable @1688010426 {#1595
        date: 2023-06-29 05:47:06.0 +02:00
      }
      +"title": 4885
    }
    3 => App\Entity\EntryComment {#1795
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
      +body: "don't forget [fiber optics](https://www.techtricksworld.com/wp-content/uploads/2021/01/Fiber_Optical_Cable.jpg)!"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1688010610 {#1691
        date: 2023-06-29 05:50:10.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@metic@lemmy.world"
        "@PierreKanazawa@fedia.io"
        "@BettyWhiteInHD@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1616 …}
      +nested: Doctrine\ORM\PersistentCollection {#1598 …}
      +votes: Doctrine\ORM\PersistentCollection {#1629 …}
      +reports: Doctrine\ORM\PersistentCollection {#1626 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1597 …}
      -id: 4895
      -bodyTs: "'/wp-content/uploads/2021/01/fiber_optical_cable.jpg)!':8 'fiber':4 'forget':3 'optic':5 'www.techtricksworld.com':7 'www.techtricksworld.com/wp-content/uploads/2021/01/fiber_optical_cable.jpg)!':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441686"
      +editedAt: null
      +createdAt: DateTimeImmutable @1688010610 {#1692
        date: 2023-06-29 05:50:10.0 +02:00
      }
      +"title": 4895
    }
    1 => App\Entity\EntryComment {#1715
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1714 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
      +body: """
        How to find the established community you want to be involved in.  \n
         And humblebragging.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1688011092 {#1724
        date: 2023-06-29 05:58:12.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@metic@lemmy.world"
        "@TriLevelSync@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1720 …}
      +nested: Doctrine\ORM\PersistentCollection {#1717 …}
      +votes: Doctrine\ORM\PersistentCollection {#1741 …}
      +reports: Doctrine\ORM\PersistentCollection {#1707 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2448 …}
      -id: 4905
      -bodyTs: "'communiti':6 'establish':5 'find':3 'humblebrag':14 'involv':11 'want':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441743"
      +editedAt: null
      +createdAt: DateTimeImmutable @1688011092 {#1719
        date: 2023-06-29 05:58:12.0 +02:00
      }
      +"title": 4905
    }
    2 => App\Entity\EntryComment {#1723
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
      +body: """
        that is so dismissive.\n
        \n
        people don't want to switch because they had a thing that they liked and this thing is nothing like that.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1688010781 {#1731
        date: 2023-06-29 05:53:01.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@metic@lemmy.world"
        "@khelmr@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1721 …}
      +nested: Doctrine\ORM\PersistentCollection {#1728 …}
      +votes: Doctrine\ORM\PersistentCollection {#1730 …}
      +reports: Doctrine\ORM\PersistentCollection {#1734 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1727 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1733 …}
      -id: 4897
      -bodyTs: "'dismiss':4 'like':18,24 'noth':23 'peopl':5 'switch':10 'thing':15,21 'want':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441699"
      +editedAt: null
      +createdAt: DateTimeImmutable @1688010781 {#1725
        date: 2023-06-29 05:53:01.0 +02:00
      }
      +"title": 4897
    }
    0 => App\Entity\EntryComment {#1613
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
      +body: "the people who are like "but what linux distro will be perfect for all my needs???""
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1688010503 {#1549
        date: 2023-06-29 05:48:23.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@metic@lemmy.world"
        "@livus@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1556 …}
      +nested: Doctrine\ORM\PersistentCollection {#1604 …}
      +votes: Doctrine\ORM\PersistentCollection {#1619 …}
      +reports: Doctrine\ORM\PersistentCollection {#1701 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1689 …}
      -id: 4888
      -bodyTs: "'distro':9 'like':5 'linux':8 'need':16 'peopl':2 'perfect':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441682"
      +editedAt: null
      +createdAt: DateTimeImmutable @1688010503 {#1620
        date: 2023-06-29 05:48:23.0 +02:00
      }
      +"title": 4888
    }
  ]
  -id: 485
  -titleTs: "'figur':11 'kbin':15 'lemmi':13 'peopl':5 'say':7 'understand':4"
  -bodyTs: "'absolut':17 'altern':36 'biggest':108 'bit':5,86 'buggi':14 'comment':30,68 'communiti':62,102 'curv':9 'difficult':66 'doubt':11 'edit':79 'feder':2 'feed':48 'figur':43 'first':104 'front':46 'hard':41 'heck':16 'instanc':61,100 'intuit':74 'issu':89 'justifi':25 'learn':8 'lemmi':13 'lot':27,94 'm':32 'magazin':105 'offend':109 'option':51 'page':47 'peopl':96 'post':67 'problem':78 'quit':73 'realli':24 'reddit':35,56 'same-inst':59 'search':57 'see':33 'similar':54 'sort':50 'tell':92 'term':116 'terminolog':83 'think':22,82 'thread':37 'understand':99 'unintuit':115 'vote':70 'vs':101"
  +cross: false
  +upVotes: 13
  +downVotes: 0
  +ranking: 1688090822
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/782011"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688004422 {#2697
    date: 2023-06-29 04:07:02.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
105 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
106 DENIED moderate
App\Entity\EntryComment {#1647
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1586
    +user: Proxies\__CG__\App\Entity\User {#2628 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
    +slug: "I-don-t-understand-people-who-say-they-can-t-figure-out"
    +title: "I don’t understand people who say they can’t figure out Lemmy or KBin"
    +url: null
    +body: """
      Does federation have a bit of a learning curve? No doubt.\n
      \n
      Is Lemmy buggy as heck? Absolutely.\n
      \n
      But I don’t think that really justifies a lot of the comments I’m seeing in Reddit alternatives threads that it’s hard to figure out. The front page feed and sort options are very similar to Reddit. Searching for same-instance communities is not too difficult. Posting, commenting, and voting are all quite intuitive. What’s the problem?\n
      \n
      Edit: I do think terminology is a bit of an issue. I can tell a lot of people don’t understand “instance” vs. “community” at first. “Magazine” is the biggest offender here. That’s a very unintuitive term.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 124
    +favouriteCount: 70
    +score: 13
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1688096969 {#2715
      date: 2023-06-30 05:49:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2722 …}
    +votes: Doctrine\ORM\PersistentCollection {#2724 …}
    +reports: Doctrine\ORM\PersistentCollection {#2726 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2728 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2730 …}
    +badges: Doctrine\ORM\PersistentCollection {#2732 …}
    +children: [
      4 => App\Entity\EntryComment {#1647}
      3 => App\Entity\EntryComment {#1795
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
        +body: "don't forget [fiber optics](https://www.techtricksworld.com/wp-content/uploads/2021/01/Fiber_Optical_Cable.jpg)!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1688010610 {#1691
          date: 2023-06-29 05:50:10.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@PierreKanazawa@fedia.io"
          "@BettyWhiteInHD@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1616 …}
        +nested: Doctrine\ORM\PersistentCollection {#1598 …}
        +votes: Doctrine\ORM\PersistentCollection {#1629 …}
        +reports: Doctrine\ORM\PersistentCollection {#1626 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1597 …}
        -id: 4895
        -bodyTs: "'/wp-content/uploads/2021/01/fiber_optical_cable.jpg)!':8 'fiber':4 'forget':3 'optic':5 'www.techtricksworld.com':7 'www.techtricksworld.com/wp-content/uploads/2021/01/fiber_optical_cable.jpg)!':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441686"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010610 {#1692
          date: 2023-06-29 05:50:10.0 +02:00
        }
        +"title": 4895
      }
      1 => App\Entity\EntryComment {#1715
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1714 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
        +body: """
          How to find the established community you want to be involved in.  \n
           And humblebragging.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1688011092 {#1724
          date: 2023-06-29 05:58:12.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@TriLevelSync@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1720 …}
        +nested: Doctrine\ORM\PersistentCollection {#1717 …}
        +votes: Doctrine\ORM\PersistentCollection {#1741 …}
        +reports: Doctrine\ORM\PersistentCollection {#1707 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2448 …}
        -id: 4905
        -bodyTs: "'communiti':6 'establish':5 'find':3 'humblebrag':14 'involv':11 'want':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441743"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688011092 {#1719
          date: 2023-06-29 05:58:12.0 +02:00
        }
        +"title": 4905
      }
      2 => App\Entity\EntryComment {#1723
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
        +body: """
          that is so dismissive.\n
          \n
          people don't want to switch because they had a thing that they liked and this thing is nothing like that.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1688010781 {#1731
          date: 2023-06-29 05:53:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@khelmr@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1721 …}
        +nested: Doctrine\ORM\PersistentCollection {#1728 …}
        +votes: Doctrine\ORM\PersistentCollection {#1730 …}
        +reports: Doctrine\ORM\PersistentCollection {#1734 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1727 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1733 …}
        -id: 4897
        -bodyTs: "'dismiss':4 'like':18,24 'noth':23 'peopl':5 'switch':10 'thing':15,21 'want':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441699"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010781 {#1725
          date: 2023-06-29 05:53:01.0 +02:00
        }
        +"title": 4897
      }
      0 => App\Entity\EntryComment {#1613
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +body: "the people who are like "but what linux distro will be perfect for all my needs???""
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1688010503 {#1549
          date: 2023-06-29 05:48:23.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@livus@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1556 …}
        +nested: Doctrine\ORM\PersistentCollection {#1604 …}
        +votes: Doctrine\ORM\PersistentCollection {#1619 …}
        +reports: Doctrine\ORM\PersistentCollection {#1701 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1689 …}
        -id: 4888
        -bodyTs: "'distro':9 'like':5 'linux':8 'need':16 'peopl':2 'perfect':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441682"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010503 {#1620
          date: 2023-06-29 05:48:23.0 +02:00
        }
        +"title": 4888
      }
    ]
    -id: 485
    -titleTs: "'figur':11 'kbin':15 'lemmi':13 'peopl':5 'say':7 'understand':4"
    -bodyTs: "'absolut':17 'altern':36 'biggest':108 'bit':5,86 'buggi':14 'comment':30,68 'communiti':62,102 'curv':9 'difficult':66 'doubt':11 'edit':79 'feder':2 'feed':48 'figur':43 'first':104 'front':46 'hard':41 'heck':16 'instanc':61,100 'intuit':74 'issu':89 'justifi':25 'learn':8 'lemmi':13 'lot':27,94 'm':32 'magazin':105 'offend':109 'option':51 'page':47 'peopl':96 'post':67 'problem':78 'quit':73 'realli':24 'reddit':35,56 'same-inst':59 'search':57 'see':33 'similar':54 'sort':50 'tell':92 'term':116 'terminolog':83 'think':22,82 'thread':37 'understand':99 'unintuit':115 'vote':70 'vs':101"
    +cross: false
    +upVotes: 13
    +downVotes: 0
    +ranking: 1688090822
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/782011"
    +editedAt: null
    +createdAt: DateTimeImmutable @1688004422 {#2697
      date: 2023-06-29 04:07:02.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1592 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1590 …}
  +body: """
    this platform doesn't have search and as far as I understand, doesn't *want to have* search. so where are you thinking people are supposed to search exactly?\n
    \n
    I would love to see your tutorial about how to search for information here.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1688010426 {#1695
    date: 2023-06-29 05:47:06.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@metic@lemmy.world"
    "@keet@kbin.social"
    "@detwaft@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1553 …}
  +nested: Doctrine\ORM\PersistentCollection {#1662 …}
  +votes: Doctrine\ORM\PersistentCollection {#1656 …}
  +reports: Doctrine\ORM\PersistentCollection {#1651 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1564 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1567 …}
  -id: 4885
  -bodyTs: "'doesn':3,13 'exact':29 'far':9 'inform':42 'love':32 'peopl':24 'platform':2 'search':6,18,28,40 'see':34 'suppos':26 'think':23 'tutori':36 'understand':12 'want':15 'would':31"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441665"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688010426 {#1595
    date: 2023-06-29 05:47:06.0 +02:00
  }
  +"title": 4885
}
"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
107 DENIED edit
App\Entity\EntryComment {#1647
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1586
    +user: Proxies\__CG__\App\Entity\User {#2628 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
    +slug: "I-don-t-understand-people-who-say-they-can-t-figure-out"
    +title: "I don’t understand people who say they can’t figure out Lemmy or KBin"
    +url: null
    +body: """
      Does federation have a bit of a learning curve? No doubt.\n
      \n
      Is Lemmy buggy as heck? Absolutely.\n
      \n
      But I don’t think that really justifies a lot of the comments I’m seeing in Reddit alternatives threads that it’s hard to figure out. The front page feed and sort options are very similar to Reddit. Searching for same-instance communities is not too difficult. Posting, commenting, and voting are all quite intuitive. What’s the problem?\n
      \n
      Edit: I do think terminology is a bit of an issue. I can tell a lot of people don’t understand “instance” vs. “community” at first. “Magazine” is the biggest offender here. That’s a very unintuitive term.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 124
    +favouriteCount: 70
    +score: 13
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1688096969 {#2715
      date: 2023-06-30 05:49:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2722 …}
    +votes: Doctrine\ORM\PersistentCollection {#2724 …}
    +reports: Doctrine\ORM\PersistentCollection {#2726 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2728 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2730 …}
    +badges: Doctrine\ORM\PersistentCollection {#2732 …}
    +children: [
      4 => App\Entity\EntryComment {#1647}
      3 => App\Entity\EntryComment {#1795
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
        +body: "don't forget [fiber optics](https://www.techtricksworld.com/wp-content/uploads/2021/01/Fiber_Optical_Cable.jpg)!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1688010610 {#1691
          date: 2023-06-29 05:50:10.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@PierreKanazawa@fedia.io"
          "@BettyWhiteInHD@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1616 …}
        +nested: Doctrine\ORM\PersistentCollection {#1598 …}
        +votes: Doctrine\ORM\PersistentCollection {#1629 …}
        +reports: Doctrine\ORM\PersistentCollection {#1626 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1597 …}
        -id: 4895
        -bodyTs: "'/wp-content/uploads/2021/01/fiber_optical_cable.jpg)!':8 'fiber':4 'forget':3 'optic':5 'www.techtricksworld.com':7 'www.techtricksworld.com/wp-content/uploads/2021/01/fiber_optical_cable.jpg)!':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441686"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010610 {#1692
          date: 2023-06-29 05:50:10.0 +02:00
        }
        +"title": 4895
      }
      1 => App\Entity\EntryComment {#1715
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1714 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
        +body: """
          How to find the established community you want to be involved in.  \n
           And humblebragging.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1688011092 {#1724
          date: 2023-06-29 05:58:12.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@TriLevelSync@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1720 …}
        +nested: Doctrine\ORM\PersistentCollection {#1717 …}
        +votes: Doctrine\ORM\PersistentCollection {#1741 …}
        +reports: Doctrine\ORM\PersistentCollection {#1707 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2448 …}
        -id: 4905
        -bodyTs: "'communiti':6 'establish':5 'find':3 'humblebrag':14 'involv':11 'want':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441743"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688011092 {#1719
          date: 2023-06-29 05:58:12.0 +02:00
        }
        +"title": 4905
      }
      2 => App\Entity\EntryComment {#1723
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
        +body: """
          that is so dismissive.\n
          \n
          people don't want to switch because they had a thing that they liked and this thing is nothing like that.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1688010781 {#1731
          date: 2023-06-29 05:53:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@khelmr@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1721 …}
        +nested: Doctrine\ORM\PersistentCollection {#1728 …}
        +votes: Doctrine\ORM\PersistentCollection {#1730 …}
        +reports: Doctrine\ORM\PersistentCollection {#1734 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1727 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1733 …}
        -id: 4897
        -bodyTs: "'dismiss':4 'like':18,24 'noth':23 'peopl':5 'switch':10 'thing':15,21 'want':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441699"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010781 {#1725
          date: 2023-06-29 05:53:01.0 +02:00
        }
        +"title": 4897
      }
      0 => App\Entity\EntryComment {#1613
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +body: "the people who are like "but what linux distro will be perfect for all my needs???""
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1688010503 {#1549
          date: 2023-06-29 05:48:23.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@livus@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1556 …}
        +nested: Doctrine\ORM\PersistentCollection {#1604 …}
        +votes: Doctrine\ORM\PersistentCollection {#1619 …}
        +reports: Doctrine\ORM\PersistentCollection {#1701 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1689 …}
        -id: 4888
        -bodyTs: "'distro':9 'like':5 'linux':8 'need':16 'peopl':2 'perfect':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441682"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010503 {#1620
          date: 2023-06-29 05:48:23.0 +02:00
        }
        +"title": 4888
      }
    ]
    -id: 485
    -titleTs: "'figur':11 'kbin':15 'lemmi':13 'peopl':5 'say':7 'understand':4"
    -bodyTs: "'absolut':17 'altern':36 'biggest':108 'bit':5,86 'buggi':14 'comment':30,68 'communiti':62,102 'curv':9 'difficult':66 'doubt':11 'edit':79 'feder':2 'feed':48 'figur':43 'first':104 'front':46 'hard':41 'heck':16 'instanc':61,100 'intuit':74 'issu':89 'justifi':25 'learn':8 'lemmi':13 'lot':27,94 'm':32 'magazin':105 'offend':109 'option':51 'page':47 'peopl':96 'post':67 'problem':78 'quit':73 'realli':24 'reddit':35,56 'same-inst':59 'search':57 'see':33 'similar':54 'sort':50 'tell':92 'term':116 'terminolog':83 'think':22,82 'thread':37 'understand':99 'unintuit':115 'vote':70 'vs':101"
    +cross: false
    +upVotes: 13
    +downVotes: 0
    +ranking: 1688090822
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/782011"
    +editedAt: null
    +createdAt: DateTimeImmutable @1688004422 {#2697
      date: 2023-06-29 04:07:02.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1592 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1590 …}
  +body: """
    this platform doesn't have search and as far as I understand, doesn't *want to have* search. so where are you thinking people are supposed to search exactly?\n
    \n
    I would love to see your tutorial about how to search for information here.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1688010426 {#1695
    date: 2023-06-29 05:47:06.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@metic@lemmy.world"
    "@keet@kbin.social"
    "@detwaft@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1553 …}
  +nested: Doctrine\ORM\PersistentCollection {#1662 …}
  +votes: Doctrine\ORM\PersistentCollection {#1656 …}
  +reports: Doctrine\ORM\PersistentCollection {#1651 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1564 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1567 …}
  -id: 4885
  -bodyTs: "'doesn':3,13 'exact':29 'far':9 'inform':42 'love':32 'peopl':24 'platform':2 'search':6,18,28,40 'see':34 'suppos':26 'think':23 'tutori':36 'understand':12 'want':15 'would':31"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441665"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688010426 {#1595
    date: 2023-06-29 05:47:06.0 +02:00
  }
  +"title": 4885
}
"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
108 DENIED moderate
App\Entity\EntryComment {#1647
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1586
    +user: Proxies\__CG__\App\Entity\User {#2628 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
    +slug: "I-don-t-understand-people-who-say-they-can-t-figure-out"
    +title: "I don’t understand people who say they can’t figure out Lemmy or KBin"
    +url: null
    +body: """
      Does federation have a bit of a learning curve? No doubt.\n
      \n
      Is Lemmy buggy as heck? Absolutely.\n
      \n
      But I don’t think that really justifies a lot of the comments I’m seeing in Reddit alternatives threads that it’s hard to figure out. The front page feed and sort options are very similar to Reddit. Searching for same-instance communities is not too difficult. Posting, commenting, and voting are all quite intuitive. What’s the problem?\n
      \n
      Edit: I do think terminology is a bit of an issue. I can tell a lot of people don’t understand “instance” vs. “community” at first. “Magazine” is the biggest offender here. That’s a very unintuitive term.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 124
    +favouriteCount: 70
    +score: 13
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1688096969 {#2715
      date: 2023-06-30 05:49:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2722 …}
    +votes: Doctrine\ORM\PersistentCollection {#2724 …}
    +reports: Doctrine\ORM\PersistentCollection {#2726 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2728 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2730 …}
    +badges: Doctrine\ORM\PersistentCollection {#2732 …}
    +children: [
      4 => App\Entity\EntryComment {#1647}
      3 => App\Entity\EntryComment {#1795
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
        +body: "don't forget [fiber optics](https://www.techtricksworld.com/wp-content/uploads/2021/01/Fiber_Optical_Cable.jpg)!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1688010610 {#1691
          date: 2023-06-29 05:50:10.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@PierreKanazawa@fedia.io"
          "@BettyWhiteInHD@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1616 …}
        +nested: Doctrine\ORM\PersistentCollection {#1598 …}
        +votes: Doctrine\ORM\PersistentCollection {#1629 …}
        +reports: Doctrine\ORM\PersistentCollection {#1626 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1597 …}
        -id: 4895
        -bodyTs: "'/wp-content/uploads/2021/01/fiber_optical_cable.jpg)!':8 'fiber':4 'forget':3 'optic':5 'www.techtricksworld.com':7 'www.techtricksworld.com/wp-content/uploads/2021/01/fiber_optical_cable.jpg)!':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441686"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010610 {#1692
          date: 2023-06-29 05:50:10.0 +02:00
        }
        +"title": 4895
      }
      1 => App\Entity\EntryComment {#1715
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1714 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
        +body: """
          How to find the established community you want to be involved in.  \n
           And humblebragging.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1688011092 {#1724
          date: 2023-06-29 05:58:12.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@TriLevelSync@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1720 …}
        +nested: Doctrine\ORM\PersistentCollection {#1717 …}
        +votes: Doctrine\ORM\PersistentCollection {#1741 …}
        +reports: Doctrine\ORM\PersistentCollection {#1707 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2448 …}
        -id: 4905
        -bodyTs: "'communiti':6 'establish':5 'find':3 'humblebrag':14 'involv':11 'want':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441743"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688011092 {#1719
          date: 2023-06-29 05:58:12.0 +02:00
        }
        +"title": 4905
      }
      2 => App\Entity\EntryComment {#1723
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
        +body: """
          that is so dismissive.\n
          \n
          people don't want to switch because they had a thing that they liked and this thing is nothing like that.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1688010781 {#1731
          date: 2023-06-29 05:53:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@khelmr@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1721 …}
        +nested: Doctrine\ORM\PersistentCollection {#1728 …}
        +votes: Doctrine\ORM\PersistentCollection {#1730 …}
        +reports: Doctrine\ORM\PersistentCollection {#1734 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1727 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1733 …}
        -id: 4897
        -bodyTs: "'dismiss':4 'like':18,24 'noth':23 'peopl':5 'switch':10 'thing':15,21 'want':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441699"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010781 {#1725
          date: 2023-06-29 05:53:01.0 +02:00
        }
        +"title": 4897
      }
      0 => App\Entity\EntryComment {#1613
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +body: "the people who are like "but what linux distro will be perfect for all my needs???""
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1688010503 {#1549
          date: 2023-06-29 05:48:23.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@livus@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1556 …}
        +nested: Doctrine\ORM\PersistentCollection {#1604 …}
        +votes: Doctrine\ORM\PersistentCollection {#1619 …}
        +reports: Doctrine\ORM\PersistentCollection {#1701 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1689 …}
        -id: 4888
        -bodyTs: "'distro':9 'like':5 'linux':8 'need':16 'peopl':2 'perfect':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441682"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010503 {#1620
          date: 2023-06-29 05:48:23.0 +02:00
        }
        +"title": 4888
      }
    ]
    -id: 485
    -titleTs: "'figur':11 'kbin':15 'lemmi':13 'peopl':5 'say':7 'understand':4"
    -bodyTs: "'absolut':17 'altern':36 'biggest':108 'bit':5,86 'buggi':14 'comment':30,68 'communiti':62,102 'curv':9 'difficult':66 'doubt':11 'edit':79 'feder':2 'feed':48 'figur':43 'first':104 'front':46 'hard':41 'heck':16 'instanc':61,100 'intuit':74 'issu':89 'justifi':25 'learn':8 'lemmi':13 'lot':27,94 'm':32 'magazin':105 'offend':109 'option':51 'page':47 'peopl':96 'post':67 'problem':78 'quit':73 'realli':24 'reddit':35,56 'same-inst':59 'search':57 'see':33 'similar':54 'sort':50 'tell':92 'term':116 'terminolog':83 'think':22,82 'thread':37 'understand':99 'unintuit':115 'vote':70 'vs':101"
    +cross: false
    +upVotes: 13
    +downVotes: 0
    +ranking: 1688090822
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/782011"
    +editedAt: null
    +createdAt: DateTimeImmutable @1688004422 {#2697
      date: 2023-06-29 04:07:02.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1592 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1590 …}
  +body: """
    this platform doesn't have search and as far as I understand, doesn't *want to have* search. so where are you thinking people are supposed to search exactly?\n
    \n
    I would love to see your tutorial about how to search for information here.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1688010426 {#1695
    date: 2023-06-29 05:47:06.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@metic@lemmy.world"
    "@keet@kbin.social"
    "@detwaft@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1553 …}
  +nested: Doctrine\ORM\PersistentCollection {#1662 …}
  +votes: Doctrine\ORM\PersistentCollection {#1656 …}
  +reports: Doctrine\ORM\PersistentCollection {#1651 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1564 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1567 …}
  -id: 4885
  -bodyTs: "'doesn':3,13 'exact':29 'far':9 'inform':42 'love':32 'peopl':24 'platform':2 'search':6,18,28,40 'see':34 'suppos':26 'think':23 'tutori':36 'understand':12 'want':15 'would':31"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441665"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688010426 {#1595
    date: 2023-06-29 05:47:06.0 +02:00
  }
  +"title": 4885
}
"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
109 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
110 DENIED moderate
App\Entity\EntryComment {#1795
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1586
    +user: Proxies\__CG__\App\Entity\User {#2628 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
    +slug: "I-don-t-understand-people-who-say-they-can-t-figure-out"
    +title: "I don’t understand people who say they can’t figure out Lemmy or KBin"
    +url: null
    +body: """
      Does federation have a bit of a learning curve? No doubt.\n
      \n
      Is Lemmy buggy as heck? Absolutely.\n
      \n
      But I don’t think that really justifies a lot of the comments I’m seeing in Reddit alternatives threads that it’s hard to figure out. The front page feed and sort options are very similar to Reddit. Searching for same-instance communities is not too difficult. Posting, commenting, and voting are all quite intuitive. What’s the problem?\n
      \n
      Edit: I do think terminology is a bit of an issue. I can tell a lot of people don’t understand “instance” vs. “community” at first. “Magazine” is the biggest offender here. That’s a very unintuitive term.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 124
    +favouriteCount: 70
    +score: 13
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1688096969 {#2715
      date: 2023-06-30 05:49:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2722 …}
    +votes: Doctrine\ORM\PersistentCollection {#2724 …}
    +reports: Doctrine\ORM\PersistentCollection {#2726 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2728 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2730 …}
    +badges: Doctrine\ORM\PersistentCollection {#2732 …}
    +children: [
      4 => App\Entity\EntryComment {#1647
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1592 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1590 …}
        +body: """
          this platform doesn't have search and as far as I understand, doesn't *want to have* search. so where are you thinking people are supposed to search exactly?\n
          \n
          I would love to see your tutorial about how to search for information here.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1688010426 {#1695
          date: 2023-06-29 05:47:06.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@keet@kbin.social"
          "@detwaft@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1553 …}
        +nested: Doctrine\ORM\PersistentCollection {#1662 …}
        +votes: Doctrine\ORM\PersistentCollection {#1656 …}
        +reports: Doctrine\ORM\PersistentCollection {#1651 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1564 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1567 …}
        -id: 4885
        -bodyTs: "'doesn':3,13 'exact':29 'far':9 'inform':42 'love':32 'peopl':24 'platform':2 'search':6,18,28,40 'see':34 'suppos':26 'think':23 'tutori':36 'understand':12 'want':15 'would':31"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441665"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010426 {#1595
          date: 2023-06-29 05:47:06.0 +02:00
        }
        +"title": 4885
      }
      3 => App\Entity\EntryComment {#1795}
      1 => App\Entity\EntryComment {#1715
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1714 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
        +body: """
          How to find the established community you want to be involved in.  \n
           And humblebragging.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1688011092 {#1724
          date: 2023-06-29 05:58:12.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@TriLevelSync@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1720 …}
        +nested: Doctrine\ORM\PersistentCollection {#1717 …}
        +votes: Doctrine\ORM\PersistentCollection {#1741 …}
        +reports: Doctrine\ORM\PersistentCollection {#1707 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2448 …}
        -id: 4905
        -bodyTs: "'communiti':6 'establish':5 'find':3 'humblebrag':14 'involv':11 'want':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441743"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688011092 {#1719
          date: 2023-06-29 05:58:12.0 +02:00
        }
        +"title": 4905
      }
      2 => App\Entity\EntryComment {#1723
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
        +body: """
          that is so dismissive.\n
          \n
          people don't want to switch because they had a thing that they liked and this thing is nothing like that.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1688010781 {#1731
          date: 2023-06-29 05:53:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@khelmr@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1721 …}
        +nested: Doctrine\ORM\PersistentCollection {#1728 …}
        +votes: Doctrine\ORM\PersistentCollection {#1730 …}
        +reports: Doctrine\ORM\PersistentCollection {#1734 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1727 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1733 …}
        -id: 4897
        -bodyTs: "'dismiss':4 'like':18,24 'noth':23 'peopl':5 'switch':10 'thing':15,21 'want':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441699"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010781 {#1725
          date: 2023-06-29 05:53:01.0 +02:00
        }
        +"title": 4897
      }
      0 => App\Entity\EntryComment {#1613
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +body: "the people who are like "but what linux distro will be perfect for all my needs???""
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1688010503 {#1549
          date: 2023-06-29 05:48:23.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@livus@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1556 …}
        +nested: Doctrine\ORM\PersistentCollection {#1604 …}
        +votes: Doctrine\ORM\PersistentCollection {#1619 …}
        +reports: Doctrine\ORM\PersistentCollection {#1701 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1689 …}
        -id: 4888
        -bodyTs: "'distro':9 'like':5 'linux':8 'need':16 'peopl':2 'perfect':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441682"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010503 {#1620
          date: 2023-06-29 05:48:23.0 +02:00
        }
        +"title": 4888
      }
    ]
    -id: 485
    -titleTs: "'figur':11 'kbin':15 'lemmi':13 'peopl':5 'say':7 'understand':4"
    -bodyTs: "'absolut':17 'altern':36 'biggest':108 'bit':5,86 'buggi':14 'comment':30,68 'communiti':62,102 'curv':9 'difficult':66 'doubt':11 'edit':79 'feder':2 'feed':48 'figur':43 'first':104 'front':46 'hard':41 'heck':16 'instanc':61,100 'intuit':74 'issu':89 'justifi':25 'learn':8 'lemmi':13 'lot':27,94 'm':32 'magazin':105 'offend':109 'option':51 'page':47 'peopl':96 'post':67 'problem':78 'quit':73 'realli':24 'reddit':35,56 'same-inst':59 'search':57 'see':33 'similar':54 'sort':50 'tell':92 'term':116 'terminolog':83 'think':22,82 'thread':37 'understand':99 'unintuit':115 'vote':70 'vs':101"
    +cross: false
    +upVotes: 13
    +downVotes: 0
    +ranking: 1688090822
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/782011"
    +editedAt: null
    +createdAt: DateTimeImmutable @1688004422 {#2697
      date: 2023-06-29 04:07:02.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
  +body: "don't forget [fiber optics](https://www.techtricksworld.com/wp-content/uploads/2021/01/Fiber_Optical_Cable.jpg)!"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1688010610 {#1691
    date: 2023-06-29 05:50:10.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@metic@lemmy.world"
    "@PierreKanazawa@fedia.io"
    "@BettyWhiteInHD@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1616 …}
  +nested: Doctrine\ORM\PersistentCollection {#1598 …}
  +votes: Doctrine\ORM\PersistentCollection {#1629 …}
  +reports: Doctrine\ORM\PersistentCollection {#1626 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1597 …}
  -id: 4895
  -bodyTs: "'/wp-content/uploads/2021/01/fiber_optical_cable.jpg)!':8 'fiber':4 'forget':3 'optic':5 'www.techtricksworld.com':7 'www.techtricksworld.com/wp-content/uploads/2021/01/fiber_optical_cable.jpg)!':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441686"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688010610 {#1692
    date: 2023-06-29 05:50:10.0 +02:00
  }
  +"title": 4895
}
"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
111 DENIED edit
App\Entity\EntryComment {#1795
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1586
    +user: Proxies\__CG__\App\Entity\User {#2628 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
    +slug: "I-don-t-understand-people-who-say-they-can-t-figure-out"
    +title: "I don’t understand people who say they can’t figure out Lemmy or KBin"
    +url: null
    +body: """
      Does federation have a bit of a learning curve? No doubt.\n
      \n
      Is Lemmy buggy as heck? Absolutely.\n
      \n
      But I don’t think that really justifies a lot of the comments I’m seeing in Reddit alternatives threads that it’s hard to figure out. The front page feed and sort options are very similar to Reddit. Searching for same-instance communities is not too difficult. Posting, commenting, and voting are all quite intuitive. What’s the problem?\n
      \n
      Edit: I do think terminology is a bit of an issue. I can tell a lot of people don’t understand “instance” vs. “community” at first. “Magazine” is the biggest offender here. That’s a very unintuitive term.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 124
    +favouriteCount: 70
    +score: 13
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1688096969 {#2715
      date: 2023-06-30 05:49:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2722 …}
    +votes: Doctrine\ORM\PersistentCollection {#2724 …}
    +reports: Doctrine\ORM\PersistentCollection {#2726 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2728 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2730 …}
    +badges: Doctrine\ORM\PersistentCollection {#2732 …}
    +children: [
      4 => App\Entity\EntryComment {#1647
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1592 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1590 …}
        +body: """
          this platform doesn't have search and as far as I understand, doesn't *want to have* search. so where are you thinking people are supposed to search exactly?\n
          \n
          I would love to see your tutorial about how to search for information here.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1688010426 {#1695
          date: 2023-06-29 05:47:06.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@keet@kbin.social"
          "@detwaft@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1553 …}
        +nested: Doctrine\ORM\PersistentCollection {#1662 …}
        +votes: Doctrine\ORM\PersistentCollection {#1656 …}
        +reports: Doctrine\ORM\PersistentCollection {#1651 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1564 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1567 …}
        -id: 4885
        -bodyTs: "'doesn':3,13 'exact':29 'far':9 'inform':42 'love':32 'peopl':24 'platform':2 'search':6,18,28,40 'see':34 'suppos':26 'think':23 'tutori':36 'understand':12 'want':15 'would':31"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441665"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010426 {#1595
          date: 2023-06-29 05:47:06.0 +02:00
        }
        +"title": 4885
      }
      3 => App\Entity\EntryComment {#1795}
      1 => App\Entity\EntryComment {#1715
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1714 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
        +body: """
          How to find the established community you want to be involved in.  \n
           And humblebragging.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1688011092 {#1724
          date: 2023-06-29 05:58:12.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@TriLevelSync@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1720 …}
        +nested: Doctrine\ORM\PersistentCollection {#1717 …}
        +votes: Doctrine\ORM\PersistentCollection {#1741 …}
        +reports: Doctrine\ORM\PersistentCollection {#1707 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2448 …}
        -id: 4905
        -bodyTs: "'communiti':6 'establish':5 'find':3 'humblebrag':14 'involv':11 'want':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441743"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688011092 {#1719
          date: 2023-06-29 05:58:12.0 +02:00
        }
        +"title": 4905
      }
      2 => App\Entity\EntryComment {#1723
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
        +body: """
          that is so dismissive.\n
          \n
          people don't want to switch because they had a thing that they liked and this thing is nothing like that.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1688010781 {#1731
          date: 2023-06-29 05:53:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@khelmr@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1721 …}
        +nested: Doctrine\ORM\PersistentCollection {#1728 …}
        +votes: Doctrine\ORM\PersistentCollection {#1730 …}
        +reports: Doctrine\ORM\PersistentCollection {#1734 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1727 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1733 …}
        -id: 4897
        -bodyTs: "'dismiss':4 'like':18,24 'noth':23 'peopl':5 'switch':10 'thing':15,21 'want':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441699"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010781 {#1725
          date: 2023-06-29 05:53:01.0 +02:00
        }
        +"title": 4897
      }
      0 => App\Entity\EntryComment {#1613
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +body: "the people who are like "but what linux distro will be perfect for all my needs???""
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1688010503 {#1549
          date: 2023-06-29 05:48:23.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@livus@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1556 …}
        +nested: Doctrine\ORM\PersistentCollection {#1604 …}
        +votes: Doctrine\ORM\PersistentCollection {#1619 …}
        +reports: Doctrine\ORM\PersistentCollection {#1701 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1689 …}
        -id: 4888
        -bodyTs: "'distro':9 'like':5 'linux':8 'need':16 'peopl':2 'perfect':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441682"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010503 {#1620
          date: 2023-06-29 05:48:23.0 +02:00
        }
        +"title": 4888
      }
    ]
    -id: 485
    -titleTs: "'figur':11 'kbin':15 'lemmi':13 'peopl':5 'say':7 'understand':4"
    -bodyTs: "'absolut':17 'altern':36 'biggest':108 'bit':5,86 'buggi':14 'comment':30,68 'communiti':62,102 'curv':9 'difficult':66 'doubt':11 'edit':79 'feder':2 'feed':48 'figur':43 'first':104 'front':46 'hard':41 'heck':16 'instanc':61,100 'intuit':74 'issu':89 'justifi':25 'learn':8 'lemmi':13 'lot':27,94 'm':32 'magazin':105 'offend':109 'option':51 'page':47 'peopl':96 'post':67 'problem':78 'quit':73 'realli':24 'reddit':35,56 'same-inst':59 'search':57 'see':33 'similar':54 'sort':50 'tell':92 'term':116 'terminolog':83 'think':22,82 'thread':37 'understand':99 'unintuit':115 'vote':70 'vs':101"
    +cross: false
    +upVotes: 13
    +downVotes: 0
    +ranking: 1688090822
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/782011"
    +editedAt: null
    +createdAt: DateTimeImmutable @1688004422 {#2697
      date: 2023-06-29 04:07:02.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
  +body: "don't forget [fiber optics](https://www.techtricksworld.com/wp-content/uploads/2021/01/Fiber_Optical_Cable.jpg)!"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1688010610 {#1691
    date: 2023-06-29 05:50:10.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@metic@lemmy.world"
    "@PierreKanazawa@fedia.io"
    "@BettyWhiteInHD@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1616 …}
  +nested: Doctrine\ORM\PersistentCollection {#1598 …}
  +votes: Doctrine\ORM\PersistentCollection {#1629 …}
  +reports: Doctrine\ORM\PersistentCollection {#1626 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1597 …}
  -id: 4895
  -bodyTs: "'/wp-content/uploads/2021/01/fiber_optical_cable.jpg)!':8 'fiber':4 'forget':3 'optic':5 'www.techtricksworld.com':7 'www.techtricksworld.com/wp-content/uploads/2021/01/fiber_optical_cable.jpg)!':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441686"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688010610 {#1692
    date: 2023-06-29 05:50:10.0 +02:00
  }
  +"title": 4895
}
"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
112 DENIED moderate
App\Entity\EntryComment {#1795
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1586
    +user: Proxies\__CG__\App\Entity\User {#2628 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
    +slug: "I-don-t-understand-people-who-say-they-can-t-figure-out"
    +title: "I don’t understand people who say they can’t figure out Lemmy or KBin"
    +url: null
    +body: """
      Does federation have a bit of a learning curve? No doubt.\n
      \n
      Is Lemmy buggy as heck? Absolutely.\n
      \n
      But I don’t think that really justifies a lot of the comments I’m seeing in Reddit alternatives threads that it’s hard to figure out. The front page feed and sort options are very similar to Reddit. Searching for same-instance communities is not too difficult. Posting, commenting, and voting are all quite intuitive. What’s the problem?\n
      \n
      Edit: I do think terminology is a bit of an issue. I can tell a lot of people don’t understand “instance” vs. “community” at first. “Magazine” is the biggest offender here. That’s a very unintuitive term.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 124
    +favouriteCount: 70
    +score: 13
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1688096969 {#2715
      date: 2023-06-30 05:49:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2722 …}
    +votes: Doctrine\ORM\PersistentCollection {#2724 …}
    +reports: Doctrine\ORM\PersistentCollection {#2726 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2728 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2730 …}
    +badges: Doctrine\ORM\PersistentCollection {#2732 …}
    +children: [
      4 => App\Entity\EntryComment {#1647
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1592 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1590 …}
        +body: """
          this platform doesn't have search and as far as I understand, doesn't *want to have* search. so where are you thinking people are supposed to search exactly?\n
          \n
          I would love to see your tutorial about how to search for information here.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1688010426 {#1695
          date: 2023-06-29 05:47:06.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@keet@kbin.social"
          "@detwaft@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1553 …}
        +nested: Doctrine\ORM\PersistentCollection {#1662 …}
        +votes: Doctrine\ORM\PersistentCollection {#1656 …}
        +reports: Doctrine\ORM\PersistentCollection {#1651 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1564 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1567 …}
        -id: 4885
        -bodyTs: "'doesn':3,13 'exact':29 'far':9 'inform':42 'love':32 'peopl':24 'platform':2 'search':6,18,28,40 'see':34 'suppos':26 'think':23 'tutori':36 'understand':12 'want':15 'would':31"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441665"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010426 {#1595
          date: 2023-06-29 05:47:06.0 +02:00
        }
        +"title": 4885
      }
      3 => App\Entity\EntryComment {#1795}
      1 => App\Entity\EntryComment {#1715
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1714 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
        +body: """
          How to find the established community you want to be involved in.  \n
           And humblebragging.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1688011092 {#1724
          date: 2023-06-29 05:58:12.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@TriLevelSync@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1720 …}
        +nested: Doctrine\ORM\PersistentCollection {#1717 …}
        +votes: Doctrine\ORM\PersistentCollection {#1741 …}
        +reports: Doctrine\ORM\PersistentCollection {#1707 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2448 …}
        -id: 4905
        -bodyTs: "'communiti':6 'establish':5 'find':3 'humblebrag':14 'involv':11 'want':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441743"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688011092 {#1719
          date: 2023-06-29 05:58:12.0 +02:00
        }
        +"title": 4905
      }
      2 => App\Entity\EntryComment {#1723
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
        +body: """
          that is so dismissive.\n
          \n
          people don't want to switch because they had a thing that they liked and this thing is nothing like that.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1688010781 {#1731
          date: 2023-06-29 05:53:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@khelmr@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1721 …}
        +nested: Doctrine\ORM\PersistentCollection {#1728 …}
        +votes: Doctrine\ORM\PersistentCollection {#1730 …}
        +reports: Doctrine\ORM\PersistentCollection {#1734 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1727 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1733 …}
        -id: 4897
        -bodyTs: "'dismiss':4 'like':18,24 'noth':23 'peopl':5 'switch':10 'thing':15,21 'want':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441699"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010781 {#1725
          date: 2023-06-29 05:53:01.0 +02:00
        }
        +"title": 4897
      }
      0 => App\Entity\EntryComment {#1613
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +body: "the people who are like "but what linux distro will be perfect for all my needs???""
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1688010503 {#1549
          date: 2023-06-29 05:48:23.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@livus@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1556 …}
        +nested: Doctrine\ORM\PersistentCollection {#1604 …}
        +votes: Doctrine\ORM\PersistentCollection {#1619 …}
        +reports: Doctrine\ORM\PersistentCollection {#1701 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1689 …}
        -id: 4888
        -bodyTs: "'distro':9 'like':5 'linux':8 'need':16 'peopl':2 'perfect':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441682"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010503 {#1620
          date: 2023-06-29 05:48:23.0 +02:00
        }
        +"title": 4888
      }
    ]
    -id: 485
    -titleTs: "'figur':11 'kbin':15 'lemmi':13 'peopl':5 'say':7 'understand':4"
    -bodyTs: "'absolut':17 'altern':36 'biggest':108 'bit':5,86 'buggi':14 'comment':30,68 'communiti':62,102 'curv':9 'difficult':66 'doubt':11 'edit':79 'feder':2 'feed':48 'figur':43 'first':104 'front':46 'hard':41 'heck':16 'instanc':61,100 'intuit':74 'issu':89 'justifi':25 'learn':8 'lemmi':13 'lot':27,94 'm':32 'magazin':105 'offend':109 'option':51 'page':47 'peopl':96 'post':67 'problem':78 'quit':73 'realli':24 'reddit':35,56 'same-inst':59 'search':57 'see':33 'similar':54 'sort':50 'tell':92 'term':116 'terminolog':83 'think':22,82 'thread':37 'understand':99 'unintuit':115 'vote':70 'vs':101"
    +cross: false
    +upVotes: 13
    +downVotes: 0
    +ranking: 1688090822
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/782011"
    +editedAt: null
    +createdAt: DateTimeImmutable @1688004422 {#2697
      date: 2023-06-29 04:07:02.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
  +body: "don't forget [fiber optics](https://www.techtricksworld.com/wp-content/uploads/2021/01/Fiber_Optical_Cable.jpg)!"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1688010610 {#1691
    date: 2023-06-29 05:50:10.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@metic@lemmy.world"
    "@PierreKanazawa@fedia.io"
    "@BettyWhiteInHD@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1616 …}
  +nested: Doctrine\ORM\PersistentCollection {#1598 …}
  +votes: Doctrine\ORM\PersistentCollection {#1629 …}
  +reports: Doctrine\ORM\PersistentCollection {#1626 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1597 …}
  -id: 4895
  -bodyTs: "'/wp-content/uploads/2021/01/fiber_optical_cable.jpg)!':8 'fiber':4 'forget':3 'optic':5 'www.techtricksworld.com':7 'www.techtricksworld.com/wp-content/uploads/2021/01/fiber_optical_cable.jpg)!':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441686"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688010610 {#1692
    date: 2023-06-29 05:50:10.0 +02:00
  }
  +"title": 4895
}
"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
113 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
114 DENIED moderate
App\Entity\EntryComment {#1715
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1586
    +user: Proxies\__CG__\App\Entity\User {#2628 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
    +slug: "I-don-t-understand-people-who-say-they-can-t-figure-out"
    +title: "I don’t understand people who say they can’t figure out Lemmy or KBin"
    +url: null
    +body: """
      Does federation have a bit of a learning curve? No doubt.\n
      \n
      Is Lemmy buggy as heck? Absolutely.\n
      \n
      But I don’t think that really justifies a lot of the comments I’m seeing in Reddit alternatives threads that it’s hard to figure out. The front page feed and sort options are very similar to Reddit. Searching for same-instance communities is not too difficult. Posting, commenting, and voting are all quite intuitive. What’s the problem?\n
      \n
      Edit: I do think terminology is a bit of an issue. I can tell a lot of people don’t understand “instance” vs. “community” at first. “Magazine” is the biggest offender here. That’s a very unintuitive term.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 124
    +favouriteCount: 70
    +score: 13
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1688096969 {#2715
      date: 2023-06-30 05:49:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2722 …}
    +votes: Doctrine\ORM\PersistentCollection {#2724 …}
    +reports: Doctrine\ORM\PersistentCollection {#2726 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2728 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2730 …}
    +badges: Doctrine\ORM\PersistentCollection {#2732 …}
    +children: [
      4 => App\Entity\EntryComment {#1647
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1592 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1590 …}
        +body: """
          this platform doesn't have search and as far as I understand, doesn't *want to have* search. so where are you thinking people are supposed to search exactly?\n
          \n
          I would love to see your tutorial about how to search for information here.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1688010426 {#1695
          date: 2023-06-29 05:47:06.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@keet@kbin.social"
          "@detwaft@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1553 …}
        +nested: Doctrine\ORM\PersistentCollection {#1662 …}
        +votes: Doctrine\ORM\PersistentCollection {#1656 …}
        +reports: Doctrine\ORM\PersistentCollection {#1651 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1564 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1567 …}
        -id: 4885
        -bodyTs: "'doesn':3,13 'exact':29 'far':9 'inform':42 'love':32 'peopl':24 'platform':2 'search':6,18,28,40 'see':34 'suppos':26 'think':23 'tutori':36 'understand':12 'want':15 'would':31"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441665"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010426 {#1595
          date: 2023-06-29 05:47:06.0 +02:00
        }
        +"title": 4885
      }
      3 => App\Entity\EntryComment {#1795
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
        +body: "don't forget [fiber optics](https://www.techtricksworld.com/wp-content/uploads/2021/01/Fiber_Optical_Cable.jpg)!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1688010610 {#1691
          date: 2023-06-29 05:50:10.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@PierreKanazawa@fedia.io"
          "@BettyWhiteInHD@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1616 …}
        +nested: Doctrine\ORM\PersistentCollection {#1598 …}
        +votes: Doctrine\ORM\PersistentCollection {#1629 …}
        +reports: Doctrine\ORM\PersistentCollection {#1626 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1597 …}
        -id: 4895
        -bodyTs: "'/wp-content/uploads/2021/01/fiber_optical_cable.jpg)!':8 'fiber':4 'forget':3 'optic':5 'www.techtricksworld.com':7 'www.techtricksworld.com/wp-content/uploads/2021/01/fiber_optical_cable.jpg)!':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441686"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010610 {#1692
          date: 2023-06-29 05:50:10.0 +02:00
        }
        +"title": 4895
      }
      1 => App\Entity\EntryComment {#1715}
      2 => App\Entity\EntryComment {#1723
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
        +body: """
          that is so dismissive.\n
          \n
          people don't want to switch because they had a thing that they liked and this thing is nothing like that.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1688010781 {#1731
          date: 2023-06-29 05:53:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@khelmr@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1721 …}
        +nested: Doctrine\ORM\PersistentCollection {#1728 …}
        +votes: Doctrine\ORM\PersistentCollection {#1730 …}
        +reports: Doctrine\ORM\PersistentCollection {#1734 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1727 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1733 …}
        -id: 4897
        -bodyTs: "'dismiss':4 'like':18,24 'noth':23 'peopl':5 'switch':10 'thing':15,21 'want':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441699"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010781 {#1725
          date: 2023-06-29 05:53:01.0 +02:00
        }
        +"title": 4897
      }
      0 => App\Entity\EntryComment {#1613
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +body: "the people who are like "but what linux distro will be perfect for all my needs???""
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1688010503 {#1549
          date: 2023-06-29 05:48:23.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@livus@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1556 …}
        +nested: Doctrine\ORM\PersistentCollection {#1604 …}
        +votes: Doctrine\ORM\PersistentCollection {#1619 …}
        +reports: Doctrine\ORM\PersistentCollection {#1701 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1689 …}
        -id: 4888
        -bodyTs: "'distro':9 'like':5 'linux':8 'need':16 'peopl':2 'perfect':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441682"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010503 {#1620
          date: 2023-06-29 05:48:23.0 +02:00
        }
        +"title": 4888
      }
    ]
    -id: 485
    -titleTs: "'figur':11 'kbin':15 'lemmi':13 'peopl':5 'say':7 'understand':4"
    -bodyTs: "'absolut':17 'altern':36 'biggest':108 'bit':5,86 'buggi':14 'comment':30,68 'communiti':62,102 'curv':9 'difficult':66 'doubt':11 'edit':79 'feder':2 'feed':48 'figur':43 'first':104 'front':46 'hard':41 'heck':16 'instanc':61,100 'intuit':74 'issu':89 'justifi':25 'learn':8 'lemmi':13 'lot':27,94 'm':32 'magazin':105 'offend':109 'option':51 'page':47 'peopl':96 'post':67 'problem':78 'quit':73 'realli':24 'reddit':35,56 'same-inst':59 'search':57 'see':33 'similar':54 'sort':50 'tell':92 'term':116 'terminolog':83 'think':22,82 'thread':37 'understand':99 'unintuit':115 'vote':70 'vs':101"
    +cross: false
    +upVotes: 13
    +downVotes: 0
    +ranking: 1688090822
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/782011"
    +editedAt: null
    +createdAt: DateTimeImmutable @1688004422 {#2697
      date: 2023-06-29 04:07:02.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1714 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
  +body: """
    How to find the established community you want to be involved in.  \n
     And humblebragging.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1688011092 {#1724
    date: 2023-06-29 05:58:12.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@metic@lemmy.world"
    "@TriLevelSync@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1720 …}
  +nested: Doctrine\ORM\PersistentCollection {#1717 …}
  +votes: Doctrine\ORM\PersistentCollection {#1741 …}
  +reports: Doctrine\ORM\PersistentCollection {#1707 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2448 …}
  -id: 4905
  -bodyTs: "'communiti':6 'establish':5 'find':3 'humblebrag':14 'involv':11 'want':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441743"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688011092 {#1719
    date: 2023-06-29 05:58:12.0 +02:00
  }
  +"title": 4905
}
"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
115 DENIED edit
App\Entity\EntryComment {#1715
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1586
    +user: Proxies\__CG__\App\Entity\User {#2628 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
    +slug: "I-don-t-understand-people-who-say-they-can-t-figure-out"
    +title: "I don’t understand people who say they can’t figure out Lemmy or KBin"
    +url: null
    +body: """
      Does federation have a bit of a learning curve? No doubt.\n
      \n
      Is Lemmy buggy as heck? Absolutely.\n
      \n
      But I don’t think that really justifies a lot of the comments I’m seeing in Reddit alternatives threads that it’s hard to figure out. The front page feed and sort options are very similar to Reddit. Searching for same-instance communities is not too difficult. Posting, commenting, and voting are all quite intuitive. What’s the problem?\n
      \n
      Edit: I do think terminology is a bit of an issue. I can tell a lot of people don’t understand “instance” vs. “community” at first. “Magazine” is the biggest offender here. That’s a very unintuitive term.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 124
    +favouriteCount: 70
    +score: 13
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1688096969 {#2715
      date: 2023-06-30 05:49:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2722 …}
    +votes: Doctrine\ORM\PersistentCollection {#2724 …}
    +reports: Doctrine\ORM\PersistentCollection {#2726 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2728 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2730 …}
    +badges: Doctrine\ORM\PersistentCollection {#2732 …}
    +children: [
      4 => App\Entity\EntryComment {#1647
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1592 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1590 …}
        +body: """
          this platform doesn't have search and as far as I understand, doesn't *want to have* search. so where are you thinking people are supposed to search exactly?\n
          \n
          I would love to see your tutorial about how to search for information here.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1688010426 {#1695
          date: 2023-06-29 05:47:06.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@keet@kbin.social"
          "@detwaft@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1553 …}
        +nested: Doctrine\ORM\PersistentCollection {#1662 …}
        +votes: Doctrine\ORM\PersistentCollection {#1656 …}
        +reports: Doctrine\ORM\PersistentCollection {#1651 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1564 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1567 …}
        -id: 4885
        -bodyTs: "'doesn':3,13 'exact':29 'far':9 'inform':42 'love':32 'peopl':24 'platform':2 'search':6,18,28,40 'see':34 'suppos':26 'think':23 'tutori':36 'understand':12 'want':15 'would':31"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441665"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010426 {#1595
          date: 2023-06-29 05:47:06.0 +02:00
        }
        +"title": 4885
      }
      3 => App\Entity\EntryComment {#1795
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
        +body: "don't forget [fiber optics](https://www.techtricksworld.com/wp-content/uploads/2021/01/Fiber_Optical_Cable.jpg)!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1688010610 {#1691
          date: 2023-06-29 05:50:10.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@PierreKanazawa@fedia.io"
          "@BettyWhiteInHD@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1616 …}
        +nested: Doctrine\ORM\PersistentCollection {#1598 …}
        +votes: Doctrine\ORM\PersistentCollection {#1629 …}
        +reports: Doctrine\ORM\PersistentCollection {#1626 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1597 …}
        -id: 4895
        -bodyTs: "'/wp-content/uploads/2021/01/fiber_optical_cable.jpg)!':8 'fiber':4 'forget':3 'optic':5 'www.techtricksworld.com':7 'www.techtricksworld.com/wp-content/uploads/2021/01/fiber_optical_cable.jpg)!':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441686"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010610 {#1692
          date: 2023-06-29 05:50:10.0 +02:00
        }
        +"title": 4895
      }
      1 => App\Entity\EntryComment {#1715}
      2 => App\Entity\EntryComment {#1723
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
        +body: """
          that is so dismissive.\n
          \n
          people don't want to switch because they had a thing that they liked and this thing is nothing like that.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1688010781 {#1731
          date: 2023-06-29 05:53:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@khelmr@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1721 …}
        +nested: Doctrine\ORM\PersistentCollection {#1728 …}
        +votes: Doctrine\ORM\PersistentCollection {#1730 …}
        +reports: Doctrine\ORM\PersistentCollection {#1734 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1727 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1733 …}
        -id: 4897
        -bodyTs: "'dismiss':4 'like':18,24 'noth':23 'peopl':5 'switch':10 'thing':15,21 'want':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441699"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010781 {#1725
          date: 2023-06-29 05:53:01.0 +02:00
        }
        +"title": 4897
      }
      0 => App\Entity\EntryComment {#1613
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +body: "the people who are like "but what linux distro will be perfect for all my needs???""
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1688010503 {#1549
          date: 2023-06-29 05:48:23.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@livus@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1556 …}
        +nested: Doctrine\ORM\PersistentCollection {#1604 …}
        +votes: Doctrine\ORM\PersistentCollection {#1619 …}
        +reports: Doctrine\ORM\PersistentCollection {#1701 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1689 …}
        -id: 4888
        -bodyTs: "'distro':9 'like':5 'linux':8 'need':16 'peopl':2 'perfect':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441682"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010503 {#1620
          date: 2023-06-29 05:48:23.0 +02:00
        }
        +"title": 4888
      }
    ]
    -id: 485
    -titleTs: "'figur':11 'kbin':15 'lemmi':13 'peopl':5 'say':7 'understand':4"
    -bodyTs: "'absolut':17 'altern':36 'biggest':108 'bit':5,86 'buggi':14 'comment':30,68 'communiti':62,102 'curv':9 'difficult':66 'doubt':11 'edit':79 'feder':2 'feed':48 'figur':43 'first':104 'front':46 'hard':41 'heck':16 'instanc':61,100 'intuit':74 'issu':89 'justifi':25 'learn':8 'lemmi':13 'lot':27,94 'm':32 'magazin':105 'offend':109 'option':51 'page':47 'peopl':96 'post':67 'problem':78 'quit':73 'realli':24 'reddit':35,56 'same-inst':59 'search':57 'see':33 'similar':54 'sort':50 'tell':92 'term':116 'terminolog':83 'think':22,82 'thread':37 'understand':99 'unintuit':115 'vote':70 'vs':101"
    +cross: false
    +upVotes: 13
    +downVotes: 0
    +ranking: 1688090822
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/782011"
    +editedAt: null
    +createdAt: DateTimeImmutable @1688004422 {#2697
      date: 2023-06-29 04:07:02.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1714 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
  +body: """
    How to find the established community you want to be involved in.  \n
     And humblebragging.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1688011092 {#1724
    date: 2023-06-29 05:58:12.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@metic@lemmy.world"
    "@TriLevelSync@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1720 …}
  +nested: Doctrine\ORM\PersistentCollection {#1717 …}
  +votes: Doctrine\ORM\PersistentCollection {#1741 …}
  +reports: Doctrine\ORM\PersistentCollection {#1707 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2448 …}
  -id: 4905
  -bodyTs: "'communiti':6 'establish':5 'find':3 'humblebrag':14 'involv':11 'want':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441743"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688011092 {#1719
    date: 2023-06-29 05:58:12.0 +02:00
  }
  +"title": 4905
}
"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
116 DENIED moderate
App\Entity\EntryComment {#1715
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1586
    +user: Proxies\__CG__\App\Entity\User {#2628 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
    +slug: "I-don-t-understand-people-who-say-they-can-t-figure-out"
    +title: "I don’t understand people who say they can’t figure out Lemmy or KBin"
    +url: null
    +body: """
      Does federation have a bit of a learning curve? No doubt.\n
      \n
      Is Lemmy buggy as heck? Absolutely.\n
      \n
      But I don’t think that really justifies a lot of the comments I’m seeing in Reddit alternatives threads that it’s hard to figure out. The front page feed and sort options are very similar to Reddit. Searching for same-instance communities is not too difficult. Posting, commenting, and voting are all quite intuitive. What’s the problem?\n
      \n
      Edit: I do think terminology is a bit of an issue. I can tell a lot of people don’t understand “instance” vs. “community” at first. “Magazine” is the biggest offender here. That’s a very unintuitive term.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 124
    +favouriteCount: 70
    +score: 13
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1688096969 {#2715
      date: 2023-06-30 05:49:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2722 …}
    +votes: Doctrine\ORM\PersistentCollection {#2724 …}
    +reports: Doctrine\ORM\PersistentCollection {#2726 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2728 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2730 …}
    +badges: Doctrine\ORM\PersistentCollection {#2732 …}
    +children: [
      4 => App\Entity\EntryComment {#1647
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1592 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1590 …}
        +body: """
          this platform doesn't have search and as far as I understand, doesn't *want to have* search. so where are you thinking people are supposed to search exactly?\n
          \n
          I would love to see your tutorial about how to search for information here.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1688010426 {#1695
          date: 2023-06-29 05:47:06.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@keet@kbin.social"
          "@detwaft@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1553 …}
        +nested: Doctrine\ORM\PersistentCollection {#1662 …}
        +votes: Doctrine\ORM\PersistentCollection {#1656 …}
        +reports: Doctrine\ORM\PersistentCollection {#1651 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1564 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1567 …}
        -id: 4885
        -bodyTs: "'doesn':3,13 'exact':29 'far':9 'inform':42 'love':32 'peopl':24 'platform':2 'search':6,18,28,40 'see':34 'suppos':26 'think':23 'tutori':36 'understand':12 'want':15 'would':31"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441665"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010426 {#1595
          date: 2023-06-29 05:47:06.0 +02:00
        }
        +"title": 4885
      }
      3 => App\Entity\EntryComment {#1795
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
        +body: "don't forget [fiber optics](https://www.techtricksworld.com/wp-content/uploads/2021/01/Fiber_Optical_Cable.jpg)!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1688010610 {#1691
          date: 2023-06-29 05:50:10.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@PierreKanazawa@fedia.io"
          "@BettyWhiteInHD@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1616 …}
        +nested: Doctrine\ORM\PersistentCollection {#1598 …}
        +votes: Doctrine\ORM\PersistentCollection {#1629 …}
        +reports: Doctrine\ORM\PersistentCollection {#1626 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1597 …}
        -id: 4895
        -bodyTs: "'/wp-content/uploads/2021/01/fiber_optical_cable.jpg)!':8 'fiber':4 'forget':3 'optic':5 'www.techtricksworld.com':7 'www.techtricksworld.com/wp-content/uploads/2021/01/fiber_optical_cable.jpg)!':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441686"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010610 {#1692
          date: 2023-06-29 05:50:10.0 +02:00
        }
        +"title": 4895
      }
      1 => App\Entity\EntryComment {#1715}
      2 => App\Entity\EntryComment {#1723
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
        +body: """
          that is so dismissive.\n
          \n
          people don't want to switch because they had a thing that they liked and this thing is nothing like that.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1688010781 {#1731
          date: 2023-06-29 05:53:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@khelmr@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1721 …}
        +nested: Doctrine\ORM\PersistentCollection {#1728 …}
        +votes: Doctrine\ORM\PersistentCollection {#1730 …}
        +reports: Doctrine\ORM\PersistentCollection {#1734 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1727 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1733 …}
        -id: 4897
        -bodyTs: "'dismiss':4 'like':18,24 'noth':23 'peopl':5 'switch':10 'thing':15,21 'want':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441699"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010781 {#1725
          date: 2023-06-29 05:53:01.0 +02:00
        }
        +"title": 4897
      }
      0 => App\Entity\EntryComment {#1613
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +body: "the people who are like "but what linux distro will be perfect for all my needs???""
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1688010503 {#1549
          date: 2023-06-29 05:48:23.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@livus@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1556 …}
        +nested: Doctrine\ORM\PersistentCollection {#1604 …}
        +votes: Doctrine\ORM\PersistentCollection {#1619 …}
        +reports: Doctrine\ORM\PersistentCollection {#1701 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1689 …}
        -id: 4888
        -bodyTs: "'distro':9 'like':5 'linux':8 'need':16 'peopl':2 'perfect':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441682"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010503 {#1620
          date: 2023-06-29 05:48:23.0 +02:00
        }
        +"title": 4888
      }
    ]
    -id: 485
    -titleTs: "'figur':11 'kbin':15 'lemmi':13 'peopl':5 'say':7 'understand':4"
    -bodyTs: "'absolut':17 'altern':36 'biggest':108 'bit':5,86 'buggi':14 'comment':30,68 'communiti':62,102 'curv':9 'difficult':66 'doubt':11 'edit':79 'feder':2 'feed':48 'figur':43 'first':104 'front':46 'hard':41 'heck':16 'instanc':61,100 'intuit':74 'issu':89 'justifi':25 'learn':8 'lemmi':13 'lot':27,94 'm':32 'magazin':105 'offend':109 'option':51 'page':47 'peopl':96 'post':67 'problem':78 'quit':73 'realli':24 'reddit':35,56 'same-inst':59 'search':57 'see':33 'similar':54 'sort':50 'tell':92 'term':116 'terminolog':83 'think':22,82 'thread':37 'understand':99 'unintuit':115 'vote':70 'vs':101"
    +cross: false
    +upVotes: 13
    +downVotes: 0
    +ranking: 1688090822
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/782011"
    +editedAt: null
    +createdAt: DateTimeImmutable @1688004422 {#2697
      date: 2023-06-29 04:07:02.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1714 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
  +body: """
    How to find the established community you want to be involved in.  \n
     And humblebragging.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1688011092 {#1724
    date: 2023-06-29 05:58:12.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@metic@lemmy.world"
    "@TriLevelSync@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1720 …}
  +nested: Doctrine\ORM\PersistentCollection {#1717 …}
  +votes: Doctrine\ORM\PersistentCollection {#1741 …}
  +reports: Doctrine\ORM\PersistentCollection {#1707 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2448 …}
  -id: 4905
  -bodyTs: "'communiti':6 'establish':5 'find':3 'humblebrag':14 'involv':11 'want':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441743"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688011092 {#1719
    date: 2023-06-29 05:58:12.0 +02:00
  }
  +"title": 4905
}
"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
117 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
118 DENIED moderate
App\Entity\EntryComment {#1723
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1586
    +user: Proxies\__CG__\App\Entity\User {#2628 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
    +slug: "I-don-t-understand-people-who-say-they-can-t-figure-out"
    +title: "I don’t understand people who say they can’t figure out Lemmy or KBin"
    +url: null
    +body: """
      Does federation have a bit of a learning curve? No doubt.\n
      \n
      Is Lemmy buggy as heck? Absolutely.\n
      \n
      But I don’t think that really justifies a lot of the comments I’m seeing in Reddit alternatives threads that it’s hard to figure out. The front page feed and sort options are very similar to Reddit. Searching for same-instance communities is not too difficult. Posting, commenting, and voting are all quite intuitive. What’s the problem?\n
      \n
      Edit: I do think terminology is a bit of an issue. I can tell a lot of people don’t understand “instance” vs. “community” at first. “Magazine” is the biggest offender here. That’s a very unintuitive term.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 124
    +favouriteCount: 70
    +score: 13
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1688096969 {#2715
      date: 2023-06-30 05:49:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2722 …}
    +votes: Doctrine\ORM\PersistentCollection {#2724 …}
    +reports: Doctrine\ORM\PersistentCollection {#2726 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2728 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2730 …}
    +badges: Doctrine\ORM\PersistentCollection {#2732 …}
    +children: [
      4 => App\Entity\EntryComment {#1647
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1592 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1590 …}
        +body: """
          this platform doesn't have search and as far as I understand, doesn't *want to have* search. so where are you thinking people are supposed to search exactly?\n
          \n
          I would love to see your tutorial about how to search for information here.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1688010426 {#1695
          date: 2023-06-29 05:47:06.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@keet@kbin.social"
          "@detwaft@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1553 …}
        +nested: Doctrine\ORM\PersistentCollection {#1662 …}
        +votes: Doctrine\ORM\PersistentCollection {#1656 …}
        +reports: Doctrine\ORM\PersistentCollection {#1651 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1564 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1567 …}
        -id: 4885
        -bodyTs: "'doesn':3,13 'exact':29 'far':9 'inform':42 'love':32 'peopl':24 'platform':2 'search':6,18,28,40 'see':34 'suppos':26 'think':23 'tutori':36 'understand':12 'want':15 'would':31"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441665"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010426 {#1595
          date: 2023-06-29 05:47:06.0 +02:00
        }
        +"title": 4885
      }
      3 => App\Entity\EntryComment {#1795
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
        +body: "don't forget [fiber optics](https://www.techtricksworld.com/wp-content/uploads/2021/01/Fiber_Optical_Cable.jpg)!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1688010610 {#1691
          date: 2023-06-29 05:50:10.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@PierreKanazawa@fedia.io"
          "@BettyWhiteInHD@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1616 …}
        +nested: Doctrine\ORM\PersistentCollection {#1598 …}
        +votes: Doctrine\ORM\PersistentCollection {#1629 …}
        +reports: Doctrine\ORM\PersistentCollection {#1626 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1597 …}
        -id: 4895
        -bodyTs: "'/wp-content/uploads/2021/01/fiber_optical_cable.jpg)!':8 'fiber':4 'forget':3 'optic':5 'www.techtricksworld.com':7 'www.techtricksworld.com/wp-content/uploads/2021/01/fiber_optical_cable.jpg)!':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441686"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010610 {#1692
          date: 2023-06-29 05:50:10.0 +02:00
        }
        +"title": 4895
      }
      1 => App\Entity\EntryComment {#1715
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1714 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
        +body: """
          How to find the established community you want to be involved in.  \n
           And humblebragging.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1688011092 {#1724
          date: 2023-06-29 05:58:12.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@TriLevelSync@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1720 …}
        +nested: Doctrine\ORM\PersistentCollection {#1717 …}
        +votes: Doctrine\ORM\PersistentCollection {#1741 …}
        +reports: Doctrine\ORM\PersistentCollection {#1707 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2448 …}
        -id: 4905
        -bodyTs: "'communiti':6 'establish':5 'find':3 'humblebrag':14 'involv':11 'want':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441743"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688011092 {#1719
          date: 2023-06-29 05:58:12.0 +02:00
        }
        +"title": 4905
      }
      2 => App\Entity\EntryComment {#1723}
      0 => App\Entity\EntryComment {#1613
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +body: "the people who are like "but what linux distro will be perfect for all my needs???""
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1688010503 {#1549
          date: 2023-06-29 05:48:23.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@livus@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1556 …}
        +nested: Doctrine\ORM\PersistentCollection {#1604 …}
        +votes: Doctrine\ORM\PersistentCollection {#1619 …}
        +reports: Doctrine\ORM\PersistentCollection {#1701 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1689 …}
        -id: 4888
        -bodyTs: "'distro':9 'like':5 'linux':8 'need':16 'peopl':2 'perfect':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441682"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010503 {#1620
          date: 2023-06-29 05:48:23.0 +02:00
        }
        +"title": 4888
      }
    ]
    -id: 485
    -titleTs: "'figur':11 'kbin':15 'lemmi':13 'peopl':5 'say':7 'understand':4"
    -bodyTs: "'absolut':17 'altern':36 'biggest':108 'bit':5,86 'buggi':14 'comment':30,68 'communiti':62,102 'curv':9 'difficult':66 'doubt':11 'edit':79 'feder':2 'feed':48 'figur':43 'first':104 'front':46 'hard':41 'heck':16 'instanc':61,100 'intuit':74 'issu':89 'justifi':25 'learn':8 'lemmi':13 'lot':27,94 'm':32 'magazin':105 'offend':109 'option':51 'page':47 'peopl':96 'post':67 'problem':78 'quit':73 'realli':24 'reddit':35,56 'same-inst':59 'search':57 'see':33 'similar':54 'sort':50 'tell':92 'term':116 'terminolog':83 'think':22,82 'thread':37 'understand':99 'unintuit':115 'vote':70 'vs':101"
    +cross: false
    +upVotes: 13
    +downVotes: 0
    +ranking: 1688090822
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/782011"
    +editedAt: null
    +createdAt: DateTimeImmutable @1688004422 {#2697
      date: 2023-06-29 04:07:02.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
  +body: """
    that is so dismissive.\n
    \n
    people don't want to switch because they had a thing that they liked and this thing is nothing like that.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1688010781 {#1731
    date: 2023-06-29 05:53:01.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@metic@lemmy.world"
    "@khelmr@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1721 …}
  +nested: Doctrine\ORM\PersistentCollection {#1728 …}
  +votes: Doctrine\ORM\PersistentCollection {#1730 …}
  +reports: Doctrine\ORM\PersistentCollection {#1734 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1727 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1733 …}
  -id: 4897
  -bodyTs: "'dismiss':4 'like':18,24 'noth':23 'peopl':5 'switch':10 'thing':15,21 'want':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441699"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688010781 {#1725
    date: 2023-06-29 05:53:01.0 +02:00
  }
  +"title": 4897
}
"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
119 DENIED edit
App\Entity\EntryComment {#1723
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1586
    +user: Proxies\__CG__\App\Entity\User {#2628 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
    +slug: "I-don-t-understand-people-who-say-they-can-t-figure-out"
    +title: "I don’t understand people who say they can’t figure out Lemmy or KBin"
    +url: null
    +body: """
      Does federation have a bit of a learning curve? No doubt.\n
      \n
      Is Lemmy buggy as heck? Absolutely.\n
      \n
      But I don’t think that really justifies a lot of the comments I’m seeing in Reddit alternatives threads that it’s hard to figure out. The front page feed and sort options are very similar to Reddit. Searching for same-instance communities is not too difficult. Posting, commenting, and voting are all quite intuitive. What’s the problem?\n
      \n
      Edit: I do think terminology is a bit of an issue. I can tell a lot of people don’t understand “instance” vs. “community” at first. “Magazine” is the biggest offender here. That’s a very unintuitive term.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 124
    +favouriteCount: 70
    +score: 13
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1688096969 {#2715
      date: 2023-06-30 05:49:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2722 …}
    +votes: Doctrine\ORM\PersistentCollection {#2724 …}
    +reports: Doctrine\ORM\PersistentCollection {#2726 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2728 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2730 …}
    +badges: Doctrine\ORM\PersistentCollection {#2732 …}
    +children: [
      4 => App\Entity\EntryComment {#1647
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1592 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1590 …}
        +body: """
          this platform doesn't have search and as far as I understand, doesn't *want to have* search. so where are you thinking people are supposed to search exactly?\n
          \n
          I would love to see your tutorial about how to search for information here.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1688010426 {#1695
          date: 2023-06-29 05:47:06.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@keet@kbin.social"
          "@detwaft@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1553 …}
        +nested: Doctrine\ORM\PersistentCollection {#1662 …}
        +votes: Doctrine\ORM\PersistentCollection {#1656 …}
        +reports: Doctrine\ORM\PersistentCollection {#1651 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1564 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1567 …}
        -id: 4885
        -bodyTs: "'doesn':3,13 'exact':29 'far':9 'inform':42 'love':32 'peopl':24 'platform':2 'search':6,18,28,40 'see':34 'suppos':26 'think':23 'tutori':36 'understand':12 'want':15 'would':31"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441665"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010426 {#1595
          date: 2023-06-29 05:47:06.0 +02:00
        }
        +"title": 4885
      }
      3 => App\Entity\EntryComment {#1795
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
        +body: "don't forget [fiber optics](https://www.techtricksworld.com/wp-content/uploads/2021/01/Fiber_Optical_Cable.jpg)!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1688010610 {#1691
          date: 2023-06-29 05:50:10.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@PierreKanazawa@fedia.io"
          "@BettyWhiteInHD@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1616 …}
        +nested: Doctrine\ORM\PersistentCollection {#1598 …}
        +votes: Doctrine\ORM\PersistentCollection {#1629 …}
        +reports: Doctrine\ORM\PersistentCollection {#1626 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1597 …}
        -id: 4895
        -bodyTs: "'/wp-content/uploads/2021/01/fiber_optical_cable.jpg)!':8 'fiber':4 'forget':3 'optic':5 'www.techtricksworld.com':7 'www.techtricksworld.com/wp-content/uploads/2021/01/fiber_optical_cable.jpg)!':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441686"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010610 {#1692
          date: 2023-06-29 05:50:10.0 +02:00
        }
        +"title": 4895
      }
      1 => App\Entity\EntryComment {#1715
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1714 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
        +body: """
          How to find the established community you want to be involved in.  \n
           And humblebragging.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1688011092 {#1724
          date: 2023-06-29 05:58:12.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@TriLevelSync@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1720 …}
        +nested: Doctrine\ORM\PersistentCollection {#1717 …}
        +votes: Doctrine\ORM\PersistentCollection {#1741 …}
        +reports: Doctrine\ORM\PersistentCollection {#1707 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2448 …}
        -id: 4905
        -bodyTs: "'communiti':6 'establish':5 'find':3 'humblebrag':14 'involv':11 'want':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441743"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688011092 {#1719
          date: 2023-06-29 05:58:12.0 +02:00
        }
        +"title": 4905
      }
      2 => App\Entity\EntryComment {#1723}
      0 => App\Entity\EntryComment {#1613
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +body: "the people who are like "but what linux distro will be perfect for all my needs???""
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1688010503 {#1549
          date: 2023-06-29 05:48:23.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@livus@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1556 …}
        +nested: Doctrine\ORM\PersistentCollection {#1604 …}
        +votes: Doctrine\ORM\PersistentCollection {#1619 …}
        +reports: Doctrine\ORM\PersistentCollection {#1701 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1689 …}
        -id: 4888
        -bodyTs: "'distro':9 'like':5 'linux':8 'need':16 'peopl':2 'perfect':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441682"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010503 {#1620
          date: 2023-06-29 05:48:23.0 +02:00
        }
        +"title": 4888
      }
    ]
    -id: 485
    -titleTs: "'figur':11 'kbin':15 'lemmi':13 'peopl':5 'say':7 'understand':4"
    -bodyTs: "'absolut':17 'altern':36 'biggest':108 'bit':5,86 'buggi':14 'comment':30,68 'communiti':62,102 'curv':9 'difficult':66 'doubt':11 'edit':79 'feder':2 'feed':48 'figur':43 'first':104 'front':46 'hard':41 'heck':16 'instanc':61,100 'intuit':74 'issu':89 'justifi':25 'learn':8 'lemmi':13 'lot':27,94 'm':32 'magazin':105 'offend':109 'option':51 'page':47 'peopl':96 'post':67 'problem':78 'quit':73 'realli':24 'reddit':35,56 'same-inst':59 'search':57 'see':33 'similar':54 'sort':50 'tell':92 'term':116 'terminolog':83 'think':22,82 'thread':37 'understand':99 'unintuit':115 'vote':70 'vs':101"
    +cross: false
    +upVotes: 13
    +downVotes: 0
    +ranking: 1688090822
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/782011"
    +editedAt: null
    +createdAt: DateTimeImmutable @1688004422 {#2697
      date: 2023-06-29 04:07:02.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
  +body: """
    that is so dismissive.\n
    \n
    people don't want to switch because they had a thing that they liked and this thing is nothing like that.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1688010781 {#1731
    date: 2023-06-29 05:53:01.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@metic@lemmy.world"
    "@khelmr@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1721 …}
  +nested: Doctrine\ORM\PersistentCollection {#1728 …}
  +votes: Doctrine\ORM\PersistentCollection {#1730 …}
  +reports: Doctrine\ORM\PersistentCollection {#1734 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1727 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1733 …}
  -id: 4897
  -bodyTs: "'dismiss':4 'like':18,24 'noth':23 'peopl':5 'switch':10 'thing':15,21 'want':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441699"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688010781 {#1725
    date: 2023-06-29 05:53:01.0 +02:00
  }
  +"title": 4897
}
"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
120 DENIED moderate
App\Entity\EntryComment {#1723
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1586
    +user: Proxies\__CG__\App\Entity\User {#2628 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
    +slug: "I-don-t-understand-people-who-say-they-can-t-figure-out"
    +title: "I don’t understand people who say they can’t figure out Lemmy or KBin"
    +url: null
    +body: """
      Does federation have a bit of a learning curve? No doubt.\n
      \n
      Is Lemmy buggy as heck? Absolutely.\n
      \n
      But I don’t think that really justifies a lot of the comments I’m seeing in Reddit alternatives threads that it’s hard to figure out. The front page feed and sort options are very similar to Reddit. Searching for same-instance communities is not too difficult. Posting, commenting, and voting are all quite intuitive. What’s the problem?\n
      \n
      Edit: I do think terminology is a bit of an issue. I can tell a lot of people don’t understand “instance” vs. “community” at first. “Magazine” is the biggest offender here. That’s a very unintuitive term.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 124
    +favouriteCount: 70
    +score: 13
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1688096969 {#2715
      date: 2023-06-30 05:49:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2722 …}
    +votes: Doctrine\ORM\PersistentCollection {#2724 …}
    +reports: Doctrine\ORM\PersistentCollection {#2726 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2728 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2730 …}
    +badges: Doctrine\ORM\PersistentCollection {#2732 …}
    +children: [
      4 => App\Entity\EntryComment {#1647
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1592 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1590 …}
        +body: """
          this platform doesn't have search and as far as I understand, doesn't *want to have* search. so where are you thinking people are supposed to search exactly?\n
          \n
          I would love to see your tutorial about how to search for information here.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1688010426 {#1695
          date: 2023-06-29 05:47:06.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@keet@kbin.social"
          "@detwaft@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1553 …}
        +nested: Doctrine\ORM\PersistentCollection {#1662 …}
        +votes: Doctrine\ORM\PersistentCollection {#1656 …}
        +reports: Doctrine\ORM\PersistentCollection {#1651 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1564 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1567 …}
        -id: 4885
        -bodyTs: "'doesn':3,13 'exact':29 'far':9 'inform':42 'love':32 'peopl':24 'platform':2 'search':6,18,28,40 'see':34 'suppos':26 'think':23 'tutori':36 'understand':12 'want':15 'would':31"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441665"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010426 {#1595
          date: 2023-06-29 05:47:06.0 +02:00
        }
        +"title": 4885
      }
      3 => App\Entity\EntryComment {#1795
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
        +body: "don't forget [fiber optics](https://www.techtricksworld.com/wp-content/uploads/2021/01/Fiber_Optical_Cable.jpg)!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1688010610 {#1691
          date: 2023-06-29 05:50:10.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@PierreKanazawa@fedia.io"
          "@BettyWhiteInHD@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1616 …}
        +nested: Doctrine\ORM\PersistentCollection {#1598 …}
        +votes: Doctrine\ORM\PersistentCollection {#1629 …}
        +reports: Doctrine\ORM\PersistentCollection {#1626 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1597 …}
        -id: 4895
        -bodyTs: "'/wp-content/uploads/2021/01/fiber_optical_cable.jpg)!':8 'fiber':4 'forget':3 'optic':5 'www.techtricksworld.com':7 'www.techtricksworld.com/wp-content/uploads/2021/01/fiber_optical_cable.jpg)!':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441686"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010610 {#1692
          date: 2023-06-29 05:50:10.0 +02:00
        }
        +"title": 4895
      }
      1 => App\Entity\EntryComment {#1715
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1714 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
        +body: """
          How to find the established community you want to be involved in.  \n
           And humblebragging.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1688011092 {#1724
          date: 2023-06-29 05:58:12.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@TriLevelSync@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1720 …}
        +nested: Doctrine\ORM\PersistentCollection {#1717 …}
        +votes: Doctrine\ORM\PersistentCollection {#1741 …}
        +reports: Doctrine\ORM\PersistentCollection {#1707 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2448 …}
        -id: 4905
        -bodyTs: "'communiti':6 'establish':5 'find':3 'humblebrag':14 'involv':11 'want':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441743"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688011092 {#1719
          date: 2023-06-29 05:58:12.0 +02:00
        }
        +"title": 4905
      }
      2 => App\Entity\EntryComment {#1723}
      0 => App\Entity\EntryComment {#1613
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +body: "the people who are like "but what linux distro will be perfect for all my needs???""
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1688010503 {#1549
          date: 2023-06-29 05:48:23.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@livus@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1556 …}
        +nested: Doctrine\ORM\PersistentCollection {#1604 …}
        +votes: Doctrine\ORM\PersistentCollection {#1619 …}
        +reports: Doctrine\ORM\PersistentCollection {#1701 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1689 …}
        -id: 4888
        -bodyTs: "'distro':9 'like':5 'linux':8 'need':16 'peopl':2 'perfect':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441682"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010503 {#1620
          date: 2023-06-29 05:48:23.0 +02:00
        }
        +"title": 4888
      }
    ]
    -id: 485
    -titleTs: "'figur':11 'kbin':15 'lemmi':13 'peopl':5 'say':7 'understand':4"
    -bodyTs: "'absolut':17 'altern':36 'biggest':108 'bit':5,86 'buggi':14 'comment':30,68 'communiti':62,102 'curv':9 'difficult':66 'doubt':11 'edit':79 'feder':2 'feed':48 'figur':43 'first':104 'front':46 'hard':41 'heck':16 'instanc':61,100 'intuit':74 'issu':89 'justifi':25 'learn':8 'lemmi':13 'lot':27,94 'm':32 'magazin':105 'offend':109 'option':51 'page':47 'peopl':96 'post':67 'problem':78 'quit':73 'realli':24 'reddit':35,56 'same-inst':59 'search':57 'see':33 'similar':54 'sort':50 'tell':92 'term':116 'terminolog':83 'think':22,82 'thread':37 'understand':99 'unintuit':115 'vote':70 'vs':101"
    +cross: false
    +upVotes: 13
    +downVotes: 0
    +ranking: 1688090822
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/782011"
    +editedAt: null
    +createdAt: DateTimeImmutable @1688004422 {#2697
      date: 2023-06-29 04:07:02.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
  +body: """
    that is so dismissive.\n
    \n
    people don't want to switch because they had a thing that they liked and this thing is nothing like that.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1688010781 {#1731
    date: 2023-06-29 05:53:01.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@metic@lemmy.world"
    "@khelmr@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1721 …}
  +nested: Doctrine\ORM\PersistentCollection {#1728 …}
  +votes: Doctrine\ORM\PersistentCollection {#1730 …}
  +reports: Doctrine\ORM\PersistentCollection {#1734 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1727 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1733 …}
  -id: 4897
  -bodyTs: "'dismiss':4 'like':18,24 'noth':23 'peopl':5 'switch':10 'thing':15,21 'want':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441699"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688010781 {#1725
    date: 2023-06-29 05:53:01.0 +02:00
  }
  +"title": 4897
}
"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
121 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
122 DENIED moderate
App\Entity\EntryComment {#1613
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1586
    +user: Proxies\__CG__\App\Entity\User {#2628 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
    +slug: "I-don-t-understand-people-who-say-they-can-t-figure-out"
    +title: "I don’t understand people who say they can’t figure out Lemmy or KBin"
    +url: null
    +body: """
      Does federation have a bit of a learning curve? No doubt.\n
      \n
      Is Lemmy buggy as heck? Absolutely.\n
      \n
      But I don’t think that really justifies a lot of the comments I’m seeing in Reddit alternatives threads that it’s hard to figure out. The front page feed and sort options are very similar to Reddit. Searching for same-instance communities is not too difficult. Posting, commenting, and voting are all quite intuitive. What’s the problem?\n
      \n
      Edit: I do think terminology is a bit of an issue. I can tell a lot of people don’t understand “instance” vs. “community” at first. “Magazine” is the biggest offender here. That’s a very unintuitive term.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 124
    +favouriteCount: 70
    +score: 13
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1688096969 {#2715
      date: 2023-06-30 05:49:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2722 …}
    +votes: Doctrine\ORM\PersistentCollection {#2724 …}
    +reports: Doctrine\ORM\PersistentCollection {#2726 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2728 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2730 …}
    +badges: Doctrine\ORM\PersistentCollection {#2732 …}
    +children: [
      4 => App\Entity\EntryComment {#1647
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1592 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1590 …}
        +body: """
          this platform doesn't have search and as far as I understand, doesn't *want to have* search. so where are you thinking people are supposed to search exactly?\n
          \n
          I would love to see your tutorial about how to search for information here.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1688010426 {#1695
          date: 2023-06-29 05:47:06.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@keet@kbin.social"
          "@detwaft@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1553 …}
        +nested: Doctrine\ORM\PersistentCollection {#1662 …}
        +votes: Doctrine\ORM\PersistentCollection {#1656 …}
        +reports: Doctrine\ORM\PersistentCollection {#1651 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1564 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1567 …}
        -id: 4885
        -bodyTs: "'doesn':3,13 'exact':29 'far':9 'inform':42 'love':32 'peopl':24 'platform':2 'search':6,18,28,40 'see':34 'suppos':26 'think':23 'tutori':36 'understand':12 'want':15 'would':31"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441665"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010426 {#1595
          date: 2023-06-29 05:47:06.0 +02:00
        }
        +"title": 4885
      }
      3 => App\Entity\EntryComment {#1795
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
        +body: "don't forget [fiber optics](https://www.techtricksworld.com/wp-content/uploads/2021/01/Fiber_Optical_Cable.jpg)!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1688010610 {#1691
          date: 2023-06-29 05:50:10.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@PierreKanazawa@fedia.io"
          "@BettyWhiteInHD@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1616 …}
        +nested: Doctrine\ORM\PersistentCollection {#1598 …}
        +votes: Doctrine\ORM\PersistentCollection {#1629 …}
        +reports: Doctrine\ORM\PersistentCollection {#1626 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1597 …}
        -id: 4895
        -bodyTs: "'/wp-content/uploads/2021/01/fiber_optical_cable.jpg)!':8 'fiber':4 'forget':3 'optic':5 'www.techtricksworld.com':7 'www.techtricksworld.com/wp-content/uploads/2021/01/fiber_optical_cable.jpg)!':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441686"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010610 {#1692
          date: 2023-06-29 05:50:10.0 +02:00
        }
        +"title": 4895
      }
      1 => App\Entity\EntryComment {#1715
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1714 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
        +body: """
          How to find the established community you want to be involved in.  \n
           And humblebragging.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1688011092 {#1724
          date: 2023-06-29 05:58:12.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@TriLevelSync@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1720 …}
        +nested: Doctrine\ORM\PersistentCollection {#1717 …}
        +votes: Doctrine\ORM\PersistentCollection {#1741 …}
        +reports: Doctrine\ORM\PersistentCollection {#1707 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2448 …}
        -id: 4905
        -bodyTs: "'communiti':6 'establish':5 'find':3 'humblebrag':14 'involv':11 'want':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441743"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688011092 {#1719
          date: 2023-06-29 05:58:12.0 +02:00
        }
        +"title": 4905
      }
      2 => App\Entity\EntryComment {#1723
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
        +body: """
          that is so dismissive.\n
          \n
          people don't want to switch because they had a thing that they liked and this thing is nothing like that.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1688010781 {#1731
          date: 2023-06-29 05:53:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@khelmr@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1721 …}
        +nested: Doctrine\ORM\PersistentCollection {#1728 …}
        +votes: Doctrine\ORM\PersistentCollection {#1730 …}
        +reports: Doctrine\ORM\PersistentCollection {#1734 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1727 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1733 …}
        -id: 4897
        -bodyTs: "'dismiss':4 'like':18,24 'noth':23 'peopl':5 'switch':10 'thing':15,21 'want':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441699"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010781 {#1725
          date: 2023-06-29 05:53:01.0 +02:00
        }
        +"title": 4897
      }
      0 => App\Entity\EntryComment {#1613}
    ]
    -id: 485
    -titleTs: "'figur':11 'kbin':15 'lemmi':13 'peopl':5 'say':7 'understand':4"
    -bodyTs: "'absolut':17 'altern':36 'biggest':108 'bit':5,86 'buggi':14 'comment':30,68 'communiti':62,102 'curv':9 'difficult':66 'doubt':11 'edit':79 'feder':2 'feed':48 'figur':43 'first':104 'front':46 'hard':41 'heck':16 'instanc':61,100 'intuit':74 'issu':89 'justifi':25 'learn':8 'lemmi':13 'lot':27,94 'm':32 'magazin':105 'offend':109 'option':51 'page':47 'peopl':96 'post':67 'problem':78 'quit':73 'realli':24 'reddit':35,56 'same-inst':59 'search':57 'see':33 'similar':54 'sort':50 'tell':92 'term':116 'terminolog':83 'think':22,82 'thread':37 'understand':99 'unintuit':115 'vote':70 'vs':101"
    +cross: false
    +upVotes: 13
    +downVotes: 0
    +ranking: 1688090822
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/782011"
    +editedAt: null
    +createdAt: DateTimeImmutable @1688004422 {#2697
      date: 2023-06-29 04:07:02.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
  +body: "the people who are like "but what linux distro will be perfect for all my needs???""
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1688010503 {#1549
    date: 2023-06-29 05:48:23.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@metic@lemmy.world"
    "@livus@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1556 …}
  +nested: Doctrine\ORM\PersistentCollection {#1604 …}
  +votes: Doctrine\ORM\PersistentCollection {#1619 …}
  +reports: Doctrine\ORM\PersistentCollection {#1701 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1689 …}
  -id: 4888
  -bodyTs: "'distro':9 'like':5 'linux':8 'need':16 'peopl':2 'perfect':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441682"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688010503 {#1620
    date: 2023-06-29 05:48:23.0 +02:00
  }
  +"title": 4888
}
"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
123 DENIED edit
App\Entity\EntryComment {#1613
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1586
    +user: Proxies\__CG__\App\Entity\User {#2628 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
    +slug: "I-don-t-understand-people-who-say-they-can-t-figure-out"
    +title: "I don’t understand people who say they can’t figure out Lemmy or KBin"
    +url: null
    +body: """
      Does federation have a bit of a learning curve? No doubt.\n
      \n
      Is Lemmy buggy as heck? Absolutely.\n
      \n
      But I don’t think that really justifies a lot of the comments I’m seeing in Reddit alternatives threads that it’s hard to figure out. The front page feed and sort options are very similar to Reddit. Searching for same-instance communities is not too difficult. Posting, commenting, and voting are all quite intuitive. What’s the problem?\n
      \n
      Edit: I do think terminology is a bit of an issue. I can tell a lot of people don’t understand “instance” vs. “community” at first. “Magazine” is the biggest offender here. That’s a very unintuitive term.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 124
    +favouriteCount: 70
    +score: 13
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1688096969 {#2715
      date: 2023-06-30 05:49:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2722 …}
    +votes: Doctrine\ORM\PersistentCollection {#2724 …}
    +reports: Doctrine\ORM\PersistentCollection {#2726 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2728 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2730 …}
    +badges: Doctrine\ORM\PersistentCollection {#2732 …}
    +children: [
      4 => App\Entity\EntryComment {#1647
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1592 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1590 …}
        +body: """
          this platform doesn't have search and as far as I understand, doesn't *want to have* search. so where are you thinking people are supposed to search exactly?\n
          \n
          I would love to see your tutorial about how to search for information here.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1688010426 {#1695
          date: 2023-06-29 05:47:06.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@keet@kbin.social"
          "@detwaft@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1553 …}
        +nested: Doctrine\ORM\PersistentCollection {#1662 …}
        +votes: Doctrine\ORM\PersistentCollection {#1656 …}
        +reports: Doctrine\ORM\PersistentCollection {#1651 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1564 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1567 …}
        -id: 4885
        -bodyTs: "'doesn':3,13 'exact':29 'far':9 'inform':42 'love':32 'peopl':24 'platform':2 'search':6,18,28,40 'see':34 'suppos':26 'think':23 'tutori':36 'understand':12 'want':15 'would':31"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441665"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010426 {#1595
          date: 2023-06-29 05:47:06.0 +02:00
        }
        +"title": 4885
      }
      3 => App\Entity\EntryComment {#1795
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
        +body: "don't forget [fiber optics](https://www.techtricksworld.com/wp-content/uploads/2021/01/Fiber_Optical_Cable.jpg)!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1688010610 {#1691
          date: 2023-06-29 05:50:10.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@PierreKanazawa@fedia.io"
          "@BettyWhiteInHD@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1616 …}
        +nested: Doctrine\ORM\PersistentCollection {#1598 …}
        +votes: Doctrine\ORM\PersistentCollection {#1629 …}
        +reports: Doctrine\ORM\PersistentCollection {#1626 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1597 …}
        -id: 4895
        -bodyTs: "'/wp-content/uploads/2021/01/fiber_optical_cable.jpg)!':8 'fiber':4 'forget':3 'optic':5 'www.techtricksworld.com':7 'www.techtricksworld.com/wp-content/uploads/2021/01/fiber_optical_cable.jpg)!':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441686"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010610 {#1692
          date: 2023-06-29 05:50:10.0 +02:00
        }
        +"title": 4895
      }
      1 => App\Entity\EntryComment {#1715
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1714 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
        +body: """
          How to find the established community you want to be involved in.  \n
           And humblebragging.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1688011092 {#1724
          date: 2023-06-29 05:58:12.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@TriLevelSync@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1720 …}
        +nested: Doctrine\ORM\PersistentCollection {#1717 …}
        +votes: Doctrine\ORM\PersistentCollection {#1741 …}
        +reports: Doctrine\ORM\PersistentCollection {#1707 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2448 …}
        -id: 4905
        -bodyTs: "'communiti':6 'establish':5 'find':3 'humblebrag':14 'involv':11 'want':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441743"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688011092 {#1719
          date: 2023-06-29 05:58:12.0 +02:00
        }
        +"title": 4905
      }
      2 => App\Entity\EntryComment {#1723
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
        +body: """
          that is so dismissive.\n
          \n
          people don't want to switch because they had a thing that they liked and this thing is nothing like that.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1688010781 {#1731
          date: 2023-06-29 05:53:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@khelmr@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1721 …}
        +nested: Doctrine\ORM\PersistentCollection {#1728 …}
        +votes: Doctrine\ORM\PersistentCollection {#1730 …}
        +reports: Doctrine\ORM\PersistentCollection {#1734 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1727 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1733 …}
        -id: 4897
        -bodyTs: "'dismiss':4 'like':18,24 'noth':23 'peopl':5 'switch':10 'thing':15,21 'want':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441699"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010781 {#1725
          date: 2023-06-29 05:53:01.0 +02:00
        }
        +"title": 4897
      }
      0 => App\Entity\EntryComment {#1613}
    ]
    -id: 485
    -titleTs: "'figur':11 'kbin':15 'lemmi':13 'peopl':5 'say':7 'understand':4"
    -bodyTs: "'absolut':17 'altern':36 'biggest':108 'bit':5,86 'buggi':14 'comment':30,68 'communiti':62,102 'curv':9 'difficult':66 'doubt':11 'edit':79 'feder':2 'feed':48 'figur':43 'first':104 'front':46 'hard':41 'heck':16 'instanc':61,100 'intuit':74 'issu':89 'justifi':25 'learn':8 'lemmi':13 'lot':27,94 'm':32 'magazin':105 'offend':109 'option':51 'page':47 'peopl':96 'post':67 'problem':78 'quit':73 'realli':24 'reddit':35,56 'same-inst':59 'search':57 'see':33 'similar':54 'sort':50 'tell':92 'term':116 'terminolog':83 'think':22,82 'thread':37 'understand':99 'unintuit':115 'vote':70 'vs':101"
    +cross: false
    +upVotes: 13
    +downVotes: 0
    +ranking: 1688090822
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/782011"
    +editedAt: null
    +createdAt: DateTimeImmutable @1688004422 {#2697
      date: 2023-06-29 04:07:02.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
  +body: "the people who are like "but what linux distro will be perfect for all my needs???""
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1688010503 {#1549
    date: 2023-06-29 05:48:23.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@metic@lemmy.world"
    "@livus@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1556 …}
  +nested: Doctrine\ORM\PersistentCollection {#1604 …}
  +votes: Doctrine\ORM\PersistentCollection {#1619 …}
  +reports: Doctrine\ORM\PersistentCollection {#1701 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1689 …}
  -id: 4888
  -bodyTs: "'distro':9 'like':5 'linux':8 'need':16 'peopl':2 'perfect':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441682"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688010503 {#1620
    date: 2023-06-29 05:48:23.0 +02:00
  }
  +"title": 4888
}
"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
124 DENIED moderate
App\Entity\EntryComment {#1613
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1586
    +user: Proxies\__CG__\App\Entity\User {#2628 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2720 …}
    +slug: "I-don-t-understand-people-who-say-they-can-t-figure-out"
    +title: "I don’t understand people who say they can’t figure out Lemmy or KBin"
    +url: null
    +body: """
      Does federation have a bit of a learning curve? No doubt.\n
      \n
      Is Lemmy buggy as heck? Absolutely.\n
      \n
      But I don’t think that really justifies a lot of the comments I’m seeing in Reddit alternatives threads that it’s hard to figure out. The front page feed and sort options are very similar to Reddit. Searching for same-instance communities is not too difficult. Posting, commenting, and voting are all quite intuitive. What’s the problem?\n
      \n
      Edit: I do think terminology is a bit of an issue. I can tell a lot of people don’t understand “instance” vs. “community” at first. “Magazine” is the biggest offender here. That’s a very unintuitive term.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 124
    +favouriteCount: 70
    +score: 13
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1688096969 {#2715
      date: 2023-06-30 05:49:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2722 …}
    +votes: Doctrine\ORM\PersistentCollection {#2724 …}
    +reports: Doctrine\ORM\PersistentCollection {#2726 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2728 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2730 …}
    +badges: Doctrine\ORM\PersistentCollection {#2732 …}
    +children: [
      4 => App\Entity\EntryComment {#1647
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1592 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1590 …}
        +body: """
          this platform doesn't have search and as far as I understand, doesn't *want to have* search. so where are you thinking people are supposed to search exactly?\n
          \n
          I would love to see your tutorial about how to search for information here.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1688010426 {#1695
          date: 2023-06-29 05:47:06.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@keet@kbin.social"
          "@detwaft@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1553 …}
        +nested: Doctrine\ORM\PersistentCollection {#1662 …}
        +votes: Doctrine\ORM\PersistentCollection {#1656 …}
        +reports: Doctrine\ORM\PersistentCollection {#1651 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1564 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1567 …}
        -id: 4885
        -bodyTs: "'doesn':3,13 'exact':29 'far':9 'inform':42 'love':32 'peopl':24 'platform':2 'search':6,18,28,40 'see':34 'suppos':26 'think':23 'tutori':36 'understand':12 'want':15 'would':31"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441665"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010426 {#1595
          date: 2023-06-29 05:47:06.0 +02:00
        }
        +"title": 4885
      }
      3 => App\Entity\EntryComment {#1795
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
        +body: "don't forget [fiber optics](https://www.techtricksworld.com/wp-content/uploads/2021/01/Fiber_Optical_Cable.jpg)!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1688010610 {#1691
          date: 2023-06-29 05:50:10.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@PierreKanazawa@fedia.io"
          "@BettyWhiteInHD@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1616 …}
        +nested: Doctrine\ORM\PersistentCollection {#1598 …}
        +votes: Doctrine\ORM\PersistentCollection {#1629 …}
        +reports: Doctrine\ORM\PersistentCollection {#1626 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1597 …}
        -id: 4895
        -bodyTs: "'/wp-content/uploads/2021/01/fiber_optical_cable.jpg)!':8 'fiber':4 'forget':3 'optic':5 'www.techtricksworld.com':7 'www.techtricksworld.com/wp-content/uploads/2021/01/fiber_optical_cable.jpg)!':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441686"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010610 {#1692
          date: 2023-06-29 05:50:10.0 +02:00
        }
        +"title": 4895
      }
      1 => App\Entity\EntryComment {#1715
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1714 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
        +body: """
          How to find the established community you want to be involved in.  \n
           And humblebragging.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1688011092 {#1724
          date: 2023-06-29 05:58:12.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@TriLevelSync@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1720 …}
        +nested: Doctrine\ORM\PersistentCollection {#1717 …}
        +votes: Doctrine\ORM\PersistentCollection {#1741 …}
        +reports: Doctrine\ORM\PersistentCollection {#1707 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2448 …}
        -id: 4905
        -bodyTs: "'communiti':6 'establish':5 'find':3 'humblebrag':14 'involv':11 'want':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441743"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688011092 {#1719
          date: 2023-06-29 05:58:12.0 +02:00
        }
        +"title": 4905
      }
      2 => App\Entity\EntryComment {#1723
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1586 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
        +body: """
          that is so dismissive.\n
          \n
          people don't want to switch because they had a thing that they liked and this thing is nothing like that.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1688010781 {#1731
          date: 2023-06-29 05:53:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@metic@lemmy.world"
          "@khelmr@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1721 …}
        +nested: Doctrine\ORM\PersistentCollection {#1728 …}
        +votes: Doctrine\ORM\PersistentCollection {#1730 …}
        +reports: Doctrine\ORM\PersistentCollection {#1734 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1727 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1733 …}
        -id: 4897
        -bodyTs: "'dismiss':4 'like':18,24 'noth':23 'peopl':5 'switch':10 'thing':15,21 'want':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441699"
        +editedAt: null
        +createdAt: DateTimeImmutable @1688010781 {#1725
          date: 2023-06-29 05:53:01.0 +02:00
        }
        +"title": 4897
      }
      0 => App\Entity\EntryComment {#1613}
    ]
    -id: 485
    -titleTs: "'figur':11 'kbin':15 'lemmi':13 'peopl':5 'say':7 'understand':4"
    -bodyTs: "'absolut':17 'altern':36 'biggest':108 'bit':5,86 'buggi':14 'comment':30,68 'communiti':62,102 'curv':9 'difficult':66 'doubt':11 'edit':79 'feder':2 'feed':48 'figur':43 'first':104 'front':46 'hard':41 'heck':16 'instanc':61,100 'intuit':74 'issu':89 'justifi':25 'learn':8 'lemmi':13 'lot':27,94 'm':32 'magazin':105 'offend':109 'option':51 'page':47 'peopl':96 'post':67 'problem':78 'quit':73 'realli':24 'reddit':35,56 'same-inst':59 'search':57 'see':33 'similar':54 'sort':50 'tell':92 'term':116 'terminolog':83 'think':22,82 'thread':37 'understand':99 'unintuit':115 'vote':70 'vs':101"
    +cross: false
    +upVotes: 13
    +downVotes: 0
    +ranking: 1688090822
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/782011"
    +editedAt: null
    +createdAt: DateTimeImmutable @1688004422 {#2697
      date: 2023-06-29 04:07:02.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
  +body: "the people who are like "but what linux distro will be perfect for all my needs???""
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1688010503 {#1549
    date: 2023-06-29 05:48:23.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@metic@lemmy.world"
    "@livus@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1556 …}
  +nested: Doctrine\ORM\PersistentCollection {#1604 …}
  +votes: Doctrine\ORM\PersistentCollection {#1619 …}
  +reports: Doctrine\ORM\PersistentCollection {#1701 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1689 …}
  -id: 4888
  -bodyTs: "'distro':9 'like':5 'linux':8 'need':16 'peopl':2 'perfect':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/RedditMigration/t/110551/-/comment/441682"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688010503 {#1620
    date: 2023-06-29 05:48:23.0 +02:00
  }
  +"title": 4888
}
"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
125 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
126 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