GET https://kbin.spritesserver.nl/index.php/u/@prole@sh.itjust.works/commented?p=3

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 …}
}
14.63 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 {#1527
  +user: Proxies\__CG__\App\Entity\User {#2923 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3126 …}
  +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
  +title: "What is a beautiful concept or idea that continues to blow your mind?"
  +url: null
  +body: """
    For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
    \n
    Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
    \n
    For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
    \n
    Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
    \n
    It kinda, sorta, maybe resembles… life.\n
    \n
    There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 128
  +favouriteCount: 335
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689421292 {#3121
    date: 2023-07-15 13:41:32.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3128 …}
  +votes: Doctrine\ORM\PersistentCollection {#3130 …}
  +reports: Doctrine\ORM\PersistentCollection {#3132 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3134 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3136 …}
  +badges: Doctrine\ORM\PersistentCollection {#3138 …}
  +children: [
    5 => App\Entity\EntryComment {#1555
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
      +body: "Second the Gödel Escher Bach recommendation. Don’t really hear about that one these days."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1689171943 {#1556
        date: 2023-07-12 16:25:43.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
        "@aussiematt@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1620 …}
      +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: 13269
      -bodyTs: "'bach':5 'day':15 'escher':4 'gödel':3 'hear':10 'one':13 'realli':9 'recommend':6 'second':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/961195"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689171943 {#1557
        date: 2023-07-12 16:25:43.0 +02:00
      }
      +"title": 13269
    }
    4 => App\Entity\EntryComment {#1705
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
      +body: "Right. And it necessarily follows from that that all humans are therefore immoral. And if that’s the case, there is no longer any utility to the term “immoral.” It becomes a pointless exercise."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1689175268 {#1691
        date: 2023-07-12 17:21:08.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
        "@claycle@lemmy.world"
        "@prole@sh.itjust.works"
      ]
      +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: 13312
      -bodyTs: "'becom':31 'case':19 'exercis':34 'follow':5 'human':10 'immor':13,29 'longer':23 'necessarili':4 'pointless':33 'right':1 'term':28 'therefor':12 'util':25"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/963159"
      +editedAt: DateTimeImmutable @1689175371 {#1692
        date: 2023-07-12 17:22:51.0 +02:00
      }
      +createdAt: DateTimeImmutable @1689175268 {#1795
        date: 2023-07-12 17:21:08.0 +02:00
      }
      +"title": 13312
    }
    3 => App\Entity\EntryComment {#1722
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
      +body: "Not most people. Literally every person. Or maybe you could give me an example of a person that wouldn’t be considered immoral by your metric?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1689176771 {#1731
        date: 2023-07-12 17:46:11.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
        "@claycle@lemmy.world"
        "@prole@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1726 …}
      +nested: Doctrine\ORM\PersistentCollection {#1736 …}
      +votes: Doctrine\ORM\PersistentCollection {#1737 …}
      +reports: Doctrine\ORM\PersistentCollection {#1732 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1729 …}
      -id: 13351
      -bodyTs: "'consid':22 'could':10 'everi':5 'exampl':14 'give':11 'immor':23 'liter':4 'mayb':8 'metric':26 'peopl':3 'person':6,17 'wouldn':19"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/963964"
      +editedAt: DateTimeImmutable @1689176887 {#1725
        date: 2023-07-12 17:48:07.0 +02:00
      }
      +createdAt: DateTimeImmutable @1689176771 {#1723
        date: 2023-07-12 17:46:11.0 +02:00
      }
      +"title": 13351
    }
    2 => App\Entity\EntryComment {#2458
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
      +body: "I haven’t. I’m currently at work and can’t watch. I was mostly pointing out that it becomes a pointless exercise when you realize that every human on the planet is considered immoral"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1689187108 {#2447
        date: 2023-07-12 20:38:28.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
        "@claycle@lemmy.world"
        "@prole@sh.itjust.works"
        "@thiccdiccnicc@sh.itjust.works"
      ]
      +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: 13706
      -bodyTs: "'becom':20 'consid':34 'current':6 'everi':28 'exercis':23 'haven':2 'human':29 'immor':35 'm':5 'most':15 'planet':32 'point':16 'pointless':22 'realiz':26 'watch':12 'work':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/970511"
      +editedAt: DateTimeImmutable @1689187184 {#2422
        date: 2023-07-12 20:39:44.0 +02:00
      }
      +createdAt: DateTimeImmutable @1689187108 {#2462
        date: 2023-07-12 20:38:28.0 +02:00
      }
      +"title": 13706
    }
    1 => App\Entity\EntryComment {#1714
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
      +body: """
        Ok, but buying a cell phone isn’t the only potentially immoral choice made by people regularly, it’s just one example. Modern life is a minefield with this stuff, and I’m incapable of imagining a person in modern society who is capable of avoiding every single one of these pitfalls. Hell, it could probably be argued that even existing on this dying planet could be considered immoral or unethical. Again, maybe I’m wrong and you could think of one. Maybe some ascetic living on the street in India?\n
        \n
        Also, I don’t really agree that awareness is even relevant. You can do immoral things without being aware that the thing you’re doing could be considered immoral. The thing itself is still immoral.\n
        \n
        Which was kind of my point; that it’s impossible to avoid in a modern, interconnected world. I probably did a dozen immoral things before breakfast this morning.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1689178292 {#1719
        date: 2023-07-12 18:11:32.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
        "@claycle@lemmy.world"
        "@prole@sh.itjust.works"
      ]
      +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: 13425
      -bodyTs: "'agre':97 'also':92 'argu':58 'ascet':85 'avoid':46,138 'awar':99,110 'breakfast':152 'buy':3 'capabl':44 'cell':5 'choic':13 'consid':68,119 'could':55,66,79,117 'die':64 'dozen':148 'even':60,101 'everi':47 'exampl':22 'exist':61 'hell':53 'imagin':36 'immor':12,69,106,120,126,149 'imposs':136 'incap':34 'india':91 'interconnect':142 'isn':7 'kind':129 'life':24 'live':86 'm':33,75 'made':14 'mayb':73,83 'minefield':27 'modern':23,40,141 'morn':154 'ok':1 'one':21,49,82 'peopl':16 'person':38 'phone':6 'pitfal':52 'planet':65 'point':132 'potenti':11 'probabl':56,145 're':115 'realli':96 'regular':17 'relev':102 'singl':48 'societi':41 'still':125 'street':89 'stuff':30 'thing':107,113,122,150 'think':80 'uneth':71 'without':108 'world':143 'wrong':76"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/964970"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689178292 {#1715
        date: 2023-07-12 18:11:32.0 +02:00
      }
      +"title": 13425
    }
    0 => App\Entity\EntryComment {#1525
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
      +body: """
        That’s an incredibly pessimistic way to view the world… I think it’s more accurate to say that people have the capacity for both good and evil. I’m not sure that you can say that “most everyone you know” are immoral or evil. That’s quite the claim.\n
        \n
        Though we would also have to explore what “immoral,” and “evil” actually mean. Am I immoral for purchasing and using a cell phone made with materials that were obtained through means that destroy lives and damage ecosystems?\n
        \n
        The modern world is far too complex and interconnected for people to avoid doing things that could be considered immoral or unethical.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 14
      +score: 0
      +lastActive: DateTime @1689171757 {#1578
        date: 2023-07-12 16:22:37.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
        "@claycle@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1526 …}
      +nested: Doctrine\ORM\PersistentCollection {#1550 …}
      +votes: Doctrine\ORM\PersistentCollection {#1548 …}
      +reports: Doctrine\ORM\PersistentCollection {#1566 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
      -id: 13260
      -bodyTs: "'accur':16 'actual':62 'also':54 'avoid':100 'capac':23 'cell':72 'claim':50 'complex':94 'consid':106 'could':104 'damag':86 'destroy':83 'ecosystem':87 'everyon':39 'evil':28,45,61 'explor':57 'far':92 'good':26 'immor':43,59,66,107 'incred':4 'interconnect':96 'know':41 'live':84 'm':30 'made':74 'materi':76 'mean':63,81 'modern':89 'obtain':79 'peopl':20,98 'pessimist':5 'phone':73 'purchas':68 'quit':48 'say':18,36 'sure':32 'thing':102 'think':12 'though':51 'uneth':109 'use':70 'view':8 'way':6 'world':10,90 'would':53"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/961024"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689171757 {#1561
        date: 2023-07-12 16:22:37.0 +02:00
      }
      +"title": 13260
    }
  ]
  -id: 1127
  -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
  -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689214299
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/1030240"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689127899 {#3102
    date: 2023-07-12 04:11:39.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1527
  +user: Proxies\__CG__\App\Entity\User {#2923 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3126 …}
  +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
  +title: "What is a beautiful concept or idea that continues to blow your mind?"
  +url: null
  +body: """
    For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
    \n
    Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
    \n
    For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
    \n
    Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
    \n
    It kinda, sorta, maybe resembles… life.\n
    \n
    There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 128
  +favouriteCount: 335
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689421292 {#3121
    date: 2023-07-15 13:41:32.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3128 …}
  +votes: Doctrine\ORM\PersistentCollection {#3130 …}
  +reports: Doctrine\ORM\PersistentCollection {#3132 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3134 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3136 …}
  +badges: Doctrine\ORM\PersistentCollection {#3138 …}
  +children: [
    5 => App\Entity\EntryComment {#1555
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
      +body: "Second the Gödel Escher Bach recommendation. Don’t really hear about that one these days."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1689171943 {#1556
        date: 2023-07-12 16:25:43.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
        "@aussiematt@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1620 …}
      +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: 13269
      -bodyTs: "'bach':5 'day':15 'escher':4 'gödel':3 'hear':10 'one':13 'realli':9 'recommend':6 'second':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/961195"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689171943 {#1557
        date: 2023-07-12 16:25:43.0 +02:00
      }
      +"title": 13269
    }
    4 => App\Entity\EntryComment {#1705
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
      +body: "Right. And it necessarily follows from that that all humans are therefore immoral. And if that’s the case, there is no longer any utility to the term “immoral.” It becomes a pointless exercise."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1689175268 {#1691
        date: 2023-07-12 17:21:08.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
        "@claycle@lemmy.world"
        "@prole@sh.itjust.works"
      ]
      +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: 13312
      -bodyTs: "'becom':31 'case':19 'exercis':34 'follow':5 'human':10 'immor':13,29 'longer':23 'necessarili':4 'pointless':33 'right':1 'term':28 'therefor':12 'util':25"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/963159"
      +editedAt: DateTimeImmutable @1689175371 {#1692
        date: 2023-07-12 17:22:51.0 +02:00
      }
      +createdAt: DateTimeImmutable @1689175268 {#1795
        date: 2023-07-12 17:21:08.0 +02:00
      }
      +"title": 13312
    }
    3 => App\Entity\EntryComment {#1722
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
      +body: "Not most people. Literally every person. Or maybe you could give me an example of a person that wouldn’t be considered immoral by your metric?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1689176771 {#1731
        date: 2023-07-12 17:46:11.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
        "@claycle@lemmy.world"
        "@prole@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1726 …}
      +nested: Doctrine\ORM\PersistentCollection {#1736 …}
      +votes: Doctrine\ORM\PersistentCollection {#1737 …}
      +reports: Doctrine\ORM\PersistentCollection {#1732 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1729 …}
      -id: 13351
      -bodyTs: "'consid':22 'could':10 'everi':5 'exampl':14 'give':11 'immor':23 'liter':4 'mayb':8 'metric':26 'peopl':3 'person':6,17 'wouldn':19"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/963964"
      +editedAt: DateTimeImmutable @1689176887 {#1725
        date: 2023-07-12 17:48:07.0 +02:00
      }
      +createdAt: DateTimeImmutable @1689176771 {#1723
        date: 2023-07-12 17:46:11.0 +02:00
      }
      +"title": 13351
    }
    2 => App\Entity\EntryComment {#2458
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
      +body: "I haven’t. I’m currently at work and can’t watch. I was mostly pointing out that it becomes a pointless exercise when you realize that every human on the planet is considered immoral"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1689187108 {#2447
        date: 2023-07-12 20:38:28.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
        "@claycle@lemmy.world"
        "@prole@sh.itjust.works"
        "@thiccdiccnicc@sh.itjust.works"
      ]
      +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: 13706
      -bodyTs: "'becom':20 'consid':34 'current':6 'everi':28 'exercis':23 'haven':2 'human':29 'immor':35 'm':5 'most':15 'planet':32 'point':16 'pointless':22 'realiz':26 'watch':12 'work':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/970511"
      +editedAt: DateTimeImmutable @1689187184 {#2422
        date: 2023-07-12 20:39:44.0 +02:00
      }
      +createdAt: DateTimeImmutable @1689187108 {#2462
        date: 2023-07-12 20:38:28.0 +02:00
      }
      +"title": 13706
    }
    1 => App\Entity\EntryComment {#1714
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
      +body: """
        Ok, but buying a cell phone isn’t the only potentially immoral choice made by people regularly, it’s just one example. Modern life is a minefield with this stuff, and I’m incapable of imagining a person in modern society who is capable of avoiding every single one of these pitfalls. Hell, it could probably be argued that even existing on this dying planet could be considered immoral or unethical. Again, maybe I’m wrong and you could think of one. Maybe some ascetic living on the street in India?\n
        \n
        Also, I don’t really agree that awareness is even relevant. You can do immoral things without being aware that the thing you’re doing could be considered immoral. The thing itself is still immoral.\n
        \n
        Which was kind of my point; that it’s impossible to avoid in a modern, interconnected world. I probably did a dozen immoral things before breakfast this morning.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1689178292 {#1719
        date: 2023-07-12 18:11:32.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
        "@claycle@lemmy.world"
        "@prole@sh.itjust.works"
      ]
      +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: 13425
      -bodyTs: "'agre':97 'also':92 'argu':58 'ascet':85 'avoid':46,138 'awar':99,110 'breakfast':152 'buy':3 'capabl':44 'cell':5 'choic':13 'consid':68,119 'could':55,66,79,117 'die':64 'dozen':148 'even':60,101 'everi':47 'exampl':22 'exist':61 'hell':53 'imagin':36 'immor':12,69,106,120,126,149 'imposs':136 'incap':34 'india':91 'interconnect':142 'isn':7 'kind':129 'life':24 'live':86 'm':33,75 'made':14 'mayb':73,83 'minefield':27 'modern':23,40,141 'morn':154 'ok':1 'one':21,49,82 'peopl':16 'person':38 'phone':6 'pitfal':52 'planet':65 'point':132 'potenti':11 'probabl':56,145 're':115 'realli':96 'regular':17 'relev':102 'singl':48 'societi':41 'still':125 'street':89 'stuff':30 'thing':107,113,122,150 'think':80 'uneth':71 'without':108 'world':143 'wrong':76"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/964970"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689178292 {#1715
        date: 2023-07-12 18:11:32.0 +02:00
      }
      +"title": 13425
    }
    0 => App\Entity\EntryComment {#1525
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
      +body: """
        That’s an incredibly pessimistic way to view the world… I think it’s more accurate to say that people have the capacity for both good and evil. I’m not sure that you can say that “most everyone you know” are immoral or evil. That’s quite the claim.\n
        \n
        Though we would also have to explore what “immoral,” and “evil” actually mean. Am I immoral for purchasing and using a cell phone made with materials that were obtained through means that destroy lives and damage ecosystems?\n
        \n
        The modern world is far too complex and interconnected for people to avoid doing things that could be considered immoral or unethical.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 14
      +score: 0
      +lastActive: DateTime @1689171757 {#1578
        date: 2023-07-12 16:22:37.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
        "@claycle@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1526 …}
      +nested: Doctrine\ORM\PersistentCollection {#1550 …}
      +votes: Doctrine\ORM\PersistentCollection {#1548 …}
      +reports: Doctrine\ORM\PersistentCollection {#1566 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
      -id: 13260
      -bodyTs: "'accur':16 'actual':62 'also':54 'avoid':100 'capac':23 'cell':72 'claim':50 'complex':94 'consid':106 'could':104 'damag':86 'destroy':83 'ecosystem':87 'everyon':39 'evil':28,45,61 'explor':57 'far':92 'good':26 'immor':43,59,66,107 'incred':4 'interconnect':96 'know':41 'live':84 'm':30 'made':74 'materi':76 'mean':63,81 'modern':89 'obtain':79 'peopl':20,98 'pessimist':5 'phone':73 'purchas':68 'quit':48 'say':18,36 'sure':32 'thing':102 'think':12 'though':51 'uneth':109 'use':70 'view':8 'way':6 'world':10,90 'would':53"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/961024"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689171757 {#1561
        date: 2023-07-12 16:22:37.0 +02:00
      }
      +"title": 13260
    }
  ]
  -id: 1127
  -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
  -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689214299
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/1030240"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689127899 {#3102
    date: 2023-07-12 04:11:39.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
4 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1527
  +user: Proxies\__CG__\App\Entity\User {#2923 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3126 …}
  +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
  +title: "What is a beautiful concept or idea that continues to blow your mind?"
  +url: null
  +body: """
    For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
    \n
    Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
    \n
    For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
    \n
    Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
    \n
    It kinda, sorta, maybe resembles… life.\n
    \n
    There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 128
  +favouriteCount: 335
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689421292 {#3121
    date: 2023-07-15 13:41:32.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3128 …}
  +votes: Doctrine\ORM\PersistentCollection {#3130 …}
  +reports: Doctrine\ORM\PersistentCollection {#3132 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3134 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3136 …}
  +badges: Doctrine\ORM\PersistentCollection {#3138 …}
  +children: [
    5 => App\Entity\EntryComment {#1555
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
      +body: "Second the Gödel Escher Bach recommendation. Don’t really hear about that one these days."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1689171943 {#1556
        date: 2023-07-12 16:25:43.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
        "@aussiematt@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1620 …}
      +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: 13269
      -bodyTs: "'bach':5 'day':15 'escher':4 'gödel':3 'hear':10 'one':13 'realli':9 'recommend':6 'second':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/961195"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689171943 {#1557
        date: 2023-07-12 16:25:43.0 +02:00
      }
      +"title": 13269
    }
    4 => App\Entity\EntryComment {#1705
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
      +body: "Right. And it necessarily follows from that that all humans are therefore immoral. And if that’s the case, there is no longer any utility to the term “immoral.” It becomes a pointless exercise."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1689175268 {#1691
        date: 2023-07-12 17:21:08.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
        "@claycle@lemmy.world"
        "@prole@sh.itjust.works"
      ]
      +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: 13312
      -bodyTs: "'becom':31 'case':19 'exercis':34 'follow':5 'human':10 'immor':13,29 'longer':23 'necessarili':4 'pointless':33 'right':1 'term':28 'therefor':12 'util':25"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/963159"
      +editedAt: DateTimeImmutable @1689175371 {#1692
        date: 2023-07-12 17:22:51.0 +02:00
      }
      +createdAt: DateTimeImmutable @1689175268 {#1795
        date: 2023-07-12 17:21:08.0 +02:00
      }
      +"title": 13312
    }
    3 => App\Entity\EntryComment {#1722
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
      +body: "Not most people. Literally every person. Or maybe you could give me an example of a person that wouldn’t be considered immoral by your metric?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1689176771 {#1731
        date: 2023-07-12 17:46:11.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
        "@claycle@lemmy.world"
        "@prole@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1726 …}
      +nested: Doctrine\ORM\PersistentCollection {#1736 …}
      +votes: Doctrine\ORM\PersistentCollection {#1737 …}
      +reports: Doctrine\ORM\PersistentCollection {#1732 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1729 …}
      -id: 13351
      -bodyTs: "'consid':22 'could':10 'everi':5 'exampl':14 'give':11 'immor':23 'liter':4 'mayb':8 'metric':26 'peopl':3 'person':6,17 'wouldn':19"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/963964"
      +editedAt: DateTimeImmutable @1689176887 {#1725
        date: 2023-07-12 17:48:07.0 +02:00
      }
      +createdAt: DateTimeImmutable @1689176771 {#1723
        date: 2023-07-12 17:46:11.0 +02:00
      }
      +"title": 13351
    }
    2 => App\Entity\EntryComment {#2458
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
      +body: "I haven’t. I’m currently at work and can’t watch. I was mostly pointing out that it becomes a pointless exercise when you realize that every human on the planet is considered immoral"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1689187108 {#2447
        date: 2023-07-12 20:38:28.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
        "@claycle@lemmy.world"
        "@prole@sh.itjust.works"
        "@thiccdiccnicc@sh.itjust.works"
      ]
      +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: 13706
      -bodyTs: "'becom':20 'consid':34 'current':6 'everi':28 'exercis':23 'haven':2 'human':29 'immor':35 'm':5 'most':15 'planet':32 'point':16 'pointless':22 'realiz':26 'watch':12 'work':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/970511"
      +editedAt: DateTimeImmutable @1689187184 {#2422
        date: 2023-07-12 20:39:44.0 +02:00
      }
      +createdAt: DateTimeImmutable @1689187108 {#2462
        date: 2023-07-12 20:38:28.0 +02:00
      }
      +"title": 13706
    }
    1 => App\Entity\EntryComment {#1714
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
      +body: """
        Ok, but buying a cell phone isn’t the only potentially immoral choice made by people regularly, it’s just one example. Modern life is a minefield with this stuff, and I’m incapable of imagining a person in modern society who is capable of avoiding every single one of these pitfalls. Hell, it could probably be argued that even existing on this dying planet could be considered immoral or unethical. Again, maybe I’m wrong and you could think of one. Maybe some ascetic living on the street in India?\n
        \n
        Also, I don’t really agree that awareness is even relevant. You can do immoral things without being aware that the thing you’re doing could be considered immoral. The thing itself is still immoral.\n
        \n
        Which was kind of my point; that it’s impossible to avoid in a modern, interconnected world. I probably did a dozen immoral things before breakfast this morning.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1689178292 {#1719
        date: 2023-07-12 18:11:32.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
        "@claycle@lemmy.world"
        "@prole@sh.itjust.works"
      ]
      +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: 13425
      -bodyTs: "'agre':97 'also':92 'argu':58 'ascet':85 'avoid':46,138 'awar':99,110 'breakfast':152 'buy':3 'capabl':44 'cell':5 'choic':13 'consid':68,119 'could':55,66,79,117 'die':64 'dozen':148 'even':60,101 'everi':47 'exampl':22 'exist':61 'hell':53 'imagin':36 'immor':12,69,106,120,126,149 'imposs':136 'incap':34 'india':91 'interconnect':142 'isn':7 'kind':129 'life':24 'live':86 'm':33,75 'made':14 'mayb':73,83 'minefield':27 'modern':23,40,141 'morn':154 'ok':1 'one':21,49,82 'peopl':16 'person':38 'phone':6 'pitfal':52 'planet':65 'point':132 'potenti':11 'probabl':56,145 're':115 'realli':96 'regular':17 'relev':102 'singl':48 'societi':41 'still':125 'street':89 'stuff':30 'thing':107,113,122,150 'think':80 'uneth':71 'without':108 'world':143 'wrong':76"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/964970"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689178292 {#1715
        date: 2023-07-12 18:11:32.0 +02:00
      }
      +"title": 13425
    }
    0 => App\Entity\EntryComment {#1525
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
      +body: """
        That’s an incredibly pessimistic way to view the world… I think it’s more accurate to say that people have the capacity for both good and evil. I’m not sure that you can say that “most everyone you know” are immoral or evil. That’s quite the claim.\n
        \n
        Though we would also have to explore what “immoral,” and “evil” actually mean. Am I immoral for purchasing and using a cell phone made with materials that were obtained through means that destroy lives and damage ecosystems?\n
        \n
        The modern world is far too complex and interconnected for people to avoid doing things that could be considered immoral or unethical.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 14
      +score: 0
      +lastActive: DateTime @1689171757 {#1578
        date: 2023-07-12 16:22:37.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
        "@claycle@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1526 …}
      +nested: Doctrine\ORM\PersistentCollection {#1550 …}
      +votes: Doctrine\ORM\PersistentCollection {#1548 …}
      +reports: Doctrine\ORM\PersistentCollection {#1566 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
      -id: 13260
      -bodyTs: "'accur':16 'actual':62 'also':54 'avoid':100 'capac':23 'cell':72 'claim':50 'complex':94 'consid':106 'could':104 'damag':86 'destroy':83 'ecosystem':87 'everyon':39 'evil':28,45,61 'explor':57 'far':92 'good':26 'immor':43,59,66,107 'incred':4 'interconnect':96 'know':41 'live':84 'm':30 'made':74 'materi':76 'mean':63,81 'modern':89 'obtain':79 'peopl':20,98 'pessimist':5 'phone':73 'purchas':68 'quit':48 'say':18,36 'sure':32 'thing':102 'think':12 'though':51 'uneth':109 'use':70 'view':8 'way':6 'world':10,90 'would':53"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/961024"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689171757 {#1561
        date: 2023-07-12 16:22:37.0 +02:00
      }
      +"title": 13260
    }
  ]
  -id: 1127
  -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
  -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689214299
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/1030240"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689127899 {#3102
    date: 2023-07-12 04:11:39.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
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 {#1555
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1527
    +user: Proxies\__CG__\App\Entity\User {#2923 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3126 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#3121
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3128 …}
    +votes: Doctrine\ORM\PersistentCollection {#3130 …}
    +reports: Doctrine\ORM\PersistentCollection {#3132 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3134 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3136 …}
    +badges: Doctrine\ORM\PersistentCollection {#3138 …}
    +children: [
      5 => App\Entity\EntryComment {#1555}
      4 => App\Entity\EntryComment {#1705
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "Right. And it necessarily follows from that that all humans are therefore immoral. And if that’s the case, there is no longer any utility to the term “immoral.” It becomes a pointless exercise."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1689175268 {#1691
          date: 2023-07-12 17:21:08.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +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: 13312
        -bodyTs: "'becom':31 'case':19 'exercis':34 'follow':5 'human':10 'immor':13,29 'longer':23 'necessarili':4 'pointless':33 'right':1 'term':28 'therefor':12 'util':25"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/963159"
        +editedAt: DateTimeImmutable @1689175371 {#1692
          date: 2023-07-12 17:22:51.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689175268 {#1795
          date: 2023-07-12 17:21:08.0 +02:00
        }
        +"title": 13312
      }
      3 => App\Entity\EntryComment {#1722
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "Not most people. Literally every person. Or maybe you could give me an example of a person that wouldn’t be considered immoral by your metric?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1689176771 {#1731
          date: 2023-07-12 17:46:11.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1726 …}
        +nested: Doctrine\ORM\PersistentCollection {#1736 …}
        +votes: Doctrine\ORM\PersistentCollection {#1737 …}
        +reports: Doctrine\ORM\PersistentCollection {#1732 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1729 …}
        -id: 13351
        -bodyTs: "'consid':22 'could':10 'everi':5 'exampl':14 'give':11 'immor':23 'liter':4 'mayb':8 'metric':26 'peopl':3 'person':6,17 'wouldn':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/963964"
        +editedAt: DateTimeImmutable @1689176887 {#1725
          date: 2023-07-12 17:48:07.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689176771 {#1723
          date: 2023-07-12 17:46:11.0 +02:00
        }
        +"title": 13351
      }
      2 => App\Entity\EntryComment {#2458
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "I haven’t. I’m currently at work and can’t watch. I was mostly pointing out that it becomes a pointless exercise when you realize that every human on the planet is considered immoral"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689187108 {#2447
          date: 2023-07-12 20:38:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
          "@thiccdiccnicc@sh.itjust.works"
        ]
        +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: 13706
        -bodyTs: "'becom':20 'consid':34 'current':6 'everi':28 'exercis':23 'haven':2 'human':29 'immor':35 'm':5 'most':15 'planet':32 'point':16 'pointless':22 'realiz':26 'watch':12 'work':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/970511"
        +editedAt: DateTimeImmutable @1689187184 {#2422
          date: 2023-07-12 20:39:44.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689187108 {#2462
          date: 2023-07-12 20:38:28.0 +02:00
        }
        +"title": 13706
      }
      1 => App\Entity\EntryComment {#1714
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: """
          Ok, but buying a cell phone isn’t the only potentially immoral choice made by people regularly, it’s just one example. Modern life is a minefield with this stuff, and I’m incapable of imagining a person in modern society who is capable of avoiding every single one of these pitfalls. Hell, it could probably be argued that even existing on this dying planet could be considered immoral or unethical. Again, maybe I’m wrong and you could think of one. Maybe some ascetic living on the street in India?\n
          \n
          Also, I don’t really agree that awareness is even relevant. You can do immoral things without being aware that the thing you’re doing could be considered immoral. The thing itself is still immoral.\n
          \n
          Which was kind of my point; that it’s impossible to avoid in a modern, interconnected world. I probably did a dozen immoral things before breakfast this morning.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689178292 {#1719
          date: 2023-07-12 18:11:32.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +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: 13425
        -bodyTs: "'agre':97 'also':92 'argu':58 'ascet':85 'avoid':46,138 'awar':99,110 'breakfast':152 'buy':3 'capabl':44 'cell':5 'choic':13 'consid':68,119 'could':55,66,79,117 'die':64 'dozen':148 'even':60,101 'everi':47 'exampl':22 'exist':61 'hell':53 'imagin':36 'immor':12,69,106,120,126,149 'imposs':136 'incap':34 'india':91 'interconnect':142 'isn':7 'kind':129 'life':24 'live':86 'm':33,75 'made':14 'mayb':73,83 'minefield':27 'modern':23,40,141 'morn':154 'ok':1 'one':21,49,82 'peopl':16 'person':38 'phone':6 'pitfal':52 'planet':65 'point':132 'potenti':11 'probabl':56,145 're':115 'realli':96 'regular':17 'relev':102 'singl':48 'societi':41 'still':125 'street':89 'stuff':30 'thing':107,113,122,150 'think':80 'uneth':71 'without':108 'world':143 'wrong':76"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/964970"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689178292 {#1715
          date: 2023-07-12 18:11:32.0 +02:00
        }
        +"title": 13425
      }
      0 => App\Entity\EntryComment {#1525
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: """
          That’s an incredibly pessimistic way to view the world… I think it’s more accurate to say that people have the capacity for both good and evil. I’m not sure that you can say that “most everyone you know” are immoral or evil. That’s quite the claim.\n
          \n
          Though we would also have to explore what “immoral,” and “evil” actually mean. Am I immoral for purchasing and using a cell phone made with materials that were obtained through means that destroy lives and damage ecosystems?\n
          \n
          The modern world is far too complex and interconnected for people to avoid doing things that could be considered immoral or unethical.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 14
        +score: 0
        +lastActive: DateTime @1689171757 {#1578
          date: 2023-07-12 16:22:37.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1526 …}
        +nested: Doctrine\ORM\PersistentCollection {#1550 …}
        +votes: Doctrine\ORM\PersistentCollection {#1548 …}
        +reports: Doctrine\ORM\PersistentCollection {#1566 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
        -id: 13260
        -bodyTs: "'accur':16 'actual':62 'also':54 'avoid':100 'capac':23 'cell':72 'claim':50 'complex':94 'consid':106 'could':104 'damag':86 'destroy':83 'ecosystem':87 'everyon':39 'evil':28,45,61 'explor':57 'far':92 'good':26 'immor':43,59,66,107 'incred':4 'interconnect':96 'know':41 'live':84 'm':30 'made':74 'materi':76 'mean':63,81 'modern':89 'obtain':79 'peopl':20,98 'pessimist':5 'phone':73 'purchas':68 'quit':48 'say':18,36 'sure':32 'thing':102 'think':12 'though':51 'uneth':109 'use':70 'view':8 'way':6 'world':10,90 'would':53"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/961024"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689171757 {#1561
          date: 2023-07-12 16:22:37.0 +02:00
        }
        +"title": 13260
      }
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#3102
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
  +body: "Second the Gödel Escher Bach recommendation. Don’t really hear about that one these days."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1689171943 {#1556
    date: 2023-07-12 16:25:43.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
    "@aussiematt@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1620 …}
  +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: 13269
  -bodyTs: "'bach':5 'day':15 'escher':4 'gödel':3 'hear':10 'one':13 'realli':9 'recommend':6 'second':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/961195"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689171943 {#1557
    date: 2023-07-12 16:25:43.0 +02:00
  }
  +"title": 13269
}
"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 {#1555
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1527
    +user: Proxies\__CG__\App\Entity\User {#2923 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3126 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#3121
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3128 …}
    +votes: Doctrine\ORM\PersistentCollection {#3130 …}
    +reports: Doctrine\ORM\PersistentCollection {#3132 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3134 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3136 …}
    +badges: Doctrine\ORM\PersistentCollection {#3138 …}
    +children: [
      5 => App\Entity\EntryComment {#1555}
      4 => App\Entity\EntryComment {#1705
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "Right. And it necessarily follows from that that all humans are therefore immoral. And if that’s the case, there is no longer any utility to the term “immoral.” It becomes a pointless exercise."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1689175268 {#1691
          date: 2023-07-12 17:21:08.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +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: 13312
        -bodyTs: "'becom':31 'case':19 'exercis':34 'follow':5 'human':10 'immor':13,29 'longer':23 'necessarili':4 'pointless':33 'right':1 'term':28 'therefor':12 'util':25"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/963159"
        +editedAt: DateTimeImmutable @1689175371 {#1692
          date: 2023-07-12 17:22:51.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689175268 {#1795
          date: 2023-07-12 17:21:08.0 +02:00
        }
        +"title": 13312
      }
      3 => App\Entity\EntryComment {#1722
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "Not most people. Literally every person. Or maybe you could give me an example of a person that wouldn’t be considered immoral by your metric?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1689176771 {#1731
          date: 2023-07-12 17:46:11.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1726 …}
        +nested: Doctrine\ORM\PersistentCollection {#1736 …}
        +votes: Doctrine\ORM\PersistentCollection {#1737 …}
        +reports: Doctrine\ORM\PersistentCollection {#1732 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1729 …}
        -id: 13351
        -bodyTs: "'consid':22 'could':10 'everi':5 'exampl':14 'give':11 'immor':23 'liter':4 'mayb':8 'metric':26 'peopl':3 'person':6,17 'wouldn':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/963964"
        +editedAt: DateTimeImmutable @1689176887 {#1725
          date: 2023-07-12 17:48:07.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689176771 {#1723
          date: 2023-07-12 17:46:11.0 +02:00
        }
        +"title": 13351
      }
      2 => App\Entity\EntryComment {#2458
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "I haven’t. I’m currently at work and can’t watch. I was mostly pointing out that it becomes a pointless exercise when you realize that every human on the planet is considered immoral"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689187108 {#2447
          date: 2023-07-12 20:38:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
          "@thiccdiccnicc@sh.itjust.works"
        ]
        +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: 13706
        -bodyTs: "'becom':20 'consid':34 'current':6 'everi':28 'exercis':23 'haven':2 'human':29 'immor':35 'm':5 'most':15 'planet':32 'point':16 'pointless':22 'realiz':26 'watch':12 'work':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/970511"
        +editedAt: DateTimeImmutable @1689187184 {#2422
          date: 2023-07-12 20:39:44.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689187108 {#2462
          date: 2023-07-12 20:38:28.0 +02:00
        }
        +"title": 13706
      }
      1 => App\Entity\EntryComment {#1714
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: """
          Ok, but buying a cell phone isn’t the only potentially immoral choice made by people regularly, it’s just one example. Modern life is a minefield with this stuff, and I’m incapable of imagining a person in modern society who is capable of avoiding every single one of these pitfalls. Hell, it could probably be argued that even existing on this dying planet could be considered immoral or unethical. Again, maybe I’m wrong and you could think of one. Maybe some ascetic living on the street in India?\n
          \n
          Also, I don’t really agree that awareness is even relevant. You can do immoral things without being aware that the thing you’re doing could be considered immoral. The thing itself is still immoral.\n
          \n
          Which was kind of my point; that it’s impossible to avoid in a modern, interconnected world. I probably did a dozen immoral things before breakfast this morning.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689178292 {#1719
          date: 2023-07-12 18:11:32.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +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: 13425
        -bodyTs: "'agre':97 'also':92 'argu':58 'ascet':85 'avoid':46,138 'awar':99,110 'breakfast':152 'buy':3 'capabl':44 'cell':5 'choic':13 'consid':68,119 'could':55,66,79,117 'die':64 'dozen':148 'even':60,101 'everi':47 'exampl':22 'exist':61 'hell':53 'imagin':36 'immor':12,69,106,120,126,149 'imposs':136 'incap':34 'india':91 'interconnect':142 'isn':7 'kind':129 'life':24 'live':86 'm':33,75 'made':14 'mayb':73,83 'minefield':27 'modern':23,40,141 'morn':154 'ok':1 'one':21,49,82 'peopl':16 'person':38 'phone':6 'pitfal':52 'planet':65 'point':132 'potenti':11 'probabl':56,145 're':115 'realli':96 'regular':17 'relev':102 'singl':48 'societi':41 'still':125 'street':89 'stuff':30 'thing':107,113,122,150 'think':80 'uneth':71 'without':108 'world':143 'wrong':76"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/964970"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689178292 {#1715
          date: 2023-07-12 18:11:32.0 +02:00
        }
        +"title": 13425
      }
      0 => App\Entity\EntryComment {#1525
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: """
          That’s an incredibly pessimistic way to view the world… I think it’s more accurate to say that people have the capacity for both good and evil. I’m not sure that you can say that “most everyone you know” are immoral or evil. That’s quite the claim.\n
          \n
          Though we would also have to explore what “immoral,” and “evil” actually mean. Am I immoral for purchasing and using a cell phone made with materials that were obtained through means that destroy lives and damage ecosystems?\n
          \n
          The modern world is far too complex and interconnected for people to avoid doing things that could be considered immoral or unethical.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 14
        +score: 0
        +lastActive: DateTime @1689171757 {#1578
          date: 2023-07-12 16:22:37.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1526 …}
        +nested: Doctrine\ORM\PersistentCollection {#1550 …}
        +votes: Doctrine\ORM\PersistentCollection {#1548 …}
        +reports: Doctrine\ORM\PersistentCollection {#1566 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
        -id: 13260
        -bodyTs: "'accur':16 'actual':62 'also':54 'avoid':100 'capac':23 'cell':72 'claim':50 'complex':94 'consid':106 'could':104 'damag':86 'destroy':83 'ecosystem':87 'everyon':39 'evil':28,45,61 'explor':57 'far':92 'good':26 'immor':43,59,66,107 'incred':4 'interconnect':96 'know':41 'live':84 'm':30 'made':74 'materi':76 'mean':63,81 'modern':89 'obtain':79 'peopl':20,98 'pessimist':5 'phone':73 'purchas':68 'quit':48 'say':18,36 'sure':32 'thing':102 'think':12 'though':51 'uneth':109 'use':70 'view':8 'way':6 'world':10,90 'would':53"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/961024"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689171757 {#1561
          date: 2023-07-12 16:22:37.0 +02:00
        }
        +"title": 13260
      }
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#3102
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
  +body: "Second the Gödel Escher Bach recommendation. Don’t really hear about that one these days."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1689171943 {#1556
    date: 2023-07-12 16:25:43.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
    "@aussiematt@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1620 …}
  +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: 13269
  -bodyTs: "'bach':5 'day':15 'escher':4 'gödel':3 'hear':10 'one':13 'realli':9 'recommend':6 'second':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/961195"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689171943 {#1557
    date: 2023-07-12 16:25:43.0 +02:00
  }
  +"title": 13269
}
"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 {#1555
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1527
    +user: Proxies\__CG__\App\Entity\User {#2923 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3126 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#3121
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3128 …}
    +votes: Doctrine\ORM\PersistentCollection {#3130 …}
    +reports: Doctrine\ORM\PersistentCollection {#3132 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3134 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3136 …}
    +badges: Doctrine\ORM\PersistentCollection {#3138 …}
    +children: [
      5 => App\Entity\EntryComment {#1555}
      4 => App\Entity\EntryComment {#1705
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "Right. And it necessarily follows from that that all humans are therefore immoral. And if that’s the case, there is no longer any utility to the term “immoral.” It becomes a pointless exercise."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1689175268 {#1691
          date: 2023-07-12 17:21:08.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +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: 13312
        -bodyTs: "'becom':31 'case':19 'exercis':34 'follow':5 'human':10 'immor':13,29 'longer':23 'necessarili':4 'pointless':33 'right':1 'term':28 'therefor':12 'util':25"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/963159"
        +editedAt: DateTimeImmutable @1689175371 {#1692
          date: 2023-07-12 17:22:51.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689175268 {#1795
          date: 2023-07-12 17:21:08.0 +02:00
        }
        +"title": 13312
      }
      3 => App\Entity\EntryComment {#1722
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "Not most people. Literally every person. Or maybe you could give me an example of a person that wouldn’t be considered immoral by your metric?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1689176771 {#1731
          date: 2023-07-12 17:46:11.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1726 …}
        +nested: Doctrine\ORM\PersistentCollection {#1736 …}
        +votes: Doctrine\ORM\PersistentCollection {#1737 …}
        +reports: Doctrine\ORM\PersistentCollection {#1732 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1729 …}
        -id: 13351
        -bodyTs: "'consid':22 'could':10 'everi':5 'exampl':14 'give':11 'immor':23 'liter':4 'mayb':8 'metric':26 'peopl':3 'person':6,17 'wouldn':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/963964"
        +editedAt: DateTimeImmutable @1689176887 {#1725
          date: 2023-07-12 17:48:07.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689176771 {#1723
          date: 2023-07-12 17:46:11.0 +02:00
        }
        +"title": 13351
      }
      2 => App\Entity\EntryComment {#2458
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "I haven’t. I’m currently at work and can’t watch. I was mostly pointing out that it becomes a pointless exercise when you realize that every human on the planet is considered immoral"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689187108 {#2447
          date: 2023-07-12 20:38:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
          "@thiccdiccnicc@sh.itjust.works"
        ]
        +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: 13706
        -bodyTs: "'becom':20 'consid':34 'current':6 'everi':28 'exercis':23 'haven':2 'human':29 'immor':35 'm':5 'most':15 'planet':32 'point':16 'pointless':22 'realiz':26 'watch':12 'work':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/970511"
        +editedAt: DateTimeImmutable @1689187184 {#2422
          date: 2023-07-12 20:39:44.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689187108 {#2462
          date: 2023-07-12 20:38:28.0 +02:00
        }
        +"title": 13706
      }
      1 => App\Entity\EntryComment {#1714
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: """
          Ok, but buying a cell phone isn’t the only potentially immoral choice made by people regularly, it’s just one example. Modern life is a minefield with this stuff, and I’m incapable of imagining a person in modern society who is capable of avoiding every single one of these pitfalls. Hell, it could probably be argued that even existing on this dying planet could be considered immoral or unethical. Again, maybe I’m wrong and you could think of one. Maybe some ascetic living on the street in India?\n
          \n
          Also, I don’t really agree that awareness is even relevant. You can do immoral things without being aware that the thing you’re doing could be considered immoral. The thing itself is still immoral.\n
          \n
          Which was kind of my point; that it’s impossible to avoid in a modern, interconnected world. I probably did a dozen immoral things before breakfast this morning.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689178292 {#1719
          date: 2023-07-12 18:11:32.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +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: 13425
        -bodyTs: "'agre':97 'also':92 'argu':58 'ascet':85 'avoid':46,138 'awar':99,110 'breakfast':152 'buy':3 'capabl':44 'cell':5 'choic':13 'consid':68,119 'could':55,66,79,117 'die':64 'dozen':148 'even':60,101 'everi':47 'exampl':22 'exist':61 'hell':53 'imagin':36 'immor':12,69,106,120,126,149 'imposs':136 'incap':34 'india':91 'interconnect':142 'isn':7 'kind':129 'life':24 'live':86 'm':33,75 'made':14 'mayb':73,83 'minefield':27 'modern':23,40,141 'morn':154 'ok':1 'one':21,49,82 'peopl':16 'person':38 'phone':6 'pitfal':52 'planet':65 'point':132 'potenti':11 'probabl':56,145 're':115 'realli':96 'regular':17 'relev':102 'singl':48 'societi':41 'still':125 'street':89 'stuff':30 'thing':107,113,122,150 'think':80 'uneth':71 'without':108 'world':143 'wrong':76"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/964970"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689178292 {#1715
          date: 2023-07-12 18:11:32.0 +02:00
        }
        +"title": 13425
      }
      0 => App\Entity\EntryComment {#1525
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: """
          That’s an incredibly pessimistic way to view the world… I think it’s more accurate to say that people have the capacity for both good and evil. I’m not sure that you can say that “most everyone you know” are immoral or evil. That’s quite the claim.\n
          \n
          Though we would also have to explore what “immoral,” and “evil” actually mean. Am I immoral for purchasing and using a cell phone made with materials that were obtained through means that destroy lives and damage ecosystems?\n
          \n
          The modern world is far too complex and interconnected for people to avoid doing things that could be considered immoral or unethical.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 14
        +score: 0
        +lastActive: DateTime @1689171757 {#1578
          date: 2023-07-12 16:22:37.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1526 …}
        +nested: Doctrine\ORM\PersistentCollection {#1550 …}
        +votes: Doctrine\ORM\PersistentCollection {#1548 …}
        +reports: Doctrine\ORM\PersistentCollection {#1566 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
        -id: 13260
        -bodyTs: "'accur':16 'actual':62 'also':54 'avoid':100 'capac':23 'cell':72 'claim':50 'complex':94 'consid':106 'could':104 'damag':86 'destroy':83 'ecosystem':87 'everyon':39 'evil':28,45,61 'explor':57 'far':92 'good':26 'immor':43,59,66,107 'incred':4 'interconnect':96 'know':41 'live':84 'm':30 'made':74 'materi':76 'mean':63,81 'modern':89 'obtain':79 'peopl':20,98 'pessimist':5 'phone':73 'purchas':68 'quit':48 'say':18,36 'sure':32 'thing':102 'think':12 'though':51 'uneth':109 'use':70 'view':8 'way':6 'world':10,90 'would':53"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/961024"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689171757 {#1561
          date: 2023-07-12 16:22:37.0 +02:00
        }
        +"title": 13260
      }
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#3102
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
  +body: "Second the Gödel Escher Bach recommendation. Don’t really hear about that one these days."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1689171943 {#1556
    date: 2023-07-12 16:25:43.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
    "@aussiematt@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1620 …}
  +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: 13269
  -bodyTs: "'bach':5 'day':15 'escher':4 'gödel':3 'hear':10 'one':13 'realli':9 'recommend':6 'second':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/961195"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689171943 {#1557
    date: 2023-07-12 16:25:43.0 +02:00
  }
  +"title": 13269
}
"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
App\Entity\EntryComment {#1705
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1527
    +user: Proxies\__CG__\App\Entity\User {#2923 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3126 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#3121
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3128 …}
    +votes: Doctrine\ORM\PersistentCollection {#3130 …}
    +reports: Doctrine\ORM\PersistentCollection {#3132 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3134 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3136 …}
    +badges: Doctrine\ORM\PersistentCollection {#3138 …}
    +children: [
      5 => App\Entity\EntryComment {#1555
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +body: "Second the Gödel Escher Bach recommendation. Don’t really hear about that one these days."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689171943 {#1556
          date: 2023-07-12 16:25:43.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@aussiematt@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1620 …}
        +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: 13269
        -bodyTs: "'bach':5 'day':15 'escher':4 'gödel':3 'hear':10 'one':13 'realli':9 'recommend':6 'second':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/961195"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689171943 {#1557
          date: 2023-07-12 16:25:43.0 +02:00
        }
        +"title": 13269
      }
      4 => App\Entity\EntryComment {#1705}
      3 => App\Entity\EntryComment {#1722
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "Not most people. Literally every person. Or maybe you could give me an example of a person that wouldn’t be considered immoral by your metric?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1689176771 {#1731
          date: 2023-07-12 17:46:11.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1726 …}
        +nested: Doctrine\ORM\PersistentCollection {#1736 …}
        +votes: Doctrine\ORM\PersistentCollection {#1737 …}
        +reports: Doctrine\ORM\PersistentCollection {#1732 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1729 …}
        -id: 13351
        -bodyTs: "'consid':22 'could':10 'everi':5 'exampl':14 'give':11 'immor':23 'liter':4 'mayb':8 'metric':26 'peopl':3 'person':6,17 'wouldn':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/963964"
        +editedAt: DateTimeImmutable @1689176887 {#1725
          date: 2023-07-12 17:48:07.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689176771 {#1723
          date: 2023-07-12 17:46:11.0 +02:00
        }
        +"title": 13351
      }
      2 => App\Entity\EntryComment {#2458
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "I haven’t. I’m currently at work and can’t watch. I was mostly pointing out that it becomes a pointless exercise when you realize that every human on the planet is considered immoral"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689187108 {#2447
          date: 2023-07-12 20:38:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
          "@thiccdiccnicc@sh.itjust.works"
        ]
        +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: 13706
        -bodyTs: "'becom':20 'consid':34 'current':6 'everi':28 'exercis':23 'haven':2 'human':29 'immor':35 'm':5 'most':15 'planet':32 'point':16 'pointless':22 'realiz':26 'watch':12 'work':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/970511"
        +editedAt: DateTimeImmutable @1689187184 {#2422
          date: 2023-07-12 20:39:44.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689187108 {#2462
          date: 2023-07-12 20:38:28.0 +02:00
        }
        +"title": 13706
      }
      1 => App\Entity\EntryComment {#1714
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: """
          Ok, but buying a cell phone isn’t the only potentially immoral choice made by people regularly, it’s just one example. Modern life is a minefield with this stuff, and I’m incapable of imagining a person in modern society who is capable of avoiding every single one of these pitfalls. Hell, it could probably be argued that even existing on this dying planet could be considered immoral or unethical. Again, maybe I’m wrong and you could think of one. Maybe some ascetic living on the street in India?\n
          \n
          Also, I don’t really agree that awareness is even relevant. You can do immoral things without being aware that the thing you’re doing could be considered immoral. The thing itself is still immoral.\n
          \n
          Which was kind of my point; that it’s impossible to avoid in a modern, interconnected world. I probably did a dozen immoral things before breakfast this morning.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689178292 {#1719
          date: 2023-07-12 18:11:32.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +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: 13425
        -bodyTs: "'agre':97 'also':92 'argu':58 'ascet':85 'avoid':46,138 'awar':99,110 'breakfast':152 'buy':3 'capabl':44 'cell':5 'choic':13 'consid':68,119 'could':55,66,79,117 'die':64 'dozen':148 'even':60,101 'everi':47 'exampl':22 'exist':61 'hell':53 'imagin':36 'immor':12,69,106,120,126,149 'imposs':136 'incap':34 'india':91 'interconnect':142 'isn':7 'kind':129 'life':24 'live':86 'm':33,75 'made':14 'mayb':73,83 'minefield':27 'modern':23,40,141 'morn':154 'ok':1 'one':21,49,82 'peopl':16 'person':38 'phone':6 'pitfal':52 'planet':65 'point':132 'potenti':11 'probabl':56,145 're':115 'realli':96 'regular':17 'relev':102 'singl':48 'societi':41 'still':125 'street':89 'stuff':30 'thing':107,113,122,150 'think':80 'uneth':71 'without':108 'world':143 'wrong':76"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/964970"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689178292 {#1715
          date: 2023-07-12 18:11:32.0 +02:00
        }
        +"title": 13425
      }
      0 => App\Entity\EntryComment {#1525
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: """
          That’s an incredibly pessimistic way to view the world… I think it’s more accurate to say that people have the capacity for both good and evil. I’m not sure that you can say that “most everyone you know” are immoral or evil. That’s quite the claim.\n
          \n
          Though we would also have to explore what “immoral,” and “evil” actually mean. Am I immoral for purchasing and using a cell phone made with materials that were obtained through means that destroy lives and damage ecosystems?\n
          \n
          The modern world is far too complex and interconnected for people to avoid doing things that could be considered immoral or unethical.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 14
        +score: 0
        +lastActive: DateTime @1689171757 {#1578
          date: 2023-07-12 16:22:37.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1526 …}
        +nested: Doctrine\ORM\PersistentCollection {#1550 …}
        +votes: Doctrine\ORM\PersistentCollection {#1548 …}
        +reports: Doctrine\ORM\PersistentCollection {#1566 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
        -id: 13260
        -bodyTs: "'accur':16 'actual':62 'also':54 'avoid':100 'capac':23 'cell':72 'claim':50 'complex':94 'consid':106 'could':104 'damag':86 'destroy':83 'ecosystem':87 'everyon':39 'evil':28,45,61 'explor':57 'far':92 'good':26 'immor':43,59,66,107 'incred':4 'interconnect':96 'know':41 'live':84 'm':30 'made':74 'materi':76 'mean':63,81 'modern':89 'obtain':79 'peopl':20,98 'pessimist':5 'phone':73 'purchas':68 'quit':48 'say':18,36 'sure':32 'thing':102 'think':12 'though':51 'uneth':109 'use':70 'view':8 'way':6 'world':10,90 'would':53"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/961024"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689171757 {#1561
          date: 2023-07-12 16:22:37.0 +02:00
        }
        +"title": 13260
      }
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#3102
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
  +body: "Right. And it necessarily follows from that that all humans are therefore immoral. And if that’s the case, there is no longer any utility to the term “immoral.” It becomes a pointless exercise."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1689175268 {#1691
    date: 2023-07-12 17:21:08.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
    "@claycle@lemmy.world"
    "@prole@sh.itjust.works"
  ]
  +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: 13312
  -bodyTs: "'becom':31 'case':19 'exercis':34 'follow':5 'human':10 'immor':13,29 'longer':23 'necessarili':4 'pointless':33 'right':1 'term':28 'therefor':12 'util':25"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/963159"
  +editedAt: DateTimeImmutable @1689175371 {#1692
    date: 2023-07-12 17:22:51.0 +02:00
  }
  +createdAt: DateTimeImmutable @1689175268 {#1795
    date: 2023-07-12 17:21:08.0 +02:00
  }
  +"title": 13312
}
"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
11 DENIED edit
App\Entity\EntryComment {#1705
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1527
    +user: Proxies\__CG__\App\Entity\User {#2923 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3126 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#3121
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3128 …}
    +votes: Doctrine\ORM\PersistentCollection {#3130 …}
    +reports: Doctrine\ORM\PersistentCollection {#3132 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3134 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3136 …}
    +badges: Doctrine\ORM\PersistentCollection {#3138 …}
    +children: [
      5 => App\Entity\EntryComment {#1555
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +body: "Second the Gödel Escher Bach recommendation. Don’t really hear about that one these days."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689171943 {#1556
          date: 2023-07-12 16:25:43.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@aussiematt@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1620 …}
        +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: 13269
        -bodyTs: "'bach':5 'day':15 'escher':4 'gödel':3 'hear':10 'one':13 'realli':9 'recommend':6 'second':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/961195"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689171943 {#1557
          date: 2023-07-12 16:25:43.0 +02:00
        }
        +"title": 13269
      }
      4 => App\Entity\EntryComment {#1705}
      3 => App\Entity\EntryComment {#1722
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "Not most people. Literally every person. Or maybe you could give me an example of a person that wouldn’t be considered immoral by your metric?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1689176771 {#1731
          date: 2023-07-12 17:46:11.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1726 …}
        +nested: Doctrine\ORM\PersistentCollection {#1736 …}
        +votes: Doctrine\ORM\PersistentCollection {#1737 …}
        +reports: Doctrine\ORM\PersistentCollection {#1732 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1729 …}
        -id: 13351
        -bodyTs: "'consid':22 'could':10 'everi':5 'exampl':14 'give':11 'immor':23 'liter':4 'mayb':8 'metric':26 'peopl':3 'person':6,17 'wouldn':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/963964"
        +editedAt: DateTimeImmutable @1689176887 {#1725
          date: 2023-07-12 17:48:07.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689176771 {#1723
          date: 2023-07-12 17:46:11.0 +02:00
        }
        +"title": 13351
      }
      2 => App\Entity\EntryComment {#2458
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "I haven’t. I’m currently at work and can’t watch. I was mostly pointing out that it becomes a pointless exercise when you realize that every human on the planet is considered immoral"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689187108 {#2447
          date: 2023-07-12 20:38:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
          "@thiccdiccnicc@sh.itjust.works"
        ]
        +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: 13706
        -bodyTs: "'becom':20 'consid':34 'current':6 'everi':28 'exercis':23 'haven':2 'human':29 'immor':35 'm':5 'most':15 'planet':32 'point':16 'pointless':22 'realiz':26 'watch':12 'work':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/970511"
        +editedAt: DateTimeImmutable @1689187184 {#2422
          date: 2023-07-12 20:39:44.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689187108 {#2462
          date: 2023-07-12 20:38:28.0 +02:00
        }
        +"title": 13706
      }
      1 => App\Entity\EntryComment {#1714
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: """
          Ok, but buying a cell phone isn’t the only potentially immoral choice made by people regularly, it’s just one example. Modern life is a minefield with this stuff, and I’m incapable of imagining a person in modern society who is capable of avoiding every single one of these pitfalls. Hell, it could probably be argued that even existing on this dying planet could be considered immoral or unethical. Again, maybe I’m wrong and you could think of one. Maybe some ascetic living on the street in India?\n
          \n
          Also, I don’t really agree that awareness is even relevant. You can do immoral things without being aware that the thing you’re doing could be considered immoral. The thing itself is still immoral.\n
          \n
          Which was kind of my point; that it’s impossible to avoid in a modern, interconnected world. I probably did a dozen immoral things before breakfast this morning.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689178292 {#1719
          date: 2023-07-12 18:11:32.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +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: 13425
        -bodyTs: "'agre':97 'also':92 'argu':58 'ascet':85 'avoid':46,138 'awar':99,110 'breakfast':152 'buy':3 'capabl':44 'cell':5 'choic':13 'consid':68,119 'could':55,66,79,117 'die':64 'dozen':148 'even':60,101 'everi':47 'exampl':22 'exist':61 'hell':53 'imagin':36 'immor':12,69,106,120,126,149 'imposs':136 'incap':34 'india':91 'interconnect':142 'isn':7 'kind':129 'life':24 'live':86 'm':33,75 'made':14 'mayb':73,83 'minefield':27 'modern':23,40,141 'morn':154 'ok':1 'one':21,49,82 'peopl':16 'person':38 'phone':6 'pitfal':52 'planet':65 'point':132 'potenti':11 'probabl':56,145 're':115 'realli':96 'regular':17 'relev':102 'singl':48 'societi':41 'still':125 'street':89 'stuff':30 'thing':107,113,122,150 'think':80 'uneth':71 'without':108 'world':143 'wrong':76"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/964970"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689178292 {#1715
          date: 2023-07-12 18:11:32.0 +02:00
        }
        +"title": 13425
      }
      0 => App\Entity\EntryComment {#1525
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: """
          That’s an incredibly pessimistic way to view the world… I think it’s more accurate to say that people have the capacity for both good and evil. I’m not sure that you can say that “most everyone you know” are immoral or evil. That’s quite the claim.\n
          \n
          Though we would also have to explore what “immoral,” and “evil” actually mean. Am I immoral for purchasing and using a cell phone made with materials that were obtained through means that destroy lives and damage ecosystems?\n
          \n
          The modern world is far too complex and interconnected for people to avoid doing things that could be considered immoral or unethical.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 14
        +score: 0
        +lastActive: DateTime @1689171757 {#1578
          date: 2023-07-12 16:22:37.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1526 …}
        +nested: Doctrine\ORM\PersistentCollection {#1550 …}
        +votes: Doctrine\ORM\PersistentCollection {#1548 …}
        +reports: Doctrine\ORM\PersistentCollection {#1566 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
        -id: 13260
        -bodyTs: "'accur':16 'actual':62 'also':54 'avoid':100 'capac':23 'cell':72 'claim':50 'complex':94 'consid':106 'could':104 'damag':86 'destroy':83 'ecosystem':87 'everyon':39 'evil':28,45,61 'explor':57 'far':92 'good':26 'immor':43,59,66,107 'incred':4 'interconnect':96 'know':41 'live':84 'm':30 'made':74 'materi':76 'mean':63,81 'modern':89 'obtain':79 'peopl':20,98 'pessimist':5 'phone':73 'purchas':68 'quit':48 'say':18,36 'sure':32 'thing':102 'think':12 'though':51 'uneth':109 'use':70 'view':8 'way':6 'world':10,90 'would':53"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/961024"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689171757 {#1561
          date: 2023-07-12 16:22:37.0 +02:00
        }
        +"title": 13260
      }
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#3102
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
  +body: "Right. And it necessarily follows from that that all humans are therefore immoral. And if that’s the case, there is no longer any utility to the term “immoral.” It becomes a pointless exercise."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1689175268 {#1691
    date: 2023-07-12 17:21:08.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
    "@claycle@lemmy.world"
    "@prole@sh.itjust.works"
  ]
  +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: 13312
  -bodyTs: "'becom':31 'case':19 'exercis':34 'follow':5 'human':10 'immor':13,29 'longer':23 'necessarili':4 'pointless':33 'right':1 'term':28 'therefor':12 'util':25"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/963159"
  +editedAt: DateTimeImmutable @1689175371 {#1692
    date: 2023-07-12 17:22:51.0 +02:00
  }
  +createdAt: DateTimeImmutable @1689175268 {#1795
    date: 2023-07-12 17:21:08.0 +02:00
  }
  +"title": 13312
}
"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
12 DENIED moderate
App\Entity\EntryComment {#1705
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1527
    +user: Proxies\__CG__\App\Entity\User {#2923 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3126 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#3121
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3128 …}
    +votes: Doctrine\ORM\PersistentCollection {#3130 …}
    +reports: Doctrine\ORM\PersistentCollection {#3132 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3134 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3136 …}
    +badges: Doctrine\ORM\PersistentCollection {#3138 …}
    +children: [
      5 => App\Entity\EntryComment {#1555
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +body: "Second the Gödel Escher Bach recommendation. Don’t really hear about that one these days."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689171943 {#1556
          date: 2023-07-12 16:25:43.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@aussiematt@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1620 …}
        +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: 13269
        -bodyTs: "'bach':5 'day':15 'escher':4 'gödel':3 'hear':10 'one':13 'realli':9 'recommend':6 'second':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/961195"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689171943 {#1557
          date: 2023-07-12 16:25:43.0 +02:00
        }
        +"title": 13269
      }
      4 => App\Entity\EntryComment {#1705}
      3 => App\Entity\EntryComment {#1722
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "Not most people. Literally every person. Or maybe you could give me an example of a person that wouldn’t be considered immoral by your metric?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1689176771 {#1731
          date: 2023-07-12 17:46:11.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1726 …}
        +nested: Doctrine\ORM\PersistentCollection {#1736 …}
        +votes: Doctrine\ORM\PersistentCollection {#1737 …}
        +reports: Doctrine\ORM\PersistentCollection {#1732 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1729 …}
        -id: 13351
        -bodyTs: "'consid':22 'could':10 'everi':5 'exampl':14 'give':11 'immor':23 'liter':4 'mayb':8 'metric':26 'peopl':3 'person':6,17 'wouldn':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/963964"
        +editedAt: DateTimeImmutable @1689176887 {#1725
          date: 2023-07-12 17:48:07.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689176771 {#1723
          date: 2023-07-12 17:46:11.0 +02:00
        }
        +"title": 13351
      }
      2 => App\Entity\EntryComment {#2458
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "I haven’t. I’m currently at work and can’t watch. I was mostly pointing out that it becomes a pointless exercise when you realize that every human on the planet is considered immoral"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689187108 {#2447
          date: 2023-07-12 20:38:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
          "@thiccdiccnicc@sh.itjust.works"
        ]
        +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: 13706
        -bodyTs: "'becom':20 'consid':34 'current':6 'everi':28 'exercis':23 'haven':2 'human':29 'immor':35 'm':5 'most':15 'planet':32 'point':16 'pointless':22 'realiz':26 'watch':12 'work':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/970511"
        +editedAt: DateTimeImmutable @1689187184 {#2422
          date: 2023-07-12 20:39:44.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689187108 {#2462
          date: 2023-07-12 20:38:28.0 +02:00
        }
        +"title": 13706
      }
      1 => App\Entity\EntryComment {#1714
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: """
          Ok, but buying a cell phone isn’t the only potentially immoral choice made by people regularly, it’s just one example. Modern life is a minefield with this stuff, and I’m incapable of imagining a person in modern society who is capable of avoiding every single one of these pitfalls. Hell, it could probably be argued that even existing on this dying planet could be considered immoral or unethical. Again, maybe I’m wrong and you could think of one. Maybe some ascetic living on the street in India?\n
          \n
          Also, I don’t really agree that awareness is even relevant. You can do immoral things without being aware that the thing you’re doing could be considered immoral. The thing itself is still immoral.\n
          \n
          Which was kind of my point; that it’s impossible to avoid in a modern, interconnected world. I probably did a dozen immoral things before breakfast this morning.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689178292 {#1719
          date: 2023-07-12 18:11:32.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +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: 13425
        -bodyTs: "'agre':97 'also':92 'argu':58 'ascet':85 'avoid':46,138 'awar':99,110 'breakfast':152 'buy':3 'capabl':44 'cell':5 'choic':13 'consid':68,119 'could':55,66,79,117 'die':64 'dozen':148 'even':60,101 'everi':47 'exampl':22 'exist':61 'hell':53 'imagin':36 'immor':12,69,106,120,126,149 'imposs':136 'incap':34 'india':91 'interconnect':142 'isn':7 'kind':129 'life':24 'live':86 'm':33,75 'made':14 'mayb':73,83 'minefield':27 'modern':23,40,141 'morn':154 'ok':1 'one':21,49,82 'peopl':16 'person':38 'phone':6 'pitfal':52 'planet':65 'point':132 'potenti':11 'probabl':56,145 're':115 'realli':96 'regular':17 'relev':102 'singl':48 'societi':41 'still':125 'street':89 'stuff':30 'thing':107,113,122,150 'think':80 'uneth':71 'without':108 'world':143 'wrong':76"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/964970"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689178292 {#1715
          date: 2023-07-12 18:11:32.0 +02:00
        }
        +"title": 13425
      }
      0 => App\Entity\EntryComment {#1525
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: """
          That’s an incredibly pessimistic way to view the world… I think it’s more accurate to say that people have the capacity for both good and evil. I’m not sure that you can say that “most everyone you know” are immoral or evil. That’s quite the claim.\n
          \n
          Though we would also have to explore what “immoral,” and “evil” actually mean. Am I immoral for purchasing and using a cell phone made with materials that were obtained through means that destroy lives and damage ecosystems?\n
          \n
          The modern world is far too complex and interconnected for people to avoid doing things that could be considered immoral or unethical.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 14
        +score: 0
        +lastActive: DateTime @1689171757 {#1578
          date: 2023-07-12 16:22:37.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1526 …}
        +nested: Doctrine\ORM\PersistentCollection {#1550 …}
        +votes: Doctrine\ORM\PersistentCollection {#1548 …}
        +reports: Doctrine\ORM\PersistentCollection {#1566 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
        -id: 13260
        -bodyTs: "'accur':16 'actual':62 'also':54 'avoid':100 'capac':23 'cell':72 'claim':50 'complex':94 'consid':106 'could':104 'damag':86 'destroy':83 'ecosystem':87 'everyon':39 'evil':28,45,61 'explor':57 'far':92 'good':26 'immor':43,59,66,107 'incred':4 'interconnect':96 'know':41 'live':84 'm':30 'made':74 'materi':76 'mean':63,81 'modern':89 'obtain':79 'peopl':20,98 'pessimist':5 'phone':73 'purchas':68 'quit':48 'say':18,36 'sure':32 'thing':102 'think':12 'though':51 'uneth':109 'use':70 'view':8 'way':6 'world':10,90 'would':53"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/961024"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689171757 {#1561
          date: 2023-07-12 16:22:37.0 +02:00
        }
        +"title": 13260
      }
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#3102
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
  +body: "Right. And it necessarily follows from that that all humans are therefore immoral. And if that’s the case, there is no longer any utility to the term “immoral.” It becomes a pointless exercise."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1689175268 {#1691
    date: 2023-07-12 17:21:08.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
    "@claycle@lemmy.world"
    "@prole@sh.itjust.works"
  ]
  +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: 13312
  -bodyTs: "'becom':31 'case':19 'exercis':34 'follow':5 'human':10 'immor':13,29 'longer':23 'necessarili':4 'pointless':33 'right':1 'term':28 'therefor':12 'util':25"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/963159"
  +editedAt: DateTimeImmutable @1689175371 {#1692
    date: 2023-07-12 17:22:51.0 +02:00
  }
  +createdAt: DateTimeImmutable @1689175268 {#1795
    date: 2023-07-12 17:21:08.0 +02:00
  }
  +"title": 13312
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
13 DENIED 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 {#1722
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1527
    +user: Proxies\__CG__\App\Entity\User {#2923 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3126 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#3121
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3128 …}
    +votes: Doctrine\ORM\PersistentCollection {#3130 …}
    +reports: Doctrine\ORM\PersistentCollection {#3132 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3134 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3136 …}
    +badges: Doctrine\ORM\PersistentCollection {#3138 …}
    +children: [
      5 => App\Entity\EntryComment {#1555
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +body: "Second the Gödel Escher Bach recommendation. Don’t really hear about that one these days."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689171943 {#1556
          date: 2023-07-12 16:25:43.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@aussiematt@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1620 …}
        +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: 13269
        -bodyTs: "'bach':5 'day':15 'escher':4 'gödel':3 'hear':10 'one':13 'realli':9 'recommend':6 'second':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/961195"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689171943 {#1557
          date: 2023-07-12 16:25:43.0 +02:00
        }
        +"title": 13269
      }
      4 => App\Entity\EntryComment {#1705
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "Right. And it necessarily follows from that that all humans are therefore immoral. And if that’s the case, there is no longer any utility to the term “immoral.” It becomes a pointless exercise."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1689175268 {#1691
          date: 2023-07-12 17:21:08.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +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: 13312
        -bodyTs: "'becom':31 'case':19 'exercis':34 'follow':5 'human':10 'immor':13,29 'longer':23 'necessarili':4 'pointless':33 'right':1 'term':28 'therefor':12 'util':25"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/963159"
        +editedAt: DateTimeImmutable @1689175371 {#1692
          date: 2023-07-12 17:22:51.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689175268 {#1795
          date: 2023-07-12 17:21:08.0 +02:00
        }
        +"title": 13312
      }
      3 => App\Entity\EntryComment {#1722}
      2 => App\Entity\EntryComment {#2458
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "I haven’t. I’m currently at work and can’t watch. I was mostly pointing out that it becomes a pointless exercise when you realize that every human on the planet is considered immoral"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689187108 {#2447
          date: 2023-07-12 20:38:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
          "@thiccdiccnicc@sh.itjust.works"
        ]
        +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: 13706
        -bodyTs: "'becom':20 'consid':34 'current':6 'everi':28 'exercis':23 'haven':2 'human':29 'immor':35 'm':5 'most':15 'planet':32 'point':16 'pointless':22 'realiz':26 'watch':12 'work':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/970511"
        +editedAt: DateTimeImmutable @1689187184 {#2422
          date: 2023-07-12 20:39:44.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689187108 {#2462
          date: 2023-07-12 20:38:28.0 +02:00
        }
        +"title": 13706
      }
      1 => App\Entity\EntryComment {#1714
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: """
          Ok, but buying a cell phone isn’t the only potentially immoral choice made by people regularly, it’s just one example. Modern life is a minefield with this stuff, and I’m incapable of imagining a person in modern society who is capable of avoiding every single one of these pitfalls. Hell, it could probably be argued that even existing on this dying planet could be considered immoral or unethical. Again, maybe I’m wrong and you could think of one. Maybe some ascetic living on the street in India?\n
          \n
          Also, I don’t really agree that awareness is even relevant. You can do immoral things without being aware that the thing you’re doing could be considered immoral. The thing itself is still immoral.\n
          \n
          Which was kind of my point; that it’s impossible to avoid in a modern, interconnected world. I probably did a dozen immoral things before breakfast this morning.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689178292 {#1719
          date: 2023-07-12 18:11:32.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +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: 13425
        -bodyTs: "'agre':97 'also':92 'argu':58 'ascet':85 'avoid':46,138 'awar':99,110 'breakfast':152 'buy':3 'capabl':44 'cell':5 'choic':13 'consid':68,119 'could':55,66,79,117 'die':64 'dozen':148 'even':60,101 'everi':47 'exampl':22 'exist':61 'hell':53 'imagin':36 'immor':12,69,106,120,126,149 'imposs':136 'incap':34 'india':91 'interconnect':142 'isn':7 'kind':129 'life':24 'live':86 'm':33,75 'made':14 'mayb':73,83 'minefield':27 'modern':23,40,141 'morn':154 'ok':1 'one':21,49,82 'peopl':16 'person':38 'phone':6 'pitfal':52 'planet':65 'point':132 'potenti':11 'probabl':56,145 're':115 'realli':96 'regular':17 'relev':102 'singl':48 'societi':41 'still':125 'street':89 'stuff':30 'thing':107,113,122,150 'think':80 'uneth':71 'without':108 'world':143 'wrong':76"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/964970"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689178292 {#1715
          date: 2023-07-12 18:11:32.0 +02:00
        }
        +"title": 13425
      }
      0 => App\Entity\EntryComment {#1525
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: """
          That’s an incredibly pessimistic way to view the world… I think it’s more accurate to say that people have the capacity for both good and evil. I’m not sure that you can say that “most everyone you know” are immoral or evil. That’s quite the claim.\n
          \n
          Though we would also have to explore what “immoral,” and “evil” actually mean. Am I immoral for purchasing and using a cell phone made with materials that were obtained through means that destroy lives and damage ecosystems?\n
          \n
          The modern world is far too complex and interconnected for people to avoid doing things that could be considered immoral or unethical.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 14
        +score: 0
        +lastActive: DateTime @1689171757 {#1578
          date: 2023-07-12 16:22:37.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1526 …}
        +nested: Doctrine\ORM\PersistentCollection {#1550 …}
        +votes: Doctrine\ORM\PersistentCollection {#1548 …}
        +reports: Doctrine\ORM\PersistentCollection {#1566 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
        -id: 13260
        -bodyTs: "'accur':16 'actual':62 'also':54 'avoid':100 'capac':23 'cell':72 'claim':50 'complex':94 'consid':106 'could':104 'damag':86 'destroy':83 'ecosystem':87 'everyon':39 'evil':28,45,61 'explor':57 'far':92 'good':26 'immor':43,59,66,107 'incred':4 'interconnect':96 'know':41 'live':84 'm':30 'made':74 'materi':76 'mean':63,81 'modern':89 'obtain':79 'peopl':20,98 'pessimist':5 'phone':73 'purchas':68 'quit':48 'say':18,36 'sure':32 'thing':102 'think':12 'though':51 'uneth':109 'use':70 'view':8 'way':6 'world':10,90 'would':53"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/961024"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689171757 {#1561
          date: 2023-07-12 16:22:37.0 +02:00
        }
        +"title": 13260
      }
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#3102
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
  +body: "Not most people. Literally every person. Or maybe you could give me an example of a person that wouldn’t be considered immoral by your metric?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1689176771 {#1731
    date: 2023-07-12 17:46:11.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
    "@claycle@lemmy.world"
    "@prole@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1726 …}
  +nested: Doctrine\ORM\PersistentCollection {#1736 …}
  +votes: Doctrine\ORM\PersistentCollection {#1737 …}
  +reports: Doctrine\ORM\PersistentCollection {#1732 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1729 …}
  -id: 13351
  -bodyTs: "'consid':22 'could':10 'everi':5 'exampl':14 'give':11 'immor':23 'liter':4 'mayb':8 'metric':26 'peopl':3 'person':6,17 'wouldn':19"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/963964"
  +editedAt: DateTimeImmutable @1689176887 {#1725
    date: 2023-07-12 17:48:07.0 +02:00
  }
  +createdAt: DateTimeImmutable @1689176771 {#1723
    date: 2023-07-12 17:46:11.0 +02:00
  }
  +"title": 13351
}
"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 {#1722
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1527
    +user: Proxies\__CG__\App\Entity\User {#2923 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3126 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#3121
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3128 …}
    +votes: Doctrine\ORM\PersistentCollection {#3130 …}
    +reports: Doctrine\ORM\PersistentCollection {#3132 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3134 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3136 …}
    +badges: Doctrine\ORM\PersistentCollection {#3138 …}
    +children: [
      5 => App\Entity\EntryComment {#1555
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +body: "Second the Gödel Escher Bach recommendation. Don’t really hear about that one these days."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689171943 {#1556
          date: 2023-07-12 16:25:43.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@aussiematt@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1620 …}
        +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: 13269
        -bodyTs: "'bach':5 'day':15 'escher':4 'gödel':3 'hear':10 'one':13 'realli':9 'recommend':6 'second':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/961195"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689171943 {#1557
          date: 2023-07-12 16:25:43.0 +02:00
        }
        +"title": 13269
      }
      4 => App\Entity\EntryComment {#1705
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "Right. And it necessarily follows from that that all humans are therefore immoral. And if that’s the case, there is no longer any utility to the term “immoral.” It becomes a pointless exercise."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1689175268 {#1691
          date: 2023-07-12 17:21:08.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +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: 13312
        -bodyTs: "'becom':31 'case':19 'exercis':34 'follow':5 'human':10 'immor':13,29 'longer':23 'necessarili':4 'pointless':33 'right':1 'term':28 'therefor':12 'util':25"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/963159"
        +editedAt: DateTimeImmutable @1689175371 {#1692
          date: 2023-07-12 17:22:51.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689175268 {#1795
          date: 2023-07-12 17:21:08.0 +02:00
        }
        +"title": 13312
      }
      3 => App\Entity\EntryComment {#1722}
      2 => App\Entity\EntryComment {#2458
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "I haven’t. I’m currently at work and can’t watch. I was mostly pointing out that it becomes a pointless exercise when you realize that every human on the planet is considered immoral"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689187108 {#2447
          date: 2023-07-12 20:38:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
          "@thiccdiccnicc@sh.itjust.works"
        ]
        +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: 13706
        -bodyTs: "'becom':20 'consid':34 'current':6 'everi':28 'exercis':23 'haven':2 'human':29 'immor':35 'm':5 'most':15 'planet':32 'point':16 'pointless':22 'realiz':26 'watch':12 'work':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/970511"
        +editedAt: DateTimeImmutable @1689187184 {#2422
          date: 2023-07-12 20:39:44.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689187108 {#2462
          date: 2023-07-12 20:38:28.0 +02:00
        }
        +"title": 13706
      }
      1 => App\Entity\EntryComment {#1714
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: """
          Ok, but buying a cell phone isn’t the only potentially immoral choice made by people regularly, it’s just one example. Modern life is a minefield with this stuff, and I’m incapable of imagining a person in modern society who is capable of avoiding every single one of these pitfalls. Hell, it could probably be argued that even existing on this dying planet could be considered immoral or unethical. Again, maybe I’m wrong and you could think of one. Maybe some ascetic living on the street in India?\n
          \n
          Also, I don’t really agree that awareness is even relevant. You can do immoral things without being aware that the thing you’re doing could be considered immoral. The thing itself is still immoral.\n
          \n
          Which was kind of my point; that it’s impossible to avoid in a modern, interconnected world. I probably did a dozen immoral things before breakfast this morning.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689178292 {#1719
          date: 2023-07-12 18:11:32.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +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: 13425
        -bodyTs: "'agre':97 'also':92 'argu':58 'ascet':85 'avoid':46,138 'awar':99,110 'breakfast':152 'buy':3 'capabl':44 'cell':5 'choic':13 'consid':68,119 'could':55,66,79,117 'die':64 'dozen':148 'even':60,101 'everi':47 'exampl':22 'exist':61 'hell':53 'imagin':36 'immor':12,69,106,120,126,149 'imposs':136 'incap':34 'india':91 'interconnect':142 'isn':7 'kind':129 'life':24 'live':86 'm':33,75 'made':14 'mayb':73,83 'minefield':27 'modern':23,40,141 'morn':154 'ok':1 'one':21,49,82 'peopl':16 'person':38 'phone':6 'pitfal':52 'planet':65 'point':132 'potenti':11 'probabl':56,145 're':115 'realli':96 'regular':17 'relev':102 'singl':48 'societi':41 'still':125 'street':89 'stuff':30 'thing':107,113,122,150 'think':80 'uneth':71 'without':108 'world':143 'wrong':76"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/964970"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689178292 {#1715
          date: 2023-07-12 18:11:32.0 +02:00
        }
        +"title": 13425
      }
      0 => App\Entity\EntryComment {#1525
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: """
          That’s an incredibly pessimistic way to view the world… I think it’s more accurate to say that people have the capacity for both good and evil. I’m not sure that you can say that “most everyone you know” are immoral or evil. That’s quite the claim.\n
          \n
          Though we would also have to explore what “immoral,” and “evil” actually mean. Am I immoral for purchasing and using a cell phone made with materials that were obtained through means that destroy lives and damage ecosystems?\n
          \n
          The modern world is far too complex and interconnected for people to avoid doing things that could be considered immoral or unethical.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 14
        +score: 0
        +lastActive: DateTime @1689171757 {#1578
          date: 2023-07-12 16:22:37.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1526 …}
        +nested: Doctrine\ORM\PersistentCollection {#1550 …}
        +votes: Doctrine\ORM\PersistentCollection {#1548 …}
        +reports: Doctrine\ORM\PersistentCollection {#1566 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
        -id: 13260
        -bodyTs: "'accur':16 'actual':62 'also':54 'avoid':100 'capac':23 'cell':72 'claim':50 'complex':94 'consid':106 'could':104 'damag':86 'destroy':83 'ecosystem':87 'everyon':39 'evil':28,45,61 'explor':57 'far':92 'good':26 'immor':43,59,66,107 'incred':4 'interconnect':96 'know':41 'live':84 'm':30 'made':74 'materi':76 'mean':63,81 'modern':89 'obtain':79 'peopl':20,98 'pessimist':5 'phone':73 'purchas':68 'quit':48 'say':18,36 'sure':32 'thing':102 'think':12 'though':51 'uneth':109 'use':70 'view':8 'way':6 'world':10,90 'would':53"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/961024"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689171757 {#1561
          date: 2023-07-12 16:22:37.0 +02:00
        }
        +"title": 13260
      }
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#3102
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
  +body: "Not most people. Literally every person. Or maybe you could give me an example of a person that wouldn’t be considered immoral by your metric?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1689176771 {#1731
    date: 2023-07-12 17:46:11.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
    "@claycle@lemmy.world"
    "@prole@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1726 …}
  +nested: Doctrine\ORM\PersistentCollection {#1736 …}
  +votes: Doctrine\ORM\PersistentCollection {#1737 …}
  +reports: Doctrine\ORM\PersistentCollection {#1732 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1729 …}
  -id: 13351
  -bodyTs: "'consid':22 'could':10 'everi':5 'exampl':14 'give':11 'immor':23 'liter':4 'mayb':8 'metric':26 'peopl':3 'person':6,17 'wouldn':19"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/963964"
  +editedAt: DateTimeImmutable @1689176887 {#1725
    date: 2023-07-12 17:48:07.0 +02:00
  }
  +createdAt: DateTimeImmutable @1689176771 {#1723
    date: 2023-07-12 17:46:11.0 +02:00
  }
  +"title": 13351
}
"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 {#1722
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1527
    +user: Proxies\__CG__\App\Entity\User {#2923 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3126 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#3121
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3128 …}
    +votes: Doctrine\ORM\PersistentCollection {#3130 …}
    +reports: Doctrine\ORM\PersistentCollection {#3132 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3134 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3136 …}
    +badges: Doctrine\ORM\PersistentCollection {#3138 …}
    +children: [
      5 => App\Entity\EntryComment {#1555
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +body: "Second the Gödel Escher Bach recommendation. Don’t really hear about that one these days."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689171943 {#1556
          date: 2023-07-12 16:25:43.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@aussiematt@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1620 …}
        +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: 13269
        -bodyTs: "'bach':5 'day':15 'escher':4 'gödel':3 'hear':10 'one':13 'realli':9 'recommend':6 'second':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/961195"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689171943 {#1557
          date: 2023-07-12 16:25:43.0 +02:00
        }
        +"title": 13269
      }
      4 => App\Entity\EntryComment {#1705
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "Right. And it necessarily follows from that that all humans are therefore immoral. And if that’s the case, there is no longer any utility to the term “immoral.” It becomes a pointless exercise."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1689175268 {#1691
          date: 2023-07-12 17:21:08.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +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: 13312
        -bodyTs: "'becom':31 'case':19 'exercis':34 'follow':5 'human':10 'immor':13,29 'longer':23 'necessarili':4 'pointless':33 'right':1 'term':28 'therefor':12 'util':25"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/963159"
        +editedAt: DateTimeImmutable @1689175371 {#1692
          date: 2023-07-12 17:22:51.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689175268 {#1795
          date: 2023-07-12 17:21:08.0 +02:00
        }
        +"title": 13312
      }
      3 => App\Entity\EntryComment {#1722}
      2 => App\Entity\EntryComment {#2458
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "I haven’t. I’m currently at work and can’t watch. I was mostly pointing out that it becomes a pointless exercise when you realize that every human on the planet is considered immoral"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689187108 {#2447
          date: 2023-07-12 20:38:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
          "@thiccdiccnicc@sh.itjust.works"
        ]
        +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: 13706
        -bodyTs: "'becom':20 'consid':34 'current':6 'everi':28 'exercis':23 'haven':2 'human':29 'immor':35 'm':5 'most':15 'planet':32 'point':16 'pointless':22 'realiz':26 'watch':12 'work':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/970511"
        +editedAt: DateTimeImmutable @1689187184 {#2422
          date: 2023-07-12 20:39:44.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689187108 {#2462
          date: 2023-07-12 20:38:28.0 +02:00
        }
        +"title": 13706
      }
      1 => App\Entity\EntryComment {#1714
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: """
          Ok, but buying a cell phone isn’t the only potentially immoral choice made by people regularly, it’s just one example. Modern life is a minefield with this stuff, and I’m incapable of imagining a person in modern society who is capable of avoiding every single one of these pitfalls. Hell, it could probably be argued that even existing on this dying planet could be considered immoral or unethical. Again, maybe I’m wrong and you could think of one. Maybe some ascetic living on the street in India?\n
          \n
          Also, I don’t really agree that awareness is even relevant. You can do immoral things without being aware that the thing you’re doing could be considered immoral. The thing itself is still immoral.\n
          \n
          Which was kind of my point; that it’s impossible to avoid in a modern, interconnected world. I probably did a dozen immoral things before breakfast this morning.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689178292 {#1719
          date: 2023-07-12 18:11:32.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +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: 13425
        -bodyTs: "'agre':97 'also':92 'argu':58 'ascet':85 'avoid':46,138 'awar':99,110 'breakfast':152 'buy':3 'capabl':44 'cell':5 'choic':13 'consid':68,119 'could':55,66,79,117 'die':64 'dozen':148 'even':60,101 'everi':47 'exampl':22 'exist':61 'hell':53 'imagin':36 'immor':12,69,106,120,126,149 'imposs':136 'incap':34 'india':91 'interconnect':142 'isn':7 'kind':129 'life':24 'live':86 'm':33,75 'made':14 'mayb':73,83 'minefield':27 'modern':23,40,141 'morn':154 'ok':1 'one':21,49,82 'peopl':16 'person':38 'phone':6 'pitfal':52 'planet':65 'point':132 'potenti':11 'probabl':56,145 're':115 'realli':96 'regular':17 'relev':102 'singl':48 'societi':41 'still':125 'street':89 'stuff':30 'thing':107,113,122,150 'think':80 'uneth':71 'without':108 'world':143 'wrong':76"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/964970"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689178292 {#1715
          date: 2023-07-12 18:11:32.0 +02:00
        }
        +"title": 13425
      }
      0 => App\Entity\EntryComment {#1525
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: """
          That’s an incredibly pessimistic way to view the world… I think it’s more accurate to say that people have the capacity for both good and evil. I’m not sure that you can say that “most everyone you know” are immoral or evil. That’s quite the claim.\n
          \n
          Though we would also have to explore what “immoral,” and “evil” actually mean. Am I immoral for purchasing and using a cell phone made with materials that were obtained through means that destroy lives and damage ecosystems?\n
          \n
          The modern world is far too complex and interconnected for people to avoid doing things that could be considered immoral or unethical.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 14
        +score: 0
        +lastActive: DateTime @1689171757 {#1578
          date: 2023-07-12 16:22:37.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1526 …}
        +nested: Doctrine\ORM\PersistentCollection {#1550 …}
        +votes: Doctrine\ORM\PersistentCollection {#1548 …}
        +reports: Doctrine\ORM\PersistentCollection {#1566 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
        -id: 13260
        -bodyTs: "'accur':16 'actual':62 'also':54 'avoid':100 'capac':23 'cell':72 'claim':50 'complex':94 'consid':106 'could':104 'damag':86 'destroy':83 'ecosystem':87 'everyon':39 'evil':28,45,61 'explor':57 'far':92 'good':26 'immor':43,59,66,107 'incred':4 'interconnect':96 'know':41 'live':84 'm':30 'made':74 'materi':76 'mean':63,81 'modern':89 'obtain':79 'peopl':20,98 'pessimist':5 'phone':73 'purchas':68 'quit':48 'say':18,36 'sure':32 'thing':102 'think':12 'though':51 'uneth':109 'use':70 'view':8 'way':6 'world':10,90 'would':53"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/961024"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689171757 {#1561
          date: 2023-07-12 16:22:37.0 +02:00
        }
        +"title": 13260
      }
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#3102
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
  +body: "Not most people. Literally every person. Or maybe you could give me an example of a person that wouldn’t be considered immoral by your metric?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1689176771 {#1731
    date: 2023-07-12 17:46:11.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
    "@claycle@lemmy.world"
    "@prole@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1726 …}
  +nested: Doctrine\ORM\PersistentCollection {#1736 …}
  +votes: Doctrine\ORM\PersistentCollection {#1737 …}
  +reports: Doctrine\ORM\PersistentCollection {#1732 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1729 …}
  -id: 13351
  -bodyTs: "'consid':22 'could':10 'everi':5 'exampl':14 'give':11 'immor':23 'liter':4 'mayb':8 'metric':26 'peopl':3 'person':6,17 'wouldn':19"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/963964"
  +editedAt: DateTimeImmutable @1689176887 {#1725
    date: 2023-07-12 17:48:07.0 +02:00
  }
  +createdAt: DateTimeImmutable @1689176771 {#1723
    date: 2023-07-12 17:46:11.0 +02:00
  }
  +"title": 13351
}
"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
App\Entity\EntryComment {#2458
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1527
    +user: Proxies\__CG__\App\Entity\User {#2923 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3126 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#3121
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3128 …}
    +votes: Doctrine\ORM\PersistentCollection {#3130 …}
    +reports: Doctrine\ORM\PersistentCollection {#3132 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3134 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3136 …}
    +badges: Doctrine\ORM\PersistentCollection {#3138 …}
    +children: [
      5 => App\Entity\EntryComment {#1555
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +body: "Second the Gödel Escher Bach recommendation. Don’t really hear about that one these days."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689171943 {#1556
          date: 2023-07-12 16:25:43.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@aussiematt@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1620 …}
        +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: 13269
        -bodyTs: "'bach':5 'day':15 'escher':4 'gödel':3 'hear':10 'one':13 'realli':9 'recommend':6 'second':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/961195"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689171943 {#1557
          date: 2023-07-12 16:25:43.0 +02:00
        }
        +"title": 13269
      }
      4 => App\Entity\EntryComment {#1705
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "Right. And it necessarily follows from that that all humans are therefore immoral. And if that’s the case, there is no longer any utility to the term “immoral.” It becomes a pointless exercise."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1689175268 {#1691
          date: 2023-07-12 17:21:08.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +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: 13312
        -bodyTs: "'becom':31 'case':19 'exercis':34 'follow':5 'human':10 'immor':13,29 'longer':23 'necessarili':4 'pointless':33 'right':1 'term':28 'therefor':12 'util':25"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/963159"
        +editedAt: DateTimeImmutable @1689175371 {#1692
          date: 2023-07-12 17:22:51.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689175268 {#1795
          date: 2023-07-12 17:21:08.0 +02:00
        }
        +"title": 13312
      }
      3 => App\Entity\EntryComment {#1722
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "Not most people. Literally every person. Or maybe you could give me an example of a person that wouldn’t be considered immoral by your metric?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1689176771 {#1731
          date: 2023-07-12 17:46:11.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1726 …}
        +nested: Doctrine\ORM\PersistentCollection {#1736 …}
        +votes: Doctrine\ORM\PersistentCollection {#1737 …}
        +reports: Doctrine\ORM\PersistentCollection {#1732 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1729 …}
        -id: 13351
        -bodyTs: "'consid':22 'could':10 'everi':5 'exampl':14 'give':11 'immor':23 'liter':4 'mayb':8 'metric':26 'peopl':3 'person':6,17 'wouldn':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/963964"
        +editedAt: DateTimeImmutable @1689176887 {#1725
          date: 2023-07-12 17:48:07.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689176771 {#1723
          date: 2023-07-12 17:46:11.0 +02:00
        }
        +"title": 13351
      }
      2 => App\Entity\EntryComment {#2458}
      1 => App\Entity\EntryComment {#1714
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: """
          Ok, but buying a cell phone isn’t the only potentially immoral choice made by people regularly, it’s just one example. Modern life is a minefield with this stuff, and I’m incapable of imagining a person in modern society who is capable of avoiding every single one of these pitfalls. Hell, it could probably be argued that even existing on this dying planet could be considered immoral or unethical. Again, maybe I’m wrong and you could think of one. Maybe some ascetic living on the street in India?\n
          \n
          Also, I don’t really agree that awareness is even relevant. You can do immoral things without being aware that the thing you’re doing could be considered immoral. The thing itself is still immoral.\n
          \n
          Which was kind of my point; that it’s impossible to avoid in a modern, interconnected world. I probably did a dozen immoral things before breakfast this morning.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689178292 {#1719
          date: 2023-07-12 18:11:32.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +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: 13425
        -bodyTs: "'agre':97 'also':92 'argu':58 'ascet':85 'avoid':46,138 'awar':99,110 'breakfast':152 'buy':3 'capabl':44 'cell':5 'choic':13 'consid':68,119 'could':55,66,79,117 'die':64 'dozen':148 'even':60,101 'everi':47 'exampl':22 'exist':61 'hell':53 'imagin':36 'immor':12,69,106,120,126,149 'imposs':136 'incap':34 'india':91 'interconnect':142 'isn':7 'kind':129 'life':24 'live':86 'm':33,75 'made':14 'mayb':73,83 'minefield':27 'modern':23,40,141 'morn':154 'ok':1 'one':21,49,82 'peopl':16 'person':38 'phone':6 'pitfal':52 'planet':65 'point':132 'potenti':11 'probabl':56,145 're':115 'realli':96 'regular':17 'relev':102 'singl':48 'societi':41 'still':125 'street':89 'stuff':30 'thing':107,113,122,150 'think':80 'uneth':71 'without':108 'world':143 'wrong':76"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/964970"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689178292 {#1715
          date: 2023-07-12 18:11:32.0 +02:00
        }
        +"title": 13425
      }
      0 => App\Entity\EntryComment {#1525
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: """
          That’s an incredibly pessimistic way to view the world… I think it’s more accurate to say that people have the capacity for both good and evil. I’m not sure that you can say that “most everyone you know” are immoral or evil. That’s quite the claim.\n
          \n
          Though we would also have to explore what “immoral,” and “evil” actually mean. Am I immoral for purchasing and using a cell phone made with materials that were obtained through means that destroy lives and damage ecosystems?\n
          \n
          The modern world is far too complex and interconnected for people to avoid doing things that could be considered immoral or unethical.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 14
        +score: 0
        +lastActive: DateTime @1689171757 {#1578
          date: 2023-07-12 16:22:37.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1526 …}
        +nested: Doctrine\ORM\PersistentCollection {#1550 …}
        +votes: Doctrine\ORM\PersistentCollection {#1548 …}
        +reports: Doctrine\ORM\PersistentCollection {#1566 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
        -id: 13260
        -bodyTs: "'accur':16 'actual':62 'also':54 'avoid':100 'capac':23 'cell':72 'claim':50 'complex':94 'consid':106 'could':104 'damag':86 'destroy':83 'ecosystem':87 'everyon':39 'evil':28,45,61 'explor':57 'far':92 'good':26 'immor':43,59,66,107 'incred':4 'interconnect':96 'know':41 'live':84 'm':30 'made':74 'materi':76 'mean':63,81 'modern':89 'obtain':79 'peopl':20,98 'pessimist':5 'phone':73 'purchas':68 'quit':48 'say':18,36 'sure':32 'thing':102 'think':12 'though':51 'uneth':109 'use':70 'view':8 'way':6 'world':10,90 'would':53"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/961024"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689171757 {#1561
          date: 2023-07-12 16:22:37.0 +02:00
        }
        +"title": 13260
      }
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#3102
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
  +body: "I haven’t. I’m currently at work and can’t watch. I was mostly pointing out that it becomes a pointless exercise when you realize that every human on the planet is considered immoral"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1689187108 {#2447
    date: 2023-07-12 20:38:28.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
    "@claycle@lemmy.world"
    "@prole@sh.itjust.works"
    "@thiccdiccnicc@sh.itjust.works"
  ]
  +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: 13706
  -bodyTs: "'becom':20 'consid':34 'current':6 'everi':28 'exercis':23 'haven':2 'human':29 'immor':35 'm':5 'most':15 'planet':32 'point':16 'pointless':22 'realiz':26 'watch':12 'work':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/970511"
  +editedAt: DateTimeImmutable @1689187184 {#2422
    date: 2023-07-12 20:39:44.0 +02:00
  }
  +createdAt: DateTimeImmutable @1689187108 {#2462
    date: 2023-07-12 20:38:28.0 +02:00
  }
  +"title": 13706
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
19 DENIED edit
App\Entity\EntryComment {#2458
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1527
    +user: Proxies\__CG__\App\Entity\User {#2923 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3126 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#3121
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3128 …}
    +votes: Doctrine\ORM\PersistentCollection {#3130 …}
    +reports: Doctrine\ORM\PersistentCollection {#3132 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3134 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3136 …}
    +badges: Doctrine\ORM\PersistentCollection {#3138 …}
    +children: [
      5 => App\Entity\EntryComment {#1555
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +body: "Second the Gödel Escher Bach recommendation. Don’t really hear about that one these days."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689171943 {#1556
          date: 2023-07-12 16:25:43.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@aussiematt@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1620 …}
        +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: 13269
        -bodyTs: "'bach':5 'day':15 'escher':4 'gödel':3 'hear':10 'one':13 'realli':9 'recommend':6 'second':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/961195"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689171943 {#1557
          date: 2023-07-12 16:25:43.0 +02:00
        }
        +"title": 13269
      }
      4 => App\Entity\EntryComment {#1705
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "Right. And it necessarily follows from that that all humans are therefore immoral. And if that’s the case, there is no longer any utility to the term “immoral.” It becomes a pointless exercise."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1689175268 {#1691
          date: 2023-07-12 17:21:08.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +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: 13312
        -bodyTs: "'becom':31 'case':19 'exercis':34 'follow':5 'human':10 'immor':13,29 'longer':23 'necessarili':4 'pointless':33 'right':1 'term':28 'therefor':12 'util':25"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/963159"
        +editedAt: DateTimeImmutable @1689175371 {#1692
          date: 2023-07-12 17:22:51.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689175268 {#1795
          date: 2023-07-12 17:21:08.0 +02:00
        }
        +"title": 13312
      }
      3 => App\Entity\EntryComment {#1722
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "Not most people. Literally every person. Or maybe you could give me an example of a person that wouldn’t be considered immoral by your metric?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1689176771 {#1731
          date: 2023-07-12 17:46:11.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1726 …}
        +nested: Doctrine\ORM\PersistentCollection {#1736 …}
        +votes: Doctrine\ORM\PersistentCollection {#1737 …}
        +reports: Doctrine\ORM\PersistentCollection {#1732 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1729 …}
        -id: 13351
        -bodyTs: "'consid':22 'could':10 'everi':5 'exampl':14 'give':11 'immor':23 'liter':4 'mayb':8 'metric':26 'peopl':3 'person':6,17 'wouldn':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/963964"
        +editedAt: DateTimeImmutable @1689176887 {#1725
          date: 2023-07-12 17:48:07.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689176771 {#1723
          date: 2023-07-12 17:46:11.0 +02:00
        }
        +"title": 13351
      }
      2 => App\Entity\EntryComment {#2458}
      1 => App\Entity\EntryComment {#1714
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: """
          Ok, but buying a cell phone isn’t the only potentially immoral choice made by people regularly, it’s just one example. Modern life is a minefield with this stuff, and I’m incapable of imagining a person in modern society who is capable of avoiding every single one of these pitfalls. Hell, it could probably be argued that even existing on this dying planet could be considered immoral or unethical. Again, maybe I’m wrong and you could think of one. Maybe some ascetic living on the street in India?\n
          \n
          Also, I don’t really agree that awareness is even relevant. You can do immoral things without being aware that the thing you’re doing could be considered immoral. The thing itself is still immoral.\n
          \n
          Which was kind of my point; that it’s impossible to avoid in a modern, interconnected world. I probably did a dozen immoral things before breakfast this morning.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689178292 {#1719
          date: 2023-07-12 18:11:32.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +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: 13425
        -bodyTs: "'agre':97 'also':92 'argu':58 'ascet':85 'avoid':46,138 'awar':99,110 'breakfast':152 'buy':3 'capabl':44 'cell':5 'choic':13 'consid':68,119 'could':55,66,79,117 'die':64 'dozen':148 'even':60,101 'everi':47 'exampl':22 'exist':61 'hell':53 'imagin':36 'immor':12,69,106,120,126,149 'imposs':136 'incap':34 'india':91 'interconnect':142 'isn':7 'kind':129 'life':24 'live':86 'm':33,75 'made':14 'mayb':73,83 'minefield':27 'modern':23,40,141 'morn':154 'ok':1 'one':21,49,82 'peopl':16 'person':38 'phone':6 'pitfal':52 'planet':65 'point':132 'potenti':11 'probabl':56,145 're':115 'realli':96 'regular':17 'relev':102 'singl':48 'societi':41 'still':125 'street':89 'stuff':30 'thing':107,113,122,150 'think':80 'uneth':71 'without':108 'world':143 'wrong':76"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/964970"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689178292 {#1715
          date: 2023-07-12 18:11:32.0 +02:00
        }
        +"title": 13425
      }
      0 => App\Entity\EntryComment {#1525
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: """
          That’s an incredibly pessimistic way to view the world… I think it’s more accurate to say that people have the capacity for both good and evil. I’m not sure that you can say that “most everyone you know” are immoral or evil. That’s quite the claim.\n
          \n
          Though we would also have to explore what “immoral,” and “evil” actually mean. Am I immoral for purchasing and using a cell phone made with materials that were obtained through means that destroy lives and damage ecosystems?\n
          \n
          The modern world is far too complex and interconnected for people to avoid doing things that could be considered immoral or unethical.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 14
        +score: 0
        +lastActive: DateTime @1689171757 {#1578
          date: 2023-07-12 16:22:37.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1526 …}
        +nested: Doctrine\ORM\PersistentCollection {#1550 …}
        +votes: Doctrine\ORM\PersistentCollection {#1548 …}
        +reports: Doctrine\ORM\PersistentCollection {#1566 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
        -id: 13260
        -bodyTs: "'accur':16 'actual':62 'also':54 'avoid':100 'capac':23 'cell':72 'claim':50 'complex':94 'consid':106 'could':104 'damag':86 'destroy':83 'ecosystem':87 'everyon':39 'evil':28,45,61 'explor':57 'far':92 'good':26 'immor':43,59,66,107 'incred':4 'interconnect':96 'know':41 'live':84 'm':30 'made':74 'materi':76 'mean':63,81 'modern':89 'obtain':79 'peopl':20,98 'pessimist':5 'phone':73 'purchas':68 'quit':48 'say':18,36 'sure':32 'thing':102 'think':12 'though':51 'uneth':109 'use':70 'view':8 'way':6 'world':10,90 'would':53"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/961024"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689171757 {#1561
          date: 2023-07-12 16:22:37.0 +02:00
        }
        +"title": 13260
      }
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#3102
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
  +body: "I haven’t. I’m currently at work and can’t watch. I was mostly pointing out that it becomes a pointless exercise when you realize that every human on the planet is considered immoral"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1689187108 {#2447
    date: 2023-07-12 20:38:28.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
    "@claycle@lemmy.world"
    "@prole@sh.itjust.works"
    "@thiccdiccnicc@sh.itjust.works"
  ]
  +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: 13706
  -bodyTs: "'becom':20 'consid':34 'current':6 'everi':28 'exercis':23 'haven':2 'human':29 'immor':35 'm':5 'most':15 'planet':32 'point':16 'pointless':22 'realiz':26 'watch':12 'work':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/970511"
  +editedAt: DateTimeImmutable @1689187184 {#2422
    date: 2023-07-12 20:39:44.0 +02:00
  }
  +createdAt: DateTimeImmutable @1689187108 {#2462
    date: 2023-07-12 20:38:28.0 +02:00
  }
  +"title": 13706
}
"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
20 DENIED moderate
App\Entity\EntryComment {#2458
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1527
    +user: Proxies\__CG__\App\Entity\User {#2923 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3126 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#3121
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3128 …}
    +votes: Doctrine\ORM\PersistentCollection {#3130 …}
    +reports: Doctrine\ORM\PersistentCollection {#3132 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3134 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3136 …}
    +badges: Doctrine\ORM\PersistentCollection {#3138 …}
    +children: [
      5 => App\Entity\EntryComment {#1555
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +body: "Second the Gödel Escher Bach recommendation. Don’t really hear about that one these days."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689171943 {#1556
          date: 2023-07-12 16:25:43.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@aussiematt@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1620 …}
        +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: 13269
        -bodyTs: "'bach':5 'day':15 'escher':4 'gödel':3 'hear':10 'one':13 'realli':9 'recommend':6 'second':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/961195"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689171943 {#1557
          date: 2023-07-12 16:25:43.0 +02:00
        }
        +"title": 13269
      }
      4 => App\Entity\EntryComment {#1705
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "Right. And it necessarily follows from that that all humans are therefore immoral. And if that’s the case, there is no longer any utility to the term “immoral.” It becomes a pointless exercise."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1689175268 {#1691
          date: 2023-07-12 17:21:08.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +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: 13312
        -bodyTs: "'becom':31 'case':19 'exercis':34 'follow':5 'human':10 'immor':13,29 'longer':23 'necessarili':4 'pointless':33 'right':1 'term':28 'therefor':12 'util':25"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/963159"
        +editedAt: DateTimeImmutable @1689175371 {#1692
          date: 2023-07-12 17:22:51.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689175268 {#1795
          date: 2023-07-12 17:21:08.0 +02:00
        }
        +"title": 13312
      }
      3 => App\Entity\EntryComment {#1722
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "Not most people. Literally every person. Or maybe you could give me an example of a person that wouldn’t be considered immoral by your metric?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1689176771 {#1731
          date: 2023-07-12 17:46:11.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1726 …}
        +nested: Doctrine\ORM\PersistentCollection {#1736 …}
        +votes: Doctrine\ORM\PersistentCollection {#1737 …}
        +reports: Doctrine\ORM\PersistentCollection {#1732 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1729 …}
        -id: 13351
        -bodyTs: "'consid':22 'could':10 'everi':5 'exampl':14 'give':11 'immor':23 'liter':4 'mayb':8 'metric':26 'peopl':3 'person':6,17 'wouldn':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/963964"
        +editedAt: DateTimeImmutable @1689176887 {#1725
          date: 2023-07-12 17:48:07.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689176771 {#1723
          date: 2023-07-12 17:46:11.0 +02:00
        }
        +"title": 13351
      }
      2 => App\Entity\EntryComment {#2458}
      1 => App\Entity\EntryComment {#1714
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: """
          Ok, but buying a cell phone isn’t the only potentially immoral choice made by people regularly, it’s just one example. Modern life is a minefield with this stuff, and I’m incapable of imagining a person in modern society who is capable of avoiding every single one of these pitfalls. Hell, it could probably be argued that even existing on this dying planet could be considered immoral or unethical. Again, maybe I’m wrong and you could think of one. Maybe some ascetic living on the street in India?\n
          \n
          Also, I don’t really agree that awareness is even relevant. You can do immoral things without being aware that the thing you’re doing could be considered immoral. The thing itself is still immoral.\n
          \n
          Which was kind of my point; that it’s impossible to avoid in a modern, interconnected world. I probably did a dozen immoral things before breakfast this morning.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689178292 {#1719
          date: 2023-07-12 18:11:32.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +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: 13425
        -bodyTs: "'agre':97 'also':92 'argu':58 'ascet':85 'avoid':46,138 'awar':99,110 'breakfast':152 'buy':3 'capabl':44 'cell':5 'choic':13 'consid':68,119 'could':55,66,79,117 'die':64 'dozen':148 'even':60,101 'everi':47 'exampl':22 'exist':61 'hell':53 'imagin':36 'immor':12,69,106,120,126,149 'imposs':136 'incap':34 'india':91 'interconnect':142 'isn':7 'kind':129 'life':24 'live':86 'm':33,75 'made':14 'mayb':73,83 'minefield':27 'modern':23,40,141 'morn':154 'ok':1 'one':21,49,82 'peopl':16 'person':38 'phone':6 'pitfal':52 'planet':65 'point':132 'potenti':11 'probabl':56,145 're':115 'realli':96 'regular':17 'relev':102 'singl':48 'societi':41 'still':125 'street':89 'stuff':30 'thing':107,113,122,150 'think':80 'uneth':71 'without':108 'world':143 'wrong':76"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/964970"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689178292 {#1715
          date: 2023-07-12 18:11:32.0 +02:00
        }
        +"title": 13425
      }
      0 => App\Entity\EntryComment {#1525
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: """
          That’s an incredibly pessimistic way to view the world… I think it’s more accurate to say that people have the capacity for both good and evil. I’m not sure that you can say that “most everyone you know” are immoral or evil. That’s quite the claim.\n
          \n
          Though we would also have to explore what “immoral,” and “evil” actually mean. Am I immoral for purchasing and using a cell phone made with materials that were obtained through means that destroy lives and damage ecosystems?\n
          \n
          The modern world is far too complex and interconnected for people to avoid doing things that could be considered immoral or unethical.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 14
        +score: 0
        +lastActive: DateTime @1689171757 {#1578
          date: 2023-07-12 16:22:37.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1526 …}
        +nested: Doctrine\ORM\PersistentCollection {#1550 …}
        +votes: Doctrine\ORM\PersistentCollection {#1548 …}
        +reports: Doctrine\ORM\PersistentCollection {#1566 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
        -id: 13260
        -bodyTs: "'accur':16 'actual':62 'also':54 'avoid':100 'capac':23 'cell':72 'claim':50 'complex':94 'consid':106 'could':104 'damag':86 'destroy':83 'ecosystem':87 'everyon':39 'evil':28,45,61 'explor':57 'far':92 'good':26 'immor':43,59,66,107 'incred':4 'interconnect':96 'know':41 'live':84 'm':30 'made':74 'materi':76 'mean':63,81 'modern':89 'obtain':79 'peopl':20,98 'pessimist':5 'phone':73 'purchas':68 'quit':48 'say':18,36 'sure':32 'thing':102 'think':12 'though':51 'uneth':109 'use':70 'view':8 'way':6 'world':10,90 'would':53"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/961024"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689171757 {#1561
          date: 2023-07-12 16:22:37.0 +02:00
        }
        +"title": 13260
      }
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#3102
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
  +body: "I haven’t. I’m currently at work and can’t watch. I was mostly pointing out that it becomes a pointless exercise when you realize that every human on the planet is considered immoral"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1689187108 {#2447
    date: 2023-07-12 20:38:28.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
    "@claycle@lemmy.world"
    "@prole@sh.itjust.works"
    "@thiccdiccnicc@sh.itjust.works"
  ]
  +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: 13706
  -bodyTs: "'becom':20 'consid':34 'current':6 'everi':28 'exercis':23 'haven':2 'human':29 'immor':35 'm':5 'most':15 'planet':32 'point':16 'pointless':22 'realiz':26 'watch':12 'work':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/970511"
  +editedAt: DateTimeImmutable @1689187184 {#2422
    date: 2023-07-12 20:39:44.0 +02:00
  }
  +createdAt: DateTimeImmutable @1689187108 {#2462
    date: 2023-07-12 20:38:28.0 +02:00
  }
  +"title": 13706
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
21 DENIED 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 {#1714
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1527
    +user: Proxies\__CG__\App\Entity\User {#2923 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3126 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#3121
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3128 …}
    +votes: Doctrine\ORM\PersistentCollection {#3130 …}
    +reports: Doctrine\ORM\PersistentCollection {#3132 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3134 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3136 …}
    +badges: Doctrine\ORM\PersistentCollection {#3138 …}
    +children: [
      5 => App\Entity\EntryComment {#1555
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +body: "Second the Gödel Escher Bach recommendation. Don’t really hear about that one these days."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689171943 {#1556
          date: 2023-07-12 16:25:43.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@aussiematt@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1620 …}
        +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: 13269
        -bodyTs: "'bach':5 'day':15 'escher':4 'gödel':3 'hear':10 'one':13 'realli':9 'recommend':6 'second':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/961195"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689171943 {#1557
          date: 2023-07-12 16:25:43.0 +02:00
        }
        +"title": 13269
      }
      4 => App\Entity\EntryComment {#1705
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "Right. And it necessarily follows from that that all humans are therefore immoral. And if that’s the case, there is no longer any utility to the term “immoral.” It becomes a pointless exercise."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1689175268 {#1691
          date: 2023-07-12 17:21:08.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +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: 13312
        -bodyTs: "'becom':31 'case':19 'exercis':34 'follow':5 'human':10 'immor':13,29 'longer':23 'necessarili':4 'pointless':33 'right':1 'term':28 'therefor':12 'util':25"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/963159"
        +editedAt: DateTimeImmutable @1689175371 {#1692
          date: 2023-07-12 17:22:51.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689175268 {#1795
          date: 2023-07-12 17:21:08.0 +02:00
        }
        +"title": 13312
      }
      3 => App\Entity\EntryComment {#1722
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "Not most people. Literally every person. Or maybe you could give me an example of a person that wouldn’t be considered immoral by your metric?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1689176771 {#1731
          date: 2023-07-12 17:46:11.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1726 …}
        +nested: Doctrine\ORM\PersistentCollection {#1736 …}
        +votes: Doctrine\ORM\PersistentCollection {#1737 …}
        +reports: Doctrine\ORM\PersistentCollection {#1732 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1729 …}
        -id: 13351
        -bodyTs: "'consid':22 'could':10 'everi':5 'exampl':14 'give':11 'immor':23 'liter':4 'mayb':8 'metric':26 'peopl':3 'person':6,17 'wouldn':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/963964"
        +editedAt: DateTimeImmutable @1689176887 {#1725
          date: 2023-07-12 17:48:07.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689176771 {#1723
          date: 2023-07-12 17:46:11.0 +02:00
        }
        +"title": 13351
      }
      2 => App\Entity\EntryComment {#2458
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "I haven’t. I’m currently at work and can’t watch. I was mostly pointing out that it becomes a pointless exercise when you realize that every human on the planet is considered immoral"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689187108 {#2447
          date: 2023-07-12 20:38:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
          "@thiccdiccnicc@sh.itjust.works"
        ]
        +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: 13706
        -bodyTs: "'becom':20 'consid':34 'current':6 'everi':28 'exercis':23 'haven':2 'human':29 'immor':35 'm':5 'most':15 'planet':32 'point':16 'pointless':22 'realiz':26 'watch':12 'work':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/970511"
        +editedAt: DateTimeImmutable @1689187184 {#2422
          date: 2023-07-12 20:39:44.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689187108 {#2462
          date: 2023-07-12 20:38:28.0 +02:00
        }
        +"title": 13706
      }
      1 => App\Entity\EntryComment {#1714}
      0 => App\Entity\EntryComment {#1525
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: """
          That’s an incredibly pessimistic way to view the world… I think it’s more accurate to say that people have the capacity for both good and evil. I’m not sure that you can say that “most everyone you know” are immoral or evil. That’s quite the claim.\n
          \n
          Though we would also have to explore what “immoral,” and “evil” actually mean. Am I immoral for purchasing and using a cell phone made with materials that were obtained through means that destroy lives and damage ecosystems?\n
          \n
          The modern world is far too complex and interconnected for people to avoid doing things that could be considered immoral or unethical.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 14
        +score: 0
        +lastActive: DateTime @1689171757 {#1578
          date: 2023-07-12 16:22:37.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1526 …}
        +nested: Doctrine\ORM\PersistentCollection {#1550 …}
        +votes: Doctrine\ORM\PersistentCollection {#1548 …}
        +reports: Doctrine\ORM\PersistentCollection {#1566 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
        -id: 13260
        -bodyTs: "'accur':16 'actual':62 'also':54 'avoid':100 'capac':23 'cell':72 'claim':50 'complex':94 'consid':106 'could':104 'damag':86 'destroy':83 'ecosystem':87 'everyon':39 'evil':28,45,61 'explor':57 'far':92 'good':26 'immor':43,59,66,107 'incred':4 'interconnect':96 'know':41 'live':84 'm':30 'made':74 'materi':76 'mean':63,81 'modern':89 'obtain':79 'peopl':20,98 'pessimist':5 'phone':73 'purchas':68 'quit':48 'say':18,36 'sure':32 'thing':102 'think':12 'though':51 'uneth':109 'use':70 'view':8 'way':6 'world':10,90 'would':53"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/961024"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689171757 {#1561
          date: 2023-07-12 16:22:37.0 +02:00
        }
        +"title": 13260
      }
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#3102
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
  +body: """
    Ok, but buying a cell phone isn’t the only potentially immoral choice made by people regularly, it’s just one example. Modern life is a minefield with this stuff, and I’m incapable of imagining a person in modern society who is capable of avoiding every single one of these pitfalls. Hell, it could probably be argued that even existing on this dying planet could be considered immoral or unethical. Again, maybe I’m wrong and you could think of one. Maybe some ascetic living on the street in India?\n
    \n
    Also, I don’t really agree that awareness is even relevant. You can do immoral things without being aware that the thing you’re doing could be considered immoral. The thing itself is still immoral.\n
    \n
    Which was kind of my point; that it’s impossible to avoid in a modern, interconnected world. I probably did a dozen immoral things before breakfast this morning.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1689178292 {#1719
    date: 2023-07-12 18:11:32.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
    "@claycle@lemmy.world"
    "@prole@sh.itjust.works"
  ]
  +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: 13425
  -bodyTs: "'agre':97 'also':92 'argu':58 'ascet':85 'avoid':46,138 'awar':99,110 'breakfast':152 'buy':3 'capabl':44 'cell':5 'choic':13 'consid':68,119 'could':55,66,79,117 'die':64 'dozen':148 'even':60,101 'everi':47 'exampl':22 'exist':61 'hell':53 'imagin':36 'immor':12,69,106,120,126,149 'imposs':136 'incap':34 'india':91 'interconnect':142 'isn':7 'kind':129 'life':24 'live':86 'm':33,75 'made':14 'mayb':73,83 'minefield':27 'modern':23,40,141 'morn':154 'ok':1 'one':21,49,82 'peopl':16 'person':38 'phone':6 'pitfal':52 'planet':65 'point':132 'potenti':11 'probabl':56,145 're':115 'realli':96 'regular':17 'relev':102 'singl':48 'societi':41 'still':125 'street':89 'stuff':30 'thing':107,113,122,150 'think':80 'uneth':71 'without':108 'world':143 'wrong':76"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/964970"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689178292 {#1715
    date: 2023-07-12 18:11:32.0 +02:00
  }
  +"title": 13425
}
"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 {#1714
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1527
    +user: Proxies\__CG__\App\Entity\User {#2923 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3126 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#3121
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3128 …}
    +votes: Doctrine\ORM\PersistentCollection {#3130 …}
    +reports: Doctrine\ORM\PersistentCollection {#3132 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3134 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3136 …}
    +badges: Doctrine\ORM\PersistentCollection {#3138 …}
    +children: [
      5 => App\Entity\EntryComment {#1555
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +body: "Second the Gödel Escher Bach recommendation. Don’t really hear about that one these days."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689171943 {#1556
          date: 2023-07-12 16:25:43.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@aussiematt@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1620 …}
        +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: 13269
        -bodyTs: "'bach':5 'day':15 'escher':4 'gödel':3 'hear':10 'one':13 'realli':9 'recommend':6 'second':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/961195"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689171943 {#1557
          date: 2023-07-12 16:25:43.0 +02:00
        }
        +"title": 13269
      }
      4 => App\Entity\EntryComment {#1705
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "Right. And it necessarily follows from that that all humans are therefore immoral. And if that’s the case, there is no longer any utility to the term “immoral.” It becomes a pointless exercise."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1689175268 {#1691
          date: 2023-07-12 17:21:08.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +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: 13312
        -bodyTs: "'becom':31 'case':19 'exercis':34 'follow':5 'human':10 'immor':13,29 'longer':23 'necessarili':4 'pointless':33 'right':1 'term':28 'therefor':12 'util':25"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/963159"
        +editedAt: DateTimeImmutable @1689175371 {#1692
          date: 2023-07-12 17:22:51.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689175268 {#1795
          date: 2023-07-12 17:21:08.0 +02:00
        }
        +"title": 13312
      }
      3 => App\Entity\EntryComment {#1722
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "Not most people. Literally every person. Or maybe you could give me an example of a person that wouldn’t be considered immoral by your metric?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1689176771 {#1731
          date: 2023-07-12 17:46:11.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1726 …}
        +nested: Doctrine\ORM\PersistentCollection {#1736 …}
        +votes: Doctrine\ORM\PersistentCollection {#1737 …}
        +reports: Doctrine\ORM\PersistentCollection {#1732 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1729 …}
        -id: 13351
        -bodyTs: "'consid':22 'could':10 'everi':5 'exampl':14 'give':11 'immor':23 'liter':4 'mayb':8 'metric':26 'peopl':3 'person':6,17 'wouldn':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/963964"
        +editedAt: DateTimeImmutable @1689176887 {#1725
          date: 2023-07-12 17:48:07.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689176771 {#1723
          date: 2023-07-12 17:46:11.0 +02:00
        }
        +"title": 13351
      }
      2 => App\Entity\EntryComment {#2458
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "I haven’t. I’m currently at work and can’t watch. I was mostly pointing out that it becomes a pointless exercise when you realize that every human on the planet is considered immoral"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689187108 {#2447
          date: 2023-07-12 20:38:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
          "@thiccdiccnicc@sh.itjust.works"
        ]
        +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: 13706
        -bodyTs: "'becom':20 'consid':34 'current':6 'everi':28 'exercis':23 'haven':2 'human':29 'immor':35 'm':5 'most':15 'planet':32 'point':16 'pointless':22 'realiz':26 'watch':12 'work':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/970511"
        +editedAt: DateTimeImmutable @1689187184 {#2422
          date: 2023-07-12 20:39:44.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689187108 {#2462
          date: 2023-07-12 20:38:28.0 +02:00
        }
        +"title": 13706
      }
      1 => App\Entity\EntryComment {#1714}
      0 => App\Entity\EntryComment {#1525
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: """
          That’s an incredibly pessimistic way to view the world… I think it’s more accurate to say that people have the capacity for both good and evil. I’m not sure that you can say that “most everyone you know” are immoral or evil. That’s quite the claim.\n
          \n
          Though we would also have to explore what “immoral,” and “evil” actually mean. Am I immoral for purchasing and using a cell phone made with materials that were obtained through means that destroy lives and damage ecosystems?\n
          \n
          The modern world is far too complex and interconnected for people to avoid doing things that could be considered immoral or unethical.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 14
        +score: 0
        +lastActive: DateTime @1689171757 {#1578
          date: 2023-07-12 16:22:37.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1526 …}
        +nested: Doctrine\ORM\PersistentCollection {#1550 …}
        +votes: Doctrine\ORM\PersistentCollection {#1548 …}
        +reports: Doctrine\ORM\PersistentCollection {#1566 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
        -id: 13260
        -bodyTs: "'accur':16 'actual':62 'also':54 'avoid':100 'capac':23 'cell':72 'claim':50 'complex':94 'consid':106 'could':104 'damag':86 'destroy':83 'ecosystem':87 'everyon':39 'evil':28,45,61 'explor':57 'far':92 'good':26 'immor':43,59,66,107 'incred':4 'interconnect':96 'know':41 'live':84 'm':30 'made':74 'materi':76 'mean':63,81 'modern':89 'obtain':79 'peopl':20,98 'pessimist':5 'phone':73 'purchas':68 'quit':48 'say':18,36 'sure':32 'thing':102 'think':12 'though':51 'uneth':109 'use':70 'view':8 'way':6 'world':10,90 'would':53"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/961024"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689171757 {#1561
          date: 2023-07-12 16:22:37.0 +02:00
        }
        +"title": 13260
      }
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#3102
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
  +body: """
    Ok, but buying a cell phone isn’t the only potentially immoral choice made by people regularly, it’s just one example. Modern life is a minefield with this stuff, and I’m incapable of imagining a person in modern society who is capable of avoiding every single one of these pitfalls. Hell, it could probably be argued that even existing on this dying planet could be considered immoral or unethical. Again, maybe I’m wrong and you could think of one. Maybe some ascetic living on the street in India?\n
    \n
    Also, I don’t really agree that awareness is even relevant. You can do immoral things without being aware that the thing you’re doing could be considered immoral. The thing itself is still immoral.\n
    \n
    Which was kind of my point; that it’s impossible to avoid in a modern, interconnected world. I probably did a dozen immoral things before breakfast this morning.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1689178292 {#1719
    date: 2023-07-12 18:11:32.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
    "@claycle@lemmy.world"
    "@prole@sh.itjust.works"
  ]
  +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: 13425
  -bodyTs: "'agre':97 'also':92 'argu':58 'ascet':85 'avoid':46,138 'awar':99,110 'breakfast':152 'buy':3 'capabl':44 'cell':5 'choic':13 'consid':68,119 'could':55,66,79,117 'die':64 'dozen':148 'even':60,101 'everi':47 'exampl':22 'exist':61 'hell':53 'imagin':36 'immor':12,69,106,120,126,149 'imposs':136 'incap':34 'india':91 'interconnect':142 'isn':7 'kind':129 'life':24 'live':86 'm':33,75 'made':14 'mayb':73,83 'minefield':27 'modern':23,40,141 'morn':154 'ok':1 'one':21,49,82 'peopl':16 'person':38 'phone':6 'pitfal':52 'planet':65 'point':132 'potenti':11 'probabl':56,145 're':115 'realli':96 'regular':17 'relev':102 'singl':48 'societi':41 'still':125 'street':89 'stuff':30 'thing':107,113,122,150 'think':80 'uneth':71 'without':108 'world':143 'wrong':76"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/964970"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689178292 {#1715
    date: 2023-07-12 18:11:32.0 +02:00
  }
  +"title": 13425
}
"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 {#1714
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1527
    +user: Proxies\__CG__\App\Entity\User {#2923 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3126 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#3121
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3128 …}
    +votes: Doctrine\ORM\PersistentCollection {#3130 …}
    +reports: Doctrine\ORM\PersistentCollection {#3132 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3134 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3136 …}
    +badges: Doctrine\ORM\PersistentCollection {#3138 …}
    +children: [
      5 => App\Entity\EntryComment {#1555
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +body: "Second the Gödel Escher Bach recommendation. Don’t really hear about that one these days."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689171943 {#1556
          date: 2023-07-12 16:25:43.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@aussiematt@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1620 …}
        +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: 13269
        -bodyTs: "'bach':5 'day':15 'escher':4 'gödel':3 'hear':10 'one':13 'realli':9 'recommend':6 'second':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/961195"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689171943 {#1557
          date: 2023-07-12 16:25:43.0 +02:00
        }
        +"title": 13269
      }
      4 => App\Entity\EntryComment {#1705
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "Right. And it necessarily follows from that that all humans are therefore immoral. And if that’s the case, there is no longer any utility to the term “immoral.” It becomes a pointless exercise."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1689175268 {#1691
          date: 2023-07-12 17:21:08.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +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: 13312
        -bodyTs: "'becom':31 'case':19 'exercis':34 'follow':5 'human':10 'immor':13,29 'longer':23 'necessarili':4 'pointless':33 'right':1 'term':28 'therefor':12 'util':25"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/963159"
        +editedAt: DateTimeImmutable @1689175371 {#1692
          date: 2023-07-12 17:22:51.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689175268 {#1795
          date: 2023-07-12 17:21:08.0 +02:00
        }
        +"title": 13312
      }
      3 => App\Entity\EntryComment {#1722
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "Not most people. Literally every person. Or maybe you could give me an example of a person that wouldn’t be considered immoral by your metric?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1689176771 {#1731
          date: 2023-07-12 17:46:11.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1726 …}
        +nested: Doctrine\ORM\PersistentCollection {#1736 …}
        +votes: Doctrine\ORM\PersistentCollection {#1737 …}
        +reports: Doctrine\ORM\PersistentCollection {#1732 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1729 …}
        -id: 13351
        -bodyTs: "'consid':22 'could':10 'everi':5 'exampl':14 'give':11 'immor':23 'liter':4 'mayb':8 'metric':26 'peopl':3 'person':6,17 'wouldn':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/963964"
        +editedAt: DateTimeImmutable @1689176887 {#1725
          date: 2023-07-12 17:48:07.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689176771 {#1723
          date: 2023-07-12 17:46:11.0 +02:00
        }
        +"title": 13351
      }
      2 => App\Entity\EntryComment {#2458
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "I haven’t. I’m currently at work and can’t watch. I was mostly pointing out that it becomes a pointless exercise when you realize that every human on the planet is considered immoral"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689187108 {#2447
          date: 2023-07-12 20:38:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
          "@thiccdiccnicc@sh.itjust.works"
        ]
        +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: 13706
        -bodyTs: "'becom':20 'consid':34 'current':6 'everi':28 'exercis':23 'haven':2 'human':29 'immor':35 'm':5 'most':15 'planet':32 'point':16 'pointless':22 'realiz':26 'watch':12 'work':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/970511"
        +editedAt: DateTimeImmutable @1689187184 {#2422
          date: 2023-07-12 20:39:44.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689187108 {#2462
          date: 2023-07-12 20:38:28.0 +02:00
        }
        +"title": 13706
      }
      1 => App\Entity\EntryComment {#1714}
      0 => App\Entity\EntryComment {#1525
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: """
          That’s an incredibly pessimistic way to view the world… I think it’s more accurate to say that people have the capacity for both good and evil. I’m not sure that you can say that “most everyone you know” are immoral or evil. That’s quite the claim.\n
          \n
          Though we would also have to explore what “immoral,” and “evil” actually mean. Am I immoral for purchasing and using a cell phone made with materials that were obtained through means that destroy lives and damage ecosystems?\n
          \n
          The modern world is far too complex and interconnected for people to avoid doing things that could be considered immoral or unethical.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 14
        +score: 0
        +lastActive: DateTime @1689171757 {#1578
          date: 2023-07-12 16:22:37.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1526 …}
        +nested: Doctrine\ORM\PersistentCollection {#1550 …}
        +votes: Doctrine\ORM\PersistentCollection {#1548 …}
        +reports: Doctrine\ORM\PersistentCollection {#1566 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
        -id: 13260
        -bodyTs: "'accur':16 'actual':62 'also':54 'avoid':100 'capac':23 'cell':72 'claim':50 'complex':94 'consid':106 'could':104 'damag':86 'destroy':83 'ecosystem':87 'everyon':39 'evil':28,45,61 'explor':57 'far':92 'good':26 'immor':43,59,66,107 'incred':4 'interconnect':96 'know':41 'live':84 'm':30 'made':74 'materi':76 'mean':63,81 'modern':89 'obtain':79 'peopl':20,98 'pessimist':5 'phone':73 'purchas':68 'quit':48 'say':18,36 'sure':32 'thing':102 'think':12 'though':51 'uneth':109 'use':70 'view':8 'way':6 'world':10,90 'would':53"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/961024"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689171757 {#1561
          date: 2023-07-12 16:22:37.0 +02:00
        }
        +"title": 13260
      }
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#3102
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
  +body: """
    Ok, but buying a cell phone isn’t the only potentially immoral choice made by people regularly, it’s just one example. Modern life is a minefield with this stuff, and I’m incapable of imagining a person in modern society who is capable of avoiding every single one of these pitfalls. Hell, it could probably be argued that even existing on this dying planet could be considered immoral or unethical. Again, maybe I’m wrong and you could think of one. Maybe some ascetic living on the street in India?\n
    \n
    Also, I don’t really agree that awareness is even relevant. You can do immoral things without being aware that the thing you’re doing could be considered immoral. The thing itself is still immoral.\n
    \n
    Which was kind of my point; that it’s impossible to avoid in a modern, interconnected world. I probably did a dozen immoral things before breakfast this morning.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1689178292 {#1719
    date: 2023-07-12 18:11:32.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
    "@claycle@lemmy.world"
    "@prole@sh.itjust.works"
  ]
  +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: 13425
  -bodyTs: "'agre':97 'also':92 'argu':58 'ascet':85 'avoid':46,138 'awar':99,110 'breakfast':152 'buy':3 'capabl':44 'cell':5 'choic':13 'consid':68,119 'could':55,66,79,117 'die':64 'dozen':148 'even':60,101 'everi':47 'exampl':22 'exist':61 'hell':53 'imagin':36 'immor':12,69,106,120,126,149 'imposs':136 'incap':34 'india':91 'interconnect':142 'isn':7 'kind':129 'life':24 'live':86 'm':33,75 'made':14 'mayb':73,83 'minefield':27 'modern':23,40,141 'morn':154 'ok':1 'one':21,49,82 'peopl':16 'person':38 'phone':6 'pitfal':52 'planet':65 'point':132 'potenti':11 'probabl':56,145 're':115 'realli':96 'regular':17 'relev':102 'singl':48 'societi':41 'still':125 'street':89 'stuff':30 'thing':107,113,122,150 'think':80 'uneth':71 'without':108 'world':143 'wrong':76"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/964970"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689178292 {#1715
    date: 2023-07-12 18:11:32.0 +02:00
  }
  +"title": 13425
}
"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
App\Entity\EntryComment {#1525
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1527
    +user: Proxies\__CG__\App\Entity\User {#2923 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3126 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#3121
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3128 …}
    +votes: Doctrine\ORM\PersistentCollection {#3130 …}
    +reports: Doctrine\ORM\PersistentCollection {#3132 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3134 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3136 …}
    +badges: Doctrine\ORM\PersistentCollection {#3138 …}
    +children: [
      5 => App\Entity\EntryComment {#1555
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +body: "Second the Gödel Escher Bach recommendation. Don’t really hear about that one these days."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689171943 {#1556
          date: 2023-07-12 16:25:43.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@aussiematt@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1620 …}
        +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: 13269
        -bodyTs: "'bach':5 'day':15 'escher':4 'gödel':3 'hear':10 'one':13 'realli':9 'recommend':6 'second':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/961195"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689171943 {#1557
          date: 2023-07-12 16:25:43.0 +02:00
        }
        +"title": 13269
      }
      4 => App\Entity\EntryComment {#1705
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "Right. And it necessarily follows from that that all humans are therefore immoral. And if that’s the case, there is no longer any utility to the term “immoral.” It becomes a pointless exercise."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1689175268 {#1691
          date: 2023-07-12 17:21:08.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +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: 13312
        -bodyTs: "'becom':31 'case':19 'exercis':34 'follow':5 'human':10 'immor':13,29 'longer':23 'necessarili':4 'pointless':33 'right':1 'term':28 'therefor':12 'util':25"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/963159"
        +editedAt: DateTimeImmutable @1689175371 {#1692
          date: 2023-07-12 17:22:51.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689175268 {#1795
          date: 2023-07-12 17:21:08.0 +02:00
        }
        +"title": 13312
      }
      3 => App\Entity\EntryComment {#1722
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "Not most people. Literally every person. Or maybe you could give me an example of a person that wouldn’t be considered immoral by your metric?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1689176771 {#1731
          date: 2023-07-12 17:46:11.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1726 …}
        +nested: Doctrine\ORM\PersistentCollection {#1736 …}
        +votes: Doctrine\ORM\PersistentCollection {#1737 …}
        +reports: Doctrine\ORM\PersistentCollection {#1732 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1729 …}
        -id: 13351
        -bodyTs: "'consid':22 'could':10 'everi':5 'exampl':14 'give':11 'immor':23 'liter':4 'mayb':8 'metric':26 'peopl':3 'person':6,17 'wouldn':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/963964"
        +editedAt: DateTimeImmutable @1689176887 {#1725
          date: 2023-07-12 17:48:07.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689176771 {#1723
          date: 2023-07-12 17:46:11.0 +02:00
        }
        +"title": 13351
      }
      2 => App\Entity\EntryComment {#2458
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "I haven’t. I’m currently at work and can’t watch. I was mostly pointing out that it becomes a pointless exercise when you realize that every human on the planet is considered immoral"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689187108 {#2447
          date: 2023-07-12 20:38:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
          "@thiccdiccnicc@sh.itjust.works"
        ]
        +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: 13706
        -bodyTs: "'becom':20 'consid':34 'current':6 'everi':28 'exercis':23 'haven':2 'human':29 'immor':35 'm':5 'most':15 'planet':32 'point':16 'pointless':22 'realiz':26 'watch':12 'work':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/970511"
        +editedAt: DateTimeImmutable @1689187184 {#2422
          date: 2023-07-12 20:39:44.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689187108 {#2462
          date: 2023-07-12 20:38:28.0 +02:00
        }
        +"title": 13706
      }
      1 => App\Entity\EntryComment {#1714
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: """
          Ok, but buying a cell phone isn’t the only potentially immoral choice made by people regularly, it’s just one example. Modern life is a minefield with this stuff, and I’m incapable of imagining a person in modern society who is capable of avoiding every single one of these pitfalls. Hell, it could probably be argued that even existing on this dying planet could be considered immoral or unethical. Again, maybe I’m wrong and you could think of one. Maybe some ascetic living on the street in India?\n
          \n
          Also, I don’t really agree that awareness is even relevant. You can do immoral things without being aware that the thing you’re doing could be considered immoral. The thing itself is still immoral.\n
          \n
          Which was kind of my point; that it’s impossible to avoid in a modern, interconnected world. I probably did a dozen immoral things before breakfast this morning.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689178292 {#1719
          date: 2023-07-12 18:11:32.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +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: 13425
        -bodyTs: "'agre':97 'also':92 'argu':58 'ascet':85 'avoid':46,138 'awar':99,110 'breakfast':152 'buy':3 'capabl':44 'cell':5 'choic':13 'consid':68,119 'could':55,66,79,117 'die':64 'dozen':148 'even':60,101 'everi':47 'exampl':22 'exist':61 'hell':53 'imagin':36 'immor':12,69,106,120,126,149 'imposs':136 'incap':34 'india':91 'interconnect':142 'isn':7 'kind':129 'life':24 'live':86 'm':33,75 'made':14 'mayb':73,83 'minefield':27 'modern':23,40,141 'morn':154 'ok':1 'one':21,49,82 'peopl':16 'person':38 'phone':6 'pitfal':52 'planet':65 'point':132 'potenti':11 'probabl':56,145 're':115 'realli':96 'regular':17 'relev':102 'singl':48 'societi':41 'still':125 'street':89 'stuff':30 'thing':107,113,122,150 'think':80 'uneth':71 'without':108 'world':143 'wrong':76"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/964970"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689178292 {#1715
          date: 2023-07-12 18:11:32.0 +02:00
        }
        +"title": 13425
      }
      0 => App\Entity\EntryComment {#1525}
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#3102
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
  +body: """
    That’s an incredibly pessimistic way to view the world… I think it’s more accurate to say that people have the capacity for both good and evil. I’m not sure that you can say that “most everyone you know” are immoral or evil. That’s quite the claim.\n
    \n
    Though we would also have to explore what “immoral,” and “evil” actually mean. Am I immoral for purchasing and using a cell phone made with materials that were obtained through means that destroy lives and damage ecosystems?\n
    \n
    The modern world is far too complex and interconnected for people to avoid doing things that could be considered immoral or unethical.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 14
  +score: 0
  +lastActive: DateTime @1689171757 {#1578
    date: 2023-07-12 16:22:37.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
    "@claycle@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1526 …}
  +nested: Doctrine\ORM\PersistentCollection {#1550 …}
  +votes: Doctrine\ORM\PersistentCollection {#1548 …}
  +reports: Doctrine\ORM\PersistentCollection {#1566 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
  -id: 13260
  -bodyTs: "'accur':16 'actual':62 'also':54 'avoid':100 'capac':23 'cell':72 'claim':50 'complex':94 'consid':106 'could':104 'damag':86 'destroy':83 'ecosystem':87 'everyon':39 'evil':28,45,61 'explor':57 'far':92 'good':26 'immor':43,59,66,107 'incred':4 'interconnect':96 'know':41 'live':84 'm':30 'made':74 'materi':76 'mean':63,81 'modern':89 'obtain':79 'peopl':20,98 'pessimist':5 'phone':73 'purchas':68 'quit':48 'say':18,36 'sure':32 'thing':102 'think':12 'though':51 'uneth':109 'use':70 'view':8 'way':6 'world':10,90 'would':53"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/961024"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689171757 {#1561
    date: 2023-07-12 16:22:37.0 +02:00
  }
  +"title": 13260
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
27 DENIED edit
App\Entity\EntryComment {#1525
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1527
    +user: Proxies\__CG__\App\Entity\User {#2923 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3126 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#3121
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3128 …}
    +votes: Doctrine\ORM\PersistentCollection {#3130 …}
    +reports: Doctrine\ORM\PersistentCollection {#3132 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3134 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3136 …}
    +badges: Doctrine\ORM\PersistentCollection {#3138 …}
    +children: [
      5 => App\Entity\EntryComment {#1555
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +body: "Second the Gödel Escher Bach recommendation. Don’t really hear about that one these days."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689171943 {#1556
          date: 2023-07-12 16:25:43.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@aussiematt@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1620 …}
        +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: 13269
        -bodyTs: "'bach':5 'day':15 'escher':4 'gödel':3 'hear':10 'one':13 'realli':9 'recommend':6 'second':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/961195"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689171943 {#1557
          date: 2023-07-12 16:25:43.0 +02:00
        }
        +"title": 13269
      }
      4 => App\Entity\EntryComment {#1705
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "Right. And it necessarily follows from that that all humans are therefore immoral. And if that’s the case, there is no longer any utility to the term “immoral.” It becomes a pointless exercise."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1689175268 {#1691
          date: 2023-07-12 17:21:08.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +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: 13312
        -bodyTs: "'becom':31 'case':19 'exercis':34 'follow':5 'human':10 'immor':13,29 'longer':23 'necessarili':4 'pointless':33 'right':1 'term':28 'therefor':12 'util':25"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/963159"
        +editedAt: DateTimeImmutable @1689175371 {#1692
          date: 2023-07-12 17:22:51.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689175268 {#1795
          date: 2023-07-12 17:21:08.0 +02:00
        }
        +"title": 13312
      }
      3 => App\Entity\EntryComment {#1722
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "Not most people. Literally every person. Or maybe you could give me an example of a person that wouldn’t be considered immoral by your metric?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1689176771 {#1731
          date: 2023-07-12 17:46:11.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1726 …}
        +nested: Doctrine\ORM\PersistentCollection {#1736 …}
        +votes: Doctrine\ORM\PersistentCollection {#1737 …}
        +reports: Doctrine\ORM\PersistentCollection {#1732 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1729 …}
        -id: 13351
        -bodyTs: "'consid':22 'could':10 'everi':5 'exampl':14 'give':11 'immor':23 'liter':4 'mayb':8 'metric':26 'peopl':3 'person':6,17 'wouldn':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/963964"
        +editedAt: DateTimeImmutable @1689176887 {#1725
          date: 2023-07-12 17:48:07.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689176771 {#1723
          date: 2023-07-12 17:46:11.0 +02:00
        }
        +"title": 13351
      }
      2 => App\Entity\EntryComment {#2458
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "I haven’t. I’m currently at work and can’t watch. I was mostly pointing out that it becomes a pointless exercise when you realize that every human on the planet is considered immoral"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689187108 {#2447
          date: 2023-07-12 20:38:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
          "@thiccdiccnicc@sh.itjust.works"
        ]
        +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: 13706
        -bodyTs: "'becom':20 'consid':34 'current':6 'everi':28 'exercis':23 'haven':2 'human':29 'immor':35 'm':5 'most':15 'planet':32 'point':16 'pointless':22 'realiz':26 'watch':12 'work':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/970511"
        +editedAt: DateTimeImmutable @1689187184 {#2422
          date: 2023-07-12 20:39:44.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689187108 {#2462
          date: 2023-07-12 20:38:28.0 +02:00
        }
        +"title": 13706
      }
      1 => App\Entity\EntryComment {#1714
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: """
          Ok, but buying a cell phone isn’t the only potentially immoral choice made by people regularly, it’s just one example. Modern life is a minefield with this stuff, and I’m incapable of imagining a person in modern society who is capable of avoiding every single one of these pitfalls. Hell, it could probably be argued that even existing on this dying planet could be considered immoral or unethical. Again, maybe I’m wrong and you could think of one. Maybe some ascetic living on the street in India?\n
          \n
          Also, I don’t really agree that awareness is even relevant. You can do immoral things without being aware that the thing you’re doing could be considered immoral. The thing itself is still immoral.\n
          \n
          Which was kind of my point; that it’s impossible to avoid in a modern, interconnected world. I probably did a dozen immoral things before breakfast this morning.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689178292 {#1719
          date: 2023-07-12 18:11:32.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +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: 13425
        -bodyTs: "'agre':97 'also':92 'argu':58 'ascet':85 'avoid':46,138 'awar':99,110 'breakfast':152 'buy':3 'capabl':44 'cell':5 'choic':13 'consid':68,119 'could':55,66,79,117 'die':64 'dozen':148 'even':60,101 'everi':47 'exampl':22 'exist':61 'hell':53 'imagin':36 'immor':12,69,106,120,126,149 'imposs':136 'incap':34 'india':91 'interconnect':142 'isn':7 'kind':129 'life':24 'live':86 'm':33,75 'made':14 'mayb':73,83 'minefield':27 'modern':23,40,141 'morn':154 'ok':1 'one':21,49,82 'peopl':16 'person':38 'phone':6 'pitfal':52 'planet':65 'point':132 'potenti':11 'probabl':56,145 're':115 'realli':96 'regular':17 'relev':102 'singl':48 'societi':41 'still':125 'street':89 'stuff':30 'thing':107,113,122,150 'think':80 'uneth':71 'without':108 'world':143 'wrong':76"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/964970"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689178292 {#1715
          date: 2023-07-12 18:11:32.0 +02:00
        }
        +"title": 13425
      }
      0 => App\Entity\EntryComment {#1525}
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#3102
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
  +body: """
    That’s an incredibly pessimistic way to view the world… I think it’s more accurate to say that people have the capacity for both good and evil. I’m not sure that you can say that “most everyone you know” are immoral or evil. That’s quite the claim.\n
    \n
    Though we would also have to explore what “immoral,” and “evil” actually mean. Am I immoral for purchasing and using a cell phone made with materials that were obtained through means that destroy lives and damage ecosystems?\n
    \n
    The modern world is far too complex and interconnected for people to avoid doing things that could be considered immoral or unethical.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 14
  +score: 0
  +lastActive: DateTime @1689171757 {#1578
    date: 2023-07-12 16:22:37.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
    "@claycle@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1526 …}
  +nested: Doctrine\ORM\PersistentCollection {#1550 …}
  +votes: Doctrine\ORM\PersistentCollection {#1548 …}
  +reports: Doctrine\ORM\PersistentCollection {#1566 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
  -id: 13260
  -bodyTs: "'accur':16 'actual':62 'also':54 'avoid':100 'capac':23 'cell':72 'claim':50 'complex':94 'consid':106 'could':104 'damag':86 'destroy':83 'ecosystem':87 'everyon':39 'evil':28,45,61 'explor':57 'far':92 'good':26 'immor':43,59,66,107 'incred':4 'interconnect':96 'know':41 'live':84 'm':30 'made':74 'materi':76 'mean':63,81 'modern':89 'obtain':79 'peopl':20,98 'pessimist':5 'phone':73 'purchas':68 'quit':48 'say':18,36 'sure':32 'thing':102 'think':12 'though':51 'uneth':109 'use':70 'view':8 'way':6 'world':10,90 'would':53"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/961024"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689171757 {#1561
    date: 2023-07-12 16:22:37.0 +02:00
  }
  +"title": 13260
}
"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
28 DENIED moderate
App\Entity\EntryComment {#1525
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1527
    +user: Proxies\__CG__\App\Entity\User {#2923 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3126 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#3121
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3128 …}
    +votes: Doctrine\ORM\PersistentCollection {#3130 …}
    +reports: Doctrine\ORM\PersistentCollection {#3132 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3134 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3136 …}
    +badges: Doctrine\ORM\PersistentCollection {#3138 …}
    +children: [
      5 => App\Entity\EntryComment {#1555
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +body: "Second the Gödel Escher Bach recommendation. Don’t really hear about that one these days."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689171943 {#1556
          date: 2023-07-12 16:25:43.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@aussiematt@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1620 …}
        +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: 13269
        -bodyTs: "'bach':5 'day':15 'escher':4 'gödel':3 'hear':10 'one':13 'realli':9 'recommend':6 'second':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/961195"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689171943 {#1557
          date: 2023-07-12 16:25:43.0 +02:00
        }
        +"title": 13269
      }
      4 => App\Entity\EntryComment {#1705
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "Right. And it necessarily follows from that that all humans are therefore immoral. And if that’s the case, there is no longer any utility to the term “immoral.” It becomes a pointless exercise."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1689175268 {#1691
          date: 2023-07-12 17:21:08.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +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: 13312
        -bodyTs: "'becom':31 'case':19 'exercis':34 'follow':5 'human':10 'immor':13,29 'longer':23 'necessarili':4 'pointless':33 'right':1 'term':28 'therefor':12 'util':25"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/963159"
        +editedAt: DateTimeImmutable @1689175371 {#1692
          date: 2023-07-12 17:22:51.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689175268 {#1795
          date: 2023-07-12 17:21:08.0 +02:00
        }
        +"title": 13312
      }
      3 => App\Entity\EntryComment {#1722
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "Not most people. Literally every person. Or maybe you could give me an example of a person that wouldn’t be considered immoral by your metric?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1689176771 {#1731
          date: 2023-07-12 17:46:11.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1726 …}
        +nested: Doctrine\ORM\PersistentCollection {#1736 …}
        +votes: Doctrine\ORM\PersistentCollection {#1737 …}
        +reports: Doctrine\ORM\PersistentCollection {#1732 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1729 …}
        -id: 13351
        -bodyTs: "'consid':22 'could':10 'everi':5 'exampl':14 'give':11 'immor':23 'liter':4 'mayb':8 'metric':26 'peopl':3 'person':6,17 'wouldn':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/963964"
        +editedAt: DateTimeImmutable @1689176887 {#1725
          date: 2023-07-12 17:48:07.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689176771 {#1723
          date: 2023-07-12 17:46:11.0 +02:00
        }
        +"title": 13351
      }
      2 => App\Entity\EntryComment {#2458
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "I haven’t. I’m currently at work and can’t watch. I was mostly pointing out that it becomes a pointless exercise when you realize that every human on the planet is considered immoral"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689187108 {#2447
          date: 2023-07-12 20:38:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
          "@thiccdiccnicc@sh.itjust.works"
        ]
        +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: 13706
        -bodyTs: "'becom':20 'consid':34 'current':6 'everi':28 'exercis':23 'haven':2 'human':29 'immor':35 'm':5 'most':15 'planet':32 'point':16 'pointless':22 'realiz':26 'watch':12 'work':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/970511"
        +editedAt: DateTimeImmutable @1689187184 {#2422
          date: 2023-07-12 20:39:44.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689187108 {#2462
          date: 2023-07-12 20:38:28.0 +02:00
        }
        +"title": 13706
      }
      1 => App\Entity\EntryComment {#1714
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: """
          Ok, but buying a cell phone isn’t the only potentially immoral choice made by people regularly, it’s just one example. Modern life is a minefield with this stuff, and I’m incapable of imagining a person in modern society who is capable of avoiding every single one of these pitfalls. Hell, it could probably be argued that even existing on this dying planet could be considered immoral or unethical. Again, maybe I’m wrong and you could think of one. Maybe some ascetic living on the street in India?\n
          \n
          Also, I don’t really agree that awareness is even relevant. You can do immoral things without being aware that the thing you’re doing could be considered immoral. The thing itself is still immoral.\n
          \n
          Which was kind of my point; that it’s impossible to avoid in a modern, interconnected world. I probably did a dozen immoral things before breakfast this morning.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1689178292 {#1719
          date: 2023-07-12 18:11:32.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +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: 13425
        -bodyTs: "'agre':97 'also':92 'argu':58 'ascet':85 'avoid':46,138 'awar':99,110 'breakfast':152 'buy':3 'capabl':44 'cell':5 'choic':13 'consid':68,119 'could':55,66,79,117 'die':64 'dozen':148 'even':60,101 'everi':47 'exampl':22 'exist':61 'hell':53 'imagin':36 'immor':12,69,106,120,126,149 'imposs':136 'incap':34 'india':91 'interconnect':142 'isn':7 'kind':129 'life':24 'live':86 'm':33,75 'made':14 'mayb':73,83 'minefield':27 'modern':23,40,141 'morn':154 'ok':1 'one':21,49,82 'peopl':16 'person':38 'phone':6 'pitfal':52 'planet':65 'point':132 'potenti':11 'probabl':56,145 're':115 'realli':96 'regular':17 'relev':102 'singl':48 'societi':41 'still':125 'street':89 'stuff':30 'thing':107,113,122,150 'think':80 'uneth':71 'without':108 'world':143 'wrong':76"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/964970"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689178292 {#1715
          date: 2023-07-12 18:11:32.0 +02:00
        }
        +"title": 13425
      }
      0 => App\Entity\EntryComment {#1525}
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#3102
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
  +body: """
    That’s an incredibly pessimistic way to view the world… I think it’s more accurate to say that people have the capacity for both good and evil. I’m not sure that you can say that “most everyone you know” are immoral or evil. That’s quite the claim.\n
    \n
    Though we would also have to explore what “immoral,” and “evil” actually mean. Am I immoral for purchasing and using a cell phone made with materials that were obtained through means that destroy lives and damage ecosystems?\n
    \n
    The modern world is far too complex and interconnected for people to avoid doing things that could be considered immoral or unethical.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 14
  +score: 0
  +lastActive: DateTime @1689171757 {#1578
    date: 2023-07-12 16:22:37.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
    "@claycle@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1526 …}
  +nested: Doctrine\ORM\PersistentCollection {#1550 …}
  +votes: Doctrine\ORM\PersistentCollection {#1548 …}
  +reports: Doctrine\ORM\PersistentCollection {#1566 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
  -id: 13260
  -bodyTs: "'accur':16 'actual':62 'also':54 'avoid':100 'capac':23 'cell':72 'claim':50 'complex':94 'consid':106 'could':104 'damag':86 'destroy':83 'ecosystem':87 'everyon':39 'evil':28,45,61 'explor':57 'far':92 'good':26 'immor':43,59,66,107 'incred':4 'interconnect':96 'know':41 'live':84 'm':30 'made':74 'materi':76 'mean':63,81 'modern':89 'obtain':79 'peopl':20,98 'pessimist':5 'phone':73 'purchas':68 'quit':48 'say':18,36 'sure':32 'thing':102 'think':12 'though':51 'uneth':109 'use':70 'view':8 'way':6 'world':10,90 'would':53"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/961024"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689171757 {#1561
    date: 2023-07-12 16:22:37.0 +02:00
  }
  +"title": 13260
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
29 DENIED 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
Proxies\__CG__\App\Entity\Entry {#2099
  +user: Proxies\__CG__\App\Entity\User {#3183 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2105 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3126 …}
  +slug: "RANT-I-hate-the-fact-that-my-ISP-can-restrict"
  +title: "RANT: I hate the fact that my ISP can restrict access to certain sites"
  +url: null
  +body: """
    How can it possibly be, that an ISP, which I’m paying for gets to decid, which sites I’m allowed to have access to, and which not?\n
    \n
    All the torrenting sites are restricted. I know, I can use VPN, and such… but I want to do it because of my privacy concerns and not because of some higher-up decided to bend over for the lobbying industry.\n
    \n
    While on the other hand, if there’s a data breach of a legit big-corp website (looking at you FB), I’m still able to access it, they get fined with a fraction of their revenue, and I’m still left empty-handed. What a hipocracy!!\n
    \n
    What comes next? Are they gonna restrict me from using lemmy too, bc some lobbyist doesn’t like the fact that it’s a decentralized system which they have no control over?\n
    \n
    Rant, over!\n
    \n
    I didn’t even know that my router was using my ISPs DNS, and that I can just ditch it, even though I’m running AdGuard (selfhosted)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 110
  +favouriteCount: 401
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698213178 {#3178
    date: 2023-10-25 07:52:58.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3185 …}
  +votes: Doctrine\ORM\PersistentCollection {#3187 …}
  +reports: Doctrine\ORM\PersistentCollection {#3189 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3191 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3193 …}
  +badges: Doctrine\ORM\PersistentCollection {#3195 …}
  +children: [
    App\Entity\EntryComment {#2100
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2099 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2105 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2108 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2111 …}
      +body: "Dunno why this comment is being downvoted. Y’all must have some shit VPNs"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1697741575 {#2041
        date: 2023-10-19 20:52:55.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ad_on_is@lemmy.world"
        "@cecilkorik@lemmy.ca"
        "@pete_the_cat@lemmy.world"
        "@charliegrahamm@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2101 …}
      +nested: Doctrine\ORM\PersistentCollection {#2109 …}
      +votes: Doctrine\ORM\PersistentCollection {#2106 …}
      +reports: Doctrine\ORM\PersistentCollection {#2107 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2124 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2118 …}
      -id: 59642
      -bodyTs: "'comment':4 'downvot':7 'dunno':1 'must':10 'shit':13 'vpns':14 'y':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4595456"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697741575 {#2104
        date: 2023-10-19 20:52:55.0 +02:00
      }
      +"title": 59642
    }
  ]
  -id: 6398
  -titleTs: "'access':11 'certain':13 'fact':5 'hate':3 'isp':8 'rant':1 'restrict':10 'site':14"
  -bodyTs: "'abl':95 'access':24,97 'adguard':178 'allow':21 'bc':131 'bend':64 'big':85 'big-corp':84 'breach':80 'come':120 'concern':53 'control':149 'corp':86 'data':79 'decentr':143 'decid':16,62 'didn':154 'ditch':171 'dns':165 'doesn':134 'empti':114 'empty-hand':113 'even':156,173 'fact':138 'fb':91 'fine':101 'fraction':104 'get':14,100 'gonna':124 'hand':74,115 'higher':60 'higher-up':59 'hipocraci':118 'industri':69 'isp':8,164 'know':36,157 'left':112 'legit':83 'lemmi':129 'like':136 'lobbi':68 'lobbyist':133 'look':88 'm':11,20,93,110,176 'next':121 'pay':12 'possibl':4 'privaci':52 'rant':151 'restrict':34,125 'revenu':107 'router':160 'run':177 'selfhost':179 'site':18,32 'still':94,111 'system':144 'though':174 'torrent':31 'use':39,128,162 'vpn':40 'want':45 'websit':87"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697809751
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7023024"
  +editedAt: DateTimeImmutable @1697742973 {#3165
    date: 2023-10-19 21:16:13.0 +02:00
  }
  +createdAt: DateTimeImmutable @1697723351 {#3143
    date: 2023-10-19 15:49: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
31 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2099
  +user: Proxies\__CG__\App\Entity\User {#3183 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2105 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3126 …}
  +slug: "RANT-I-hate-the-fact-that-my-ISP-can-restrict"
  +title: "RANT: I hate the fact that my ISP can restrict access to certain sites"
  +url: null
  +body: """
    How can it possibly be, that an ISP, which I’m paying for gets to decid, which sites I’m allowed to have access to, and which not?\n
    \n
    All the torrenting sites are restricted. I know, I can use VPN, and such… but I want to do it because of my privacy concerns and not because of some higher-up decided to bend over for the lobbying industry.\n
    \n
    While on the other hand, if there’s a data breach of a legit big-corp website (looking at you FB), I’m still able to access it, they get fined with a fraction of their revenue, and I’m still left empty-handed. What a hipocracy!!\n
    \n
    What comes next? Are they gonna restrict me from using lemmy too, bc some lobbyist doesn’t like the fact that it’s a decentralized system which they have no control over?\n
    \n
    Rant, over!\n
    \n
    I didn’t even know that my router was using my ISPs DNS, and that I can just ditch it, even though I’m running AdGuard (selfhosted)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 110
  +favouriteCount: 401
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698213178 {#3178
    date: 2023-10-25 07:52:58.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3185 …}
  +votes: Doctrine\ORM\PersistentCollection {#3187 …}
  +reports: Doctrine\ORM\PersistentCollection {#3189 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3191 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3193 …}
  +badges: Doctrine\ORM\PersistentCollection {#3195 …}
  +children: [
    App\Entity\EntryComment {#2100
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2099 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2105 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2108 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2111 …}
      +body: "Dunno why this comment is being downvoted. Y’all must have some shit VPNs"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1697741575 {#2041
        date: 2023-10-19 20:52:55.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ad_on_is@lemmy.world"
        "@cecilkorik@lemmy.ca"
        "@pete_the_cat@lemmy.world"
        "@charliegrahamm@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2101 …}
      +nested: Doctrine\ORM\PersistentCollection {#2109 …}
      +votes: Doctrine\ORM\PersistentCollection {#2106 …}
      +reports: Doctrine\ORM\PersistentCollection {#2107 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2124 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2118 …}
      -id: 59642
      -bodyTs: "'comment':4 'downvot':7 'dunno':1 'must':10 'shit':13 'vpns':14 'y':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4595456"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697741575 {#2104
        date: 2023-10-19 20:52:55.0 +02:00
      }
      +"title": 59642
    }
  ]
  -id: 6398
  -titleTs: "'access':11 'certain':13 'fact':5 'hate':3 'isp':8 'rant':1 'restrict':10 'site':14"
  -bodyTs: "'abl':95 'access':24,97 'adguard':178 'allow':21 'bc':131 'bend':64 'big':85 'big-corp':84 'breach':80 'come':120 'concern':53 'control':149 'corp':86 'data':79 'decentr':143 'decid':16,62 'didn':154 'ditch':171 'dns':165 'doesn':134 'empti':114 'empty-hand':113 'even':156,173 'fact':138 'fb':91 'fine':101 'fraction':104 'get':14,100 'gonna':124 'hand':74,115 'higher':60 'higher-up':59 'hipocraci':118 'industri':69 'isp':8,164 'know':36,157 'left':112 'legit':83 'lemmi':129 'like':136 'lobbi':68 'lobbyist':133 'look':88 'm':11,20,93,110,176 'next':121 'pay':12 'possibl':4 'privaci':52 'rant':151 'restrict':34,125 'revenu':107 'router':160 'run':177 'selfhost':179 'site':18,32 'still':94,111 'system':144 'though':174 'torrent':31 'use':39,128,162 'vpn':40 'want':45 'websit':87"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697809751
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7023024"
  +editedAt: DateTimeImmutable @1697742973 {#3165
    date: 2023-10-19 21:16:13.0 +02:00
  }
  +createdAt: DateTimeImmutable @1697723351 {#3143
    date: 2023-10-19 15:49: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
32 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2099
  +user: Proxies\__CG__\App\Entity\User {#3183 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2105 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3126 …}
  +slug: "RANT-I-hate-the-fact-that-my-ISP-can-restrict"
  +title: "RANT: I hate the fact that my ISP can restrict access to certain sites"
  +url: null
  +body: """
    How can it possibly be, that an ISP, which I’m paying for gets to decid, which sites I’m allowed to have access to, and which not?\n
    \n
    All the torrenting sites are restricted. I know, I can use VPN, and such… but I want to do it because of my privacy concerns and not because of some higher-up decided to bend over for the lobbying industry.\n
    \n
    While on the other hand, if there’s a data breach of a legit big-corp website (looking at you FB), I’m still able to access it, they get fined with a fraction of their revenue, and I’m still left empty-handed. What a hipocracy!!\n
    \n
    What comes next? Are they gonna restrict me from using lemmy too, bc some lobbyist doesn’t like the fact that it’s a decentralized system which they have no control over?\n
    \n
    Rant, over!\n
    \n
    I didn’t even know that my router was using my ISPs DNS, and that I can just ditch it, even though I’m running AdGuard (selfhosted)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 110
  +favouriteCount: 401
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698213178 {#3178
    date: 2023-10-25 07:52:58.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3185 …}
  +votes: Doctrine\ORM\PersistentCollection {#3187 …}
  +reports: Doctrine\ORM\PersistentCollection {#3189 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3191 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3193 …}
  +badges: Doctrine\ORM\PersistentCollection {#3195 …}
  +children: [
    App\Entity\EntryComment {#2100
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2099 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2105 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2108 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2111 …}
      +body: "Dunno why this comment is being downvoted. Y’all must have some shit VPNs"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1697741575 {#2041
        date: 2023-10-19 20:52:55.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ad_on_is@lemmy.world"
        "@cecilkorik@lemmy.ca"
        "@pete_the_cat@lemmy.world"
        "@charliegrahamm@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2101 …}
      +nested: Doctrine\ORM\PersistentCollection {#2109 …}
      +votes: Doctrine\ORM\PersistentCollection {#2106 …}
      +reports: Doctrine\ORM\PersistentCollection {#2107 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2124 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2118 …}
      -id: 59642
      -bodyTs: "'comment':4 'downvot':7 'dunno':1 'must':10 'shit':13 'vpns':14 'y':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4595456"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697741575 {#2104
        date: 2023-10-19 20:52:55.0 +02:00
      }
      +"title": 59642
    }
  ]
  -id: 6398
  -titleTs: "'access':11 'certain':13 'fact':5 'hate':3 'isp':8 'rant':1 'restrict':10 'site':14"
  -bodyTs: "'abl':95 'access':24,97 'adguard':178 'allow':21 'bc':131 'bend':64 'big':85 'big-corp':84 'breach':80 'come':120 'concern':53 'control':149 'corp':86 'data':79 'decentr':143 'decid':16,62 'didn':154 'ditch':171 'dns':165 'doesn':134 'empti':114 'empty-hand':113 'even':156,173 'fact':138 'fb':91 'fine':101 'fraction':104 'get':14,100 'gonna':124 'hand':74,115 'higher':60 'higher-up':59 'hipocraci':118 'industri':69 'isp':8,164 'know':36,157 'left':112 'legit':83 'lemmi':129 'like':136 'lobbi':68 'lobbyist':133 'look':88 'm':11,20,93,110,176 'next':121 'pay':12 'possibl':4 'privaci':52 'rant':151 'restrict':34,125 'revenu':107 'router':160 'run':177 'selfhost':179 'site':18,32 'still':94,111 'system':144 'though':174 'torrent':31 'use':39,128,162 'vpn':40 'want':45 'websit':87"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697809751
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7023024"
  +editedAt: DateTimeImmutable @1697742973 {#3165
    date: 2023-10-19 21:16:13.0 +02:00
  }
  +createdAt: DateTimeImmutable @1697723351 {#3143
    date: 2023-10-19 15:49: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
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
App\Entity\EntryComment {#2100
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2099
    +user: Proxies\__CG__\App\Entity\User {#3183 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2105 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3126 …}
    +slug: "RANT-I-hate-the-fact-that-my-ISP-can-restrict"
    +title: "RANT: I hate the fact that my ISP can restrict access to certain sites"
    +url: null
    +body: """
      How can it possibly be, that an ISP, which I’m paying for gets to decid, which sites I’m allowed to have access to, and which not?\n
      \n
      All the torrenting sites are restricted. I know, I can use VPN, and such… but I want to do it because of my privacy concerns and not because of some higher-up decided to bend over for the lobbying industry.\n
      \n
      While on the other hand, if there’s a data breach of a legit big-corp website (looking at you FB), I’m still able to access it, they get fined with a fraction of their revenue, and I’m still left empty-handed. What a hipocracy!!\n
      \n
      What comes next? Are they gonna restrict me from using lemmy too, bc some lobbyist doesn’t like the fact that it’s a decentralized system which they have no control over?\n
      \n
      Rant, over!\n
      \n
      I didn’t even know that my router was using my ISPs DNS, and that I can just ditch it, even though I’m running AdGuard (selfhosted)
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 110
    +favouriteCount: 401
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698213178 {#3178
      date: 2023-10-25 07:52:58.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3185 …}
    +votes: Doctrine\ORM\PersistentCollection {#3187 …}
    +reports: Doctrine\ORM\PersistentCollection {#3189 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3191 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3193 …}
    +badges: Doctrine\ORM\PersistentCollection {#3195 …}
    +children: [
      App\Entity\EntryComment {#2100}
    ]
    -id: 6398
    -titleTs: "'access':11 'certain':13 'fact':5 'hate':3 'isp':8 'rant':1 'restrict':10 'site':14"
    -bodyTs: "'abl':95 'access':24,97 'adguard':178 'allow':21 'bc':131 'bend':64 'big':85 'big-corp':84 'breach':80 'come':120 'concern':53 'control':149 'corp':86 'data':79 'decentr':143 'decid':16,62 'didn':154 'ditch':171 'dns':165 'doesn':134 'empti':114 'empty-hand':113 'even':156,173 'fact':138 'fb':91 'fine':101 'fraction':104 'get':14,100 'gonna':124 'hand':74,115 'higher':60 'higher-up':59 'hipocraci':118 'industri':69 'isp':8,164 'know':36,157 'left':112 'legit':83 'lemmi':129 'like':136 'lobbi':68 'lobbyist':133 'look':88 'm':11,20,93,110,176 'next':121 'pay':12 'possibl':4 'privaci':52 'rant':151 'restrict':34,125 'revenu':107 'router':160 'run':177 'selfhost':179 'site':18,32 'still':94,111 'system':144 'though':174 'torrent':31 'use':39,128,162 'vpn':40 'want':45 'websit':87"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697809751
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7023024"
    +editedAt: DateTimeImmutable @1697742973 {#3165
      date: 2023-10-19 21:16:13.0 +02:00
    }
    +createdAt: DateTimeImmutable @1697723351 {#3143
      date: 2023-10-19 15:49:11.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2105 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2108 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2111 …}
  +body: "Dunno why this comment is being downvoted. Y’all must have some shit VPNs"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1697741575 {#2041
    date: 2023-10-19 20:52:55.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ad_on_is@lemmy.world"
    "@cecilkorik@lemmy.ca"
    "@pete_the_cat@lemmy.world"
    "@charliegrahamm@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2101 …}
  +nested: Doctrine\ORM\PersistentCollection {#2109 …}
  +votes: Doctrine\ORM\PersistentCollection {#2106 …}
  +reports: Doctrine\ORM\PersistentCollection {#2107 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2124 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2118 …}
  -id: 59642
  -bodyTs: "'comment':4 'downvot':7 'dunno':1 'must':10 'shit':13 'vpns':14 'y':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4595456"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697741575 {#2104
    date: 2023-10-19 20:52:55.0 +02:00
  }
  +"title": 59642
}
"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
35 DENIED edit
App\Entity\EntryComment {#2100
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2099
    +user: Proxies\__CG__\App\Entity\User {#3183 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2105 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3126 …}
    +slug: "RANT-I-hate-the-fact-that-my-ISP-can-restrict"
    +title: "RANT: I hate the fact that my ISP can restrict access to certain sites"
    +url: null
    +body: """
      How can it possibly be, that an ISP, which I’m paying for gets to decid, which sites I’m allowed to have access to, and which not?\n
      \n
      All the torrenting sites are restricted. I know, I can use VPN, and such… but I want to do it because of my privacy concerns and not because of some higher-up decided to bend over for the lobbying industry.\n
      \n
      While on the other hand, if there’s a data breach of a legit big-corp website (looking at you FB), I’m still able to access it, they get fined with a fraction of their revenue, and I’m still left empty-handed. What a hipocracy!!\n
      \n
      What comes next? Are they gonna restrict me from using lemmy too, bc some lobbyist doesn’t like the fact that it’s a decentralized system which they have no control over?\n
      \n
      Rant, over!\n
      \n
      I didn’t even know that my router was using my ISPs DNS, and that I can just ditch it, even though I’m running AdGuard (selfhosted)
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 110
    +favouriteCount: 401
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698213178 {#3178
      date: 2023-10-25 07:52:58.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3185 …}
    +votes: Doctrine\ORM\PersistentCollection {#3187 …}
    +reports: Doctrine\ORM\PersistentCollection {#3189 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3191 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3193 …}
    +badges: Doctrine\ORM\PersistentCollection {#3195 …}
    +children: [
      App\Entity\EntryComment {#2100}
    ]
    -id: 6398
    -titleTs: "'access':11 'certain':13 'fact':5 'hate':3 'isp':8 'rant':1 'restrict':10 'site':14"
    -bodyTs: "'abl':95 'access':24,97 'adguard':178 'allow':21 'bc':131 'bend':64 'big':85 'big-corp':84 'breach':80 'come':120 'concern':53 'control':149 'corp':86 'data':79 'decentr':143 'decid':16,62 'didn':154 'ditch':171 'dns':165 'doesn':134 'empti':114 'empty-hand':113 'even':156,173 'fact':138 'fb':91 'fine':101 'fraction':104 'get':14,100 'gonna':124 'hand':74,115 'higher':60 'higher-up':59 'hipocraci':118 'industri':69 'isp':8,164 'know':36,157 'left':112 'legit':83 'lemmi':129 'like':136 'lobbi':68 'lobbyist':133 'look':88 'm':11,20,93,110,176 'next':121 'pay':12 'possibl':4 'privaci':52 'rant':151 'restrict':34,125 'revenu':107 'router':160 'run':177 'selfhost':179 'site':18,32 'still':94,111 'system':144 'though':174 'torrent':31 'use':39,128,162 'vpn':40 'want':45 'websit':87"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697809751
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7023024"
    +editedAt: DateTimeImmutable @1697742973 {#3165
      date: 2023-10-19 21:16:13.0 +02:00
    }
    +createdAt: DateTimeImmutable @1697723351 {#3143
      date: 2023-10-19 15:49:11.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2105 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2108 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2111 …}
  +body: "Dunno why this comment is being downvoted. Y’all must have some shit VPNs"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1697741575 {#2041
    date: 2023-10-19 20:52:55.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ad_on_is@lemmy.world"
    "@cecilkorik@lemmy.ca"
    "@pete_the_cat@lemmy.world"
    "@charliegrahamm@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2101 …}
  +nested: Doctrine\ORM\PersistentCollection {#2109 …}
  +votes: Doctrine\ORM\PersistentCollection {#2106 …}
  +reports: Doctrine\ORM\PersistentCollection {#2107 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2124 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2118 …}
  -id: 59642
  -bodyTs: "'comment':4 'downvot':7 'dunno':1 'must':10 'shit':13 'vpns':14 'y':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4595456"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697741575 {#2104
    date: 2023-10-19 20:52:55.0 +02:00
  }
  +"title": 59642
}
"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
36 DENIED moderate
App\Entity\EntryComment {#2100
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2099
    +user: Proxies\__CG__\App\Entity\User {#3183 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2105 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3126 …}
    +slug: "RANT-I-hate-the-fact-that-my-ISP-can-restrict"
    +title: "RANT: I hate the fact that my ISP can restrict access to certain sites"
    +url: null
    +body: """
      How can it possibly be, that an ISP, which I’m paying for gets to decid, which sites I’m allowed to have access to, and which not?\n
      \n
      All the torrenting sites are restricted. I know, I can use VPN, and such… but I want to do it because of my privacy concerns and not because of some higher-up decided to bend over for the lobbying industry.\n
      \n
      While on the other hand, if there’s a data breach of a legit big-corp website (looking at you FB), I’m still able to access it, they get fined with a fraction of their revenue, and I’m still left empty-handed. What a hipocracy!!\n
      \n
      What comes next? Are they gonna restrict me from using lemmy too, bc some lobbyist doesn’t like the fact that it’s a decentralized system which they have no control over?\n
      \n
      Rant, over!\n
      \n
      I didn’t even know that my router was using my ISPs DNS, and that I can just ditch it, even though I’m running AdGuard (selfhosted)
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 110
    +favouriteCount: 401
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698213178 {#3178
      date: 2023-10-25 07:52:58.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3185 …}
    +votes: Doctrine\ORM\PersistentCollection {#3187 …}
    +reports: Doctrine\ORM\PersistentCollection {#3189 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3191 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3193 …}
    +badges: Doctrine\ORM\PersistentCollection {#3195 …}
    +children: [
      App\Entity\EntryComment {#2100}
    ]
    -id: 6398
    -titleTs: "'access':11 'certain':13 'fact':5 'hate':3 'isp':8 'rant':1 'restrict':10 'site':14"
    -bodyTs: "'abl':95 'access':24,97 'adguard':178 'allow':21 'bc':131 'bend':64 'big':85 'big-corp':84 'breach':80 'come':120 'concern':53 'control':149 'corp':86 'data':79 'decentr':143 'decid':16,62 'didn':154 'ditch':171 'dns':165 'doesn':134 'empti':114 'empty-hand':113 'even':156,173 'fact':138 'fb':91 'fine':101 'fraction':104 'get':14,100 'gonna':124 'hand':74,115 'higher':60 'higher-up':59 'hipocraci':118 'industri':69 'isp':8,164 'know':36,157 'left':112 'legit':83 'lemmi':129 'like':136 'lobbi':68 'lobbyist':133 'look':88 'm':11,20,93,110,176 'next':121 'pay':12 'possibl':4 'privaci':52 'rant':151 'restrict':34,125 'revenu':107 'router':160 'run':177 'selfhost':179 'site':18,32 'still':94,111 'system':144 'though':174 'torrent':31 'use':39,128,162 'vpn':40 'want':45 'websit':87"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697809751
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7023024"
    +editedAt: DateTimeImmutable @1697742973 {#3165
      date: 2023-10-19 21:16:13.0 +02:00
    }
    +createdAt: DateTimeImmutable @1697723351 {#3143
      date: 2023-10-19 15:49:11.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2105 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2108 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2111 …}
  +body: "Dunno why this comment is being downvoted. Y’all must have some shit VPNs"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1697741575 {#2041
    date: 2023-10-19 20:52:55.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ad_on_is@lemmy.world"
    "@cecilkorik@lemmy.ca"
    "@pete_the_cat@lemmy.world"
    "@charliegrahamm@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2101 …}
  +nested: Doctrine\ORM\PersistentCollection {#2109 …}
  +votes: Doctrine\ORM\PersistentCollection {#2106 …}
  +reports: Doctrine\ORM\PersistentCollection {#2107 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2124 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2118 …}
  -id: 59642
  -bodyTs: "'comment':4 'downvot':7 'dunno':1 'must':10 'shit':13 'vpns':14 'y':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4595456"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697741575 {#2104
    date: 2023-10-19 20:52:55.0 +02:00
  }
  +"title": 59642
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
37 DENIED 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
Proxies\__CG__\App\Entity\Entry {#2317
  +user: Proxies\__CG__\App\Entity\User {#2749 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2318 …}
  +image: Proxies\__CG__\App\Entity\Image {#3099 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3100 …}
  +slug: "It-s-not-fair"
  +title: "It's not fair"
  +url: "https://startrek.website/pictrs/image/028b7ba8-230a-43e9-931d-3e719dab7a18.png"
  +body: "(sorry if anyone got this post twice. I posted while Lemmy.World was down for maintenance, and it was acting weird, so I deleted and reposted)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 101
  +favouriteCount: 766
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700193392 {#3094
    date: 2023-11-17 04:56:32.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3109 …}
  +votes: Doctrine\ORM\PersistentCollection {#3111 …}
  +reports: Doctrine\ORM\PersistentCollection {#3113 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3115 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3117 …}
  +badges: Doctrine\ORM\PersistentCollection {#3119 …}
  +children: [
    1 => App\Entity\EntryComment {#2319
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2317 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2318 …}
      +image: null
      +parent: null
      +root: null
      +body: "Give it time. At this rate, we’re heading directly back to the days of “women don’t **can’t** wear pants”."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 36
      +score: 0
      +lastActive: DateTime @1700085970 {#2305
        date: 2023-11-15 23:06:10.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@The_Picard_Maneuver@startrek.website"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2313 …}
      +nested: Doctrine\ORM\PersistentCollection {#2292 …}
      +votes: Doctrine\ORM\PersistentCollection {#2290 …}
      +reports: Doctrine\ORM\PersistentCollection {#2295 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2283 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2282 …}
      -id: 128232
      -bodyTs: "'back':11 'day':14 'direct':10 'give':1 'head':9 'pant':22 'rate':6 're':8 'time':3 'wear':21 'women':16"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/5561396"
      +editedAt: DateTimeImmutable @1700351023 {#2304
        date: 2023-11-19 00:43:43.0 +01:00
      }
      +createdAt: DateTimeImmutable @1700085970 {#2303
        date: 2023-11-15 23:06:10.0 +01:00
      }
      +"title": 128232
    }
    0 => App\Entity\EntryComment {#2275
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2317 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2318 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2277 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2261 …}
      +body: "Yeah, no shit?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1700086145 {#2276
        date: 2023-11-15 23:09:05.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@The_Picard_Maneuver@startrek.website"
        "@Makeitstop@lemmy.world"
        "@medvedev@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2220 …}
      +nested: Doctrine\ORM\PersistentCollection {#2222 …}
      +votes: Doctrine\ORM\PersistentCollection {#2219 …}
      +reports: Doctrine\ORM\PersistentCollection {#2196 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2194 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2193 …}
      -id: 128242
      -bodyTs: "'shit':3 'yeah':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/5561465"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700086145 {#2279
        date: 2023-11-15 23:09:05.0 +01:00
      }
      +"title": 128242
    }
  ]
  -id: 13280
  -titleTs: "'fair':4"
  -bodyTs: "'act':19 'anyon':3 'delet':23 'got':4 'lemmy.world':11 'mainten':15 'post':6,9 'repost':25 'sorri':1 'twice':7 'weird':20"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700151761
  +visibility: "visible             "
  +apId: "https://startrek.website/post/3720187"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700065361 {#2925
    date: 2023-11-15 17:22:41.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
39 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2317
  +user: Proxies\__CG__\App\Entity\User {#2749 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2318 …}
  +image: Proxies\__CG__\App\Entity\Image {#3099 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3100 …}
  +slug: "It-s-not-fair"
  +title: "It's not fair"
  +url: "https://startrek.website/pictrs/image/028b7ba8-230a-43e9-931d-3e719dab7a18.png"
  +body: "(sorry if anyone got this post twice. I posted while Lemmy.World was down for maintenance, and it was acting weird, so I deleted and reposted)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 101
  +favouriteCount: 766
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700193392 {#3094
    date: 2023-11-17 04:56:32.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3109 …}
  +votes: Doctrine\ORM\PersistentCollection {#3111 …}
  +reports: Doctrine\ORM\PersistentCollection {#3113 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3115 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3117 …}
  +badges: Doctrine\ORM\PersistentCollection {#3119 …}
  +children: [
    1 => App\Entity\EntryComment {#2319
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2317 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2318 …}
      +image: null
      +parent: null
      +root: null
      +body: "Give it time. At this rate, we’re heading directly back to the days of “women don’t **can’t** wear pants”."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 36
      +score: 0
      +lastActive: DateTime @1700085970 {#2305
        date: 2023-11-15 23:06:10.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@The_Picard_Maneuver@startrek.website"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2313 …}
      +nested: Doctrine\ORM\PersistentCollection {#2292 …}
      +votes: Doctrine\ORM\PersistentCollection {#2290 …}
      +reports: Doctrine\ORM\PersistentCollection {#2295 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2283 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2282 …}
      -id: 128232
      -bodyTs: "'back':11 'day':14 'direct':10 'give':1 'head':9 'pant':22 'rate':6 're':8 'time':3 'wear':21 'women':16"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/5561396"
      +editedAt: DateTimeImmutable @1700351023 {#2304
        date: 2023-11-19 00:43:43.0 +01:00
      }
      +createdAt: DateTimeImmutable @1700085970 {#2303
        date: 2023-11-15 23:06:10.0 +01:00
      }
      +"title": 128232
    }
    0 => App\Entity\EntryComment {#2275
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2317 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2318 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2277 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2261 …}
      +body: "Yeah, no shit?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1700086145 {#2276
        date: 2023-11-15 23:09:05.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@The_Picard_Maneuver@startrek.website"
        "@Makeitstop@lemmy.world"
        "@medvedev@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2220 …}
      +nested: Doctrine\ORM\PersistentCollection {#2222 …}
      +votes: Doctrine\ORM\PersistentCollection {#2219 …}
      +reports: Doctrine\ORM\PersistentCollection {#2196 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2194 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2193 …}
      -id: 128242
      -bodyTs: "'shit':3 'yeah':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/5561465"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700086145 {#2279
        date: 2023-11-15 23:09:05.0 +01:00
      }
      +"title": 128242
    }
  ]
  -id: 13280
  -titleTs: "'fair':4"
  -bodyTs: "'act':19 'anyon':3 'delet':23 'got':4 'lemmy.world':11 'mainten':15 'post':6,9 'repost':25 'sorri':1 'twice':7 'weird':20"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700151761
  +visibility: "visible             "
  +apId: "https://startrek.website/post/3720187"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700065361 {#2925
    date: 2023-11-15 17:22:41.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
40 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2317
  +user: Proxies\__CG__\App\Entity\User {#2749 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2318 …}
  +image: Proxies\__CG__\App\Entity\Image {#3099 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3100 …}
  +slug: "It-s-not-fair"
  +title: "It's not fair"
  +url: "https://startrek.website/pictrs/image/028b7ba8-230a-43e9-931d-3e719dab7a18.png"
  +body: "(sorry if anyone got this post twice. I posted while Lemmy.World was down for maintenance, and it was acting weird, so I deleted and reposted)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 101
  +favouriteCount: 766
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700193392 {#3094
    date: 2023-11-17 04:56:32.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3109 …}
  +votes: Doctrine\ORM\PersistentCollection {#3111 …}
  +reports: Doctrine\ORM\PersistentCollection {#3113 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3115 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3117 …}
  +badges: Doctrine\ORM\PersistentCollection {#3119 …}
  +children: [
    1 => App\Entity\EntryComment {#2319
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2317 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2318 …}
      +image: null
      +parent: null
      +root: null
      +body: "Give it time. At this rate, we’re heading directly back to the days of “women don’t **can’t** wear pants”."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 36
      +score: 0
      +lastActive: DateTime @1700085970 {#2305
        date: 2023-11-15 23:06:10.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@The_Picard_Maneuver@startrek.website"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2313 …}
      +nested: Doctrine\ORM\PersistentCollection {#2292 …}
      +votes: Doctrine\ORM\PersistentCollection {#2290 …}
      +reports: Doctrine\ORM\PersistentCollection {#2295 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2283 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2282 …}
      -id: 128232
      -bodyTs: "'back':11 'day':14 'direct':10 'give':1 'head':9 'pant':22 'rate':6 're':8 'time':3 'wear':21 'women':16"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/5561396"
      +editedAt: DateTimeImmutable @1700351023 {#2304
        date: 2023-11-19 00:43:43.0 +01:00
      }
      +createdAt: DateTimeImmutable @1700085970 {#2303
        date: 2023-11-15 23:06:10.0 +01:00
      }
      +"title": 128232
    }
    0 => App\Entity\EntryComment {#2275
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2317 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2318 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2277 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2261 …}
      +body: "Yeah, no shit?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1700086145 {#2276
        date: 2023-11-15 23:09:05.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@The_Picard_Maneuver@startrek.website"
        "@Makeitstop@lemmy.world"
        "@medvedev@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2220 …}
      +nested: Doctrine\ORM\PersistentCollection {#2222 …}
      +votes: Doctrine\ORM\PersistentCollection {#2219 …}
      +reports: Doctrine\ORM\PersistentCollection {#2196 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2194 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2193 …}
      -id: 128242
      -bodyTs: "'shit':3 'yeah':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/5561465"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700086145 {#2279
        date: 2023-11-15 23:09:05.0 +01:00
      }
      +"title": 128242
    }
  ]
  -id: 13280
  -titleTs: "'fair':4"
  -bodyTs: "'act':19 'anyon':3 'delet':23 'got':4 'lemmy.world':11 'mainten':15 'post':6,9 'repost':25 'sorri':1 'twice':7 'weird':20"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700151761
  +visibility: "visible             "
  +apId: "https://startrek.website/post/3720187"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700065361 {#2925
    date: 2023-11-15 17:22:41.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
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 {#2319
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2317
    +user: Proxies\__CG__\App\Entity\User {#2749 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2318 …}
    +image: Proxies\__CG__\App\Entity\Image {#3099 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3100 …}
    +slug: "It-s-not-fair"
    +title: "It's not fair"
    +url: "https://startrek.website/pictrs/image/028b7ba8-230a-43e9-931d-3e719dab7a18.png"
    +body: "(sorry if anyone got this post twice. I posted while Lemmy.World was down for maintenance, and it was acting weird, so I deleted and reposted)"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 101
    +favouriteCount: 766
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700193392 {#3094
      date: 2023-11-17 04:56:32.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3109 …}
    +votes: Doctrine\ORM\PersistentCollection {#3111 …}
    +reports: Doctrine\ORM\PersistentCollection {#3113 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3115 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3117 …}
    +badges: Doctrine\ORM\PersistentCollection {#3119 …}
    +children: [
      1 => App\Entity\EntryComment {#2319}
      0 => App\Entity\EntryComment {#2275
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2317 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2318 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2277 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2261 …}
        +body: "Yeah, no shit?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1700086145 {#2276
          date: 2023-11-15 23:09:05.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@The_Picard_Maneuver@startrek.website"
          "@Makeitstop@lemmy.world"
          "@medvedev@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2220 …}
        +nested: Doctrine\ORM\PersistentCollection {#2222 …}
        +votes: Doctrine\ORM\PersistentCollection {#2219 …}
        +reports: Doctrine\ORM\PersistentCollection {#2196 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2194 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2193 …}
        -id: 128242
        -bodyTs: "'shit':3 'yeah':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5561465"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700086145 {#2279
          date: 2023-11-15 23:09:05.0 +01:00
        }
        +"title": 128242
      }
    ]
    -id: 13280
    -titleTs: "'fair':4"
    -bodyTs: "'act':19 'anyon':3 'delet':23 'got':4 'lemmy.world':11 'mainten':15 'post':6,9 'repost':25 'sorri':1 'twice':7 'weird':20"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700151761
    +visibility: "visible             "
    +apId: "https://startrek.website/post/3720187"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700065361 {#2925
      date: 2023-11-15 17:22:41.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2318 …}
  +image: null
  +parent: null
  +root: null
  +body: "Give it time. At this rate, we’re heading directly back to the days of “women don’t **can’t** wear pants”."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 36
  +score: 0
  +lastActive: DateTime @1700085970 {#2305
    date: 2023-11-15 23:06:10.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@The_Picard_Maneuver@startrek.website"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2313 …}
  +nested: Doctrine\ORM\PersistentCollection {#2292 …}
  +votes: Doctrine\ORM\PersistentCollection {#2290 …}
  +reports: Doctrine\ORM\PersistentCollection {#2295 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2283 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2282 …}
  -id: 128232
  -bodyTs: "'back':11 'day':14 'direct':10 'give':1 'head':9 'pant':22 'rate':6 're':8 'time':3 'wear':21 'women':16"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/5561396"
  +editedAt: DateTimeImmutable @1700351023 {#2304
    date: 2023-11-19 00:43:43.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700085970 {#2303
    date: 2023-11-15 23:06:10.0 +01:00
  }
  +"title": 128232
}
"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 {#2319
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2317
    +user: Proxies\__CG__\App\Entity\User {#2749 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2318 …}
    +image: Proxies\__CG__\App\Entity\Image {#3099 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3100 …}
    +slug: "It-s-not-fair"
    +title: "It's not fair"
    +url: "https://startrek.website/pictrs/image/028b7ba8-230a-43e9-931d-3e719dab7a18.png"
    +body: "(sorry if anyone got this post twice. I posted while Lemmy.World was down for maintenance, and it was acting weird, so I deleted and reposted)"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 101
    +favouriteCount: 766
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700193392 {#3094
      date: 2023-11-17 04:56:32.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3109 …}
    +votes: Doctrine\ORM\PersistentCollection {#3111 …}
    +reports: Doctrine\ORM\PersistentCollection {#3113 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3115 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3117 …}
    +badges: Doctrine\ORM\PersistentCollection {#3119 …}
    +children: [
      1 => App\Entity\EntryComment {#2319}
      0 => App\Entity\EntryComment {#2275
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2317 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2318 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2277 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2261 …}
        +body: "Yeah, no shit?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1700086145 {#2276
          date: 2023-11-15 23:09:05.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@The_Picard_Maneuver@startrek.website"
          "@Makeitstop@lemmy.world"
          "@medvedev@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2220 …}
        +nested: Doctrine\ORM\PersistentCollection {#2222 …}
        +votes: Doctrine\ORM\PersistentCollection {#2219 …}
        +reports: Doctrine\ORM\PersistentCollection {#2196 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2194 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2193 …}
        -id: 128242
        -bodyTs: "'shit':3 'yeah':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5561465"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700086145 {#2279
          date: 2023-11-15 23:09:05.0 +01:00
        }
        +"title": 128242
      }
    ]
    -id: 13280
    -titleTs: "'fair':4"
    -bodyTs: "'act':19 'anyon':3 'delet':23 'got':4 'lemmy.world':11 'mainten':15 'post':6,9 'repost':25 'sorri':1 'twice':7 'weird':20"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700151761
    +visibility: "visible             "
    +apId: "https://startrek.website/post/3720187"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700065361 {#2925
      date: 2023-11-15 17:22:41.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2318 …}
  +image: null
  +parent: null
  +root: null
  +body: "Give it time. At this rate, we’re heading directly back to the days of “women don’t **can’t** wear pants”."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 36
  +score: 0
  +lastActive: DateTime @1700085970 {#2305
    date: 2023-11-15 23:06:10.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@The_Picard_Maneuver@startrek.website"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2313 …}
  +nested: Doctrine\ORM\PersistentCollection {#2292 …}
  +votes: Doctrine\ORM\PersistentCollection {#2290 …}
  +reports: Doctrine\ORM\PersistentCollection {#2295 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2283 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2282 …}
  -id: 128232
  -bodyTs: "'back':11 'day':14 'direct':10 'give':1 'head':9 'pant':22 'rate':6 're':8 'time':3 'wear':21 'women':16"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/5561396"
  +editedAt: DateTimeImmutable @1700351023 {#2304
    date: 2023-11-19 00:43:43.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700085970 {#2303
    date: 2023-11-15 23:06:10.0 +01:00
  }
  +"title": 128232
}
"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 {#2319
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2317
    +user: Proxies\__CG__\App\Entity\User {#2749 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2318 …}
    +image: Proxies\__CG__\App\Entity\Image {#3099 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3100 …}
    +slug: "It-s-not-fair"
    +title: "It's not fair"
    +url: "https://startrek.website/pictrs/image/028b7ba8-230a-43e9-931d-3e719dab7a18.png"
    +body: "(sorry if anyone got this post twice. I posted while Lemmy.World was down for maintenance, and it was acting weird, so I deleted and reposted)"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 101
    +favouriteCount: 766
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700193392 {#3094
      date: 2023-11-17 04:56:32.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3109 …}
    +votes: Doctrine\ORM\PersistentCollection {#3111 …}
    +reports: Doctrine\ORM\PersistentCollection {#3113 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3115 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3117 …}
    +badges: Doctrine\ORM\PersistentCollection {#3119 …}
    +children: [
      1 => App\Entity\EntryComment {#2319}
      0 => App\Entity\EntryComment {#2275
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2317 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2318 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2277 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2261 …}
        +body: "Yeah, no shit?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1700086145 {#2276
          date: 2023-11-15 23:09:05.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@The_Picard_Maneuver@startrek.website"
          "@Makeitstop@lemmy.world"
          "@medvedev@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2220 …}
        +nested: Doctrine\ORM\PersistentCollection {#2222 …}
        +votes: Doctrine\ORM\PersistentCollection {#2219 …}
        +reports: Doctrine\ORM\PersistentCollection {#2196 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2194 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2193 …}
        -id: 128242
        -bodyTs: "'shit':3 'yeah':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5561465"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700086145 {#2279
          date: 2023-11-15 23:09:05.0 +01:00
        }
        +"title": 128242
      }
    ]
    -id: 13280
    -titleTs: "'fair':4"
    -bodyTs: "'act':19 'anyon':3 'delet':23 'got':4 'lemmy.world':11 'mainten':15 'post':6,9 'repost':25 'sorri':1 'twice':7 'weird':20"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700151761
    +visibility: "visible             "
    +apId: "https://startrek.website/post/3720187"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700065361 {#2925
      date: 2023-11-15 17:22:41.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2318 …}
  +image: null
  +parent: null
  +root: null
  +body: "Give it time. At this rate, we’re heading directly back to the days of “women don’t **can’t** wear pants”."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 36
  +score: 0
  +lastActive: DateTime @1700085970 {#2305
    date: 2023-11-15 23:06:10.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@The_Picard_Maneuver@startrek.website"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2313 …}
  +nested: Doctrine\ORM\PersistentCollection {#2292 …}
  +votes: Doctrine\ORM\PersistentCollection {#2290 …}
  +reports: Doctrine\ORM\PersistentCollection {#2295 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2283 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2282 …}
  -id: 128232
  -bodyTs: "'back':11 'day':14 'direct':10 'give':1 'head':9 'pant':22 'rate':6 're':8 'time':3 'wear':21 'women':16"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/5561396"
  +editedAt: DateTimeImmutable @1700351023 {#2304
    date: 2023-11-19 00:43:43.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700085970 {#2303
    date: 2023-11-15 23:06:10.0 +01:00
  }
  +"title": 128232
}
"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 {#2275
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2317
    +user: Proxies\__CG__\App\Entity\User {#2749 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2318 …}
    +image: Proxies\__CG__\App\Entity\Image {#3099 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3100 …}
    +slug: "It-s-not-fair"
    +title: "It's not fair"
    +url: "https://startrek.website/pictrs/image/028b7ba8-230a-43e9-931d-3e719dab7a18.png"
    +body: "(sorry if anyone got this post twice. I posted while Lemmy.World was down for maintenance, and it was acting weird, so I deleted and reposted)"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 101
    +favouriteCount: 766
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700193392 {#3094
      date: 2023-11-17 04:56:32.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3109 …}
    +votes: Doctrine\ORM\PersistentCollection {#3111 …}
    +reports: Doctrine\ORM\PersistentCollection {#3113 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3115 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3117 …}
    +badges: Doctrine\ORM\PersistentCollection {#3119 …}
    +children: [
      1 => App\Entity\EntryComment {#2319
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2317 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2318 …}
        +image: null
        +parent: null
        +root: null
        +body: "Give it time. At this rate, we’re heading directly back to the days of “women don’t **can’t** wear pants”."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 36
        +score: 0
        +lastActive: DateTime @1700085970 {#2305
          date: 2023-11-15 23:06:10.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@The_Picard_Maneuver@startrek.website"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2313 …}
        +nested: Doctrine\ORM\PersistentCollection {#2292 …}
        +votes: Doctrine\ORM\PersistentCollection {#2290 …}
        +reports: Doctrine\ORM\PersistentCollection {#2295 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2283 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2282 …}
        -id: 128232
        -bodyTs: "'back':11 'day':14 'direct':10 'give':1 'head':9 'pant':22 'rate':6 're':8 'time':3 'wear':21 'women':16"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5561396"
        +editedAt: DateTimeImmutable @1700351023 {#2304
          date: 2023-11-19 00:43:43.0 +01:00
        }
        +createdAt: DateTimeImmutable @1700085970 {#2303
          date: 2023-11-15 23:06:10.0 +01:00
        }
        +"title": 128232
      }
      0 => App\Entity\EntryComment {#2275}
    ]
    -id: 13280
    -titleTs: "'fair':4"
    -bodyTs: "'act':19 'anyon':3 'delet':23 'got':4 'lemmy.world':11 'mainten':15 'post':6,9 'repost':25 'sorri':1 'twice':7 'weird':20"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700151761
    +visibility: "visible             "
    +apId: "https://startrek.website/post/3720187"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700065361 {#2925
      date: 2023-11-15 17:22:41.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2318 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2277 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2261 …}
  +body: "Yeah, no shit?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1700086145 {#2276
    date: 2023-11-15 23:09:05.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@The_Picard_Maneuver@startrek.website"
    "@Makeitstop@lemmy.world"
    "@medvedev@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2220 …}
  +nested: Doctrine\ORM\PersistentCollection {#2222 …}
  +votes: Doctrine\ORM\PersistentCollection {#2219 …}
  +reports: Doctrine\ORM\PersistentCollection {#2196 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2194 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2193 …}
  -id: 128242
  -bodyTs: "'shit':3 'yeah':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/5561465"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700086145 {#2279
    date: 2023-11-15 23:09:05.0 +01:00
  }
  +"title": 128242
}
"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 {#2275
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2317
    +user: Proxies\__CG__\App\Entity\User {#2749 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2318 …}
    +image: Proxies\__CG__\App\Entity\Image {#3099 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3100 …}
    +slug: "It-s-not-fair"
    +title: "It's not fair"
    +url: "https://startrek.website/pictrs/image/028b7ba8-230a-43e9-931d-3e719dab7a18.png"
    +body: "(sorry if anyone got this post twice. I posted while Lemmy.World was down for maintenance, and it was acting weird, so I deleted and reposted)"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 101
    +favouriteCount: 766
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700193392 {#3094
      date: 2023-11-17 04:56:32.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3109 …}
    +votes: Doctrine\ORM\PersistentCollection {#3111 …}
    +reports: Doctrine\ORM\PersistentCollection {#3113 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3115 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3117 …}
    +badges: Doctrine\ORM\PersistentCollection {#3119 …}
    +children: [
      1 => App\Entity\EntryComment {#2319
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2317 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2318 …}
        +image: null
        +parent: null
        +root: null
        +body: "Give it time. At this rate, we’re heading directly back to the days of “women don’t **can’t** wear pants”."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 36
        +score: 0
        +lastActive: DateTime @1700085970 {#2305
          date: 2023-11-15 23:06:10.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@The_Picard_Maneuver@startrek.website"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2313 …}
        +nested: Doctrine\ORM\PersistentCollection {#2292 …}
        +votes: Doctrine\ORM\PersistentCollection {#2290 …}
        +reports: Doctrine\ORM\PersistentCollection {#2295 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2283 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2282 …}
        -id: 128232
        -bodyTs: "'back':11 'day':14 'direct':10 'give':1 'head':9 'pant':22 'rate':6 're':8 'time':3 'wear':21 'women':16"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5561396"
        +editedAt: DateTimeImmutable @1700351023 {#2304
          date: 2023-11-19 00:43:43.0 +01:00
        }
        +createdAt: DateTimeImmutable @1700085970 {#2303
          date: 2023-11-15 23:06:10.0 +01:00
        }
        +"title": 128232
      }
      0 => App\Entity\EntryComment {#2275}
    ]
    -id: 13280
    -titleTs: "'fair':4"
    -bodyTs: "'act':19 'anyon':3 'delet':23 'got':4 'lemmy.world':11 'mainten':15 'post':6,9 'repost':25 'sorri':1 'twice':7 'weird':20"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700151761
    +visibility: "visible             "
    +apId: "https://startrek.website/post/3720187"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700065361 {#2925
      date: 2023-11-15 17:22:41.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2318 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2277 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2261 …}
  +body: "Yeah, no shit?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1700086145 {#2276
    date: 2023-11-15 23:09:05.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@The_Picard_Maneuver@startrek.website"
    "@Makeitstop@lemmy.world"
    "@medvedev@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2220 …}
  +nested: Doctrine\ORM\PersistentCollection {#2222 …}
  +votes: Doctrine\ORM\PersistentCollection {#2219 …}
  +reports: Doctrine\ORM\PersistentCollection {#2196 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2194 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2193 …}
  -id: 128242
  -bodyTs: "'shit':3 'yeah':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/5561465"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700086145 {#2279
    date: 2023-11-15 23:09:05.0 +01:00
  }
  +"title": 128242
}
"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 {#2275
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2317
    +user: Proxies\__CG__\App\Entity\User {#2749 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2318 …}
    +image: Proxies\__CG__\App\Entity\Image {#3099 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3100 …}
    +slug: "It-s-not-fair"
    +title: "It's not fair"
    +url: "https://startrek.website/pictrs/image/028b7ba8-230a-43e9-931d-3e719dab7a18.png"
    +body: "(sorry if anyone got this post twice. I posted while Lemmy.World was down for maintenance, and it was acting weird, so I deleted and reposted)"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 101
    +favouriteCount: 766
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700193392 {#3094
      date: 2023-11-17 04:56:32.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3109 …}
    +votes: Doctrine\ORM\PersistentCollection {#3111 …}
    +reports: Doctrine\ORM\PersistentCollection {#3113 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3115 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3117 …}
    +badges: Doctrine\ORM\PersistentCollection {#3119 …}
    +children: [
      1 => App\Entity\EntryComment {#2319
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2317 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2318 …}
        +image: null
        +parent: null
        +root: null
        +body: "Give it time. At this rate, we’re heading directly back to the days of “women don’t **can’t** wear pants”."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 36
        +score: 0
        +lastActive: DateTime @1700085970 {#2305
          date: 2023-11-15 23:06:10.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@The_Picard_Maneuver@startrek.website"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2313 …}
        +nested: Doctrine\ORM\PersistentCollection {#2292 …}
        +votes: Doctrine\ORM\PersistentCollection {#2290 …}
        +reports: Doctrine\ORM\PersistentCollection {#2295 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2283 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2282 …}
        -id: 128232
        -bodyTs: "'back':11 'day':14 'direct':10 'give':1 'head':9 'pant':22 'rate':6 're':8 'time':3 'wear':21 'women':16"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5561396"
        +editedAt: DateTimeImmutable @1700351023 {#2304
          date: 2023-11-19 00:43:43.0 +01:00
        }
        +createdAt: DateTimeImmutable @1700085970 {#2303
          date: 2023-11-15 23:06:10.0 +01:00
        }
        +"title": 128232
      }
      0 => App\Entity\EntryComment {#2275}
    ]
    -id: 13280
    -titleTs: "'fair':4"
    -bodyTs: "'act':19 'anyon':3 'delet':23 'got':4 'lemmy.world':11 'mainten':15 'post':6,9 'repost':25 'sorri':1 'twice':7 'weird':20"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700151761
    +visibility: "visible             "
    +apId: "https://startrek.website/post/3720187"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700065361 {#2925
      date: 2023-11-15 17:22:41.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2318 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2277 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2261 …}
  +body: "Yeah, no shit?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1700086145 {#2276
    date: 2023-11-15 23:09:05.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@The_Picard_Maneuver@startrek.website"
    "@Makeitstop@lemmy.world"
    "@medvedev@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2220 …}
  +nested: Doctrine\ORM\PersistentCollection {#2222 …}
  +votes: Doctrine\ORM\PersistentCollection {#2219 …}
  +reports: Doctrine\ORM\PersistentCollection {#2196 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2194 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2193 …}
  -id: 128242
  -bodyTs: "'shit':3 'yeah':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/5561465"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700086145 {#2279
    date: 2023-11-15 23:09:05.0 +01:00
  }
  +"title": 128242
}
"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
Proxies\__CG__\App\Entity\Entry {#2377
  +user: Proxies\__CG__\App\Entity\User {#2757 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
  +image: Proxies\__CG__\App\Entity\Image {#3039 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3056 …}
  +slug: "Texas-church-defies-government-crackdown-by-blessing-drag-queens"
  +title: "Texas church defies government crackdown by blessing drag queens"
  +url: "https://www.lgbtqnation.com/2023/09/texas-church-defies-government-crackdown-by-blessing-drag-queens/"
  +body: """
    The Cathedral of Hope — an LGBTQ±affirming United Church of Christ in Dallas, Texas — has made a concerted effort to defend the queer community from “persecution,” as the state government targets drag queens and transgender people.\n
    \n
    The church recently held a service where they blessed drag queens and pledged to “stand for justice, proclaim love, and protect the rights of all people.”\n
    \n
    While about three dozen protestors stood outside of the church hurling slurs and threats, approximately 850 people attended the service.\n
    \n
    “Anyone check the weather today?!” one protester screamed. “’Cause it might rain fire and brimstone on this church and burn every homo inside!”\n
    \n
    But for the ugliness on display outside, the congregation filled the building with love and “radical inclusivity.”\n
    \n
    “We recognize that all people are made in the loving image of God, no matter who they are, how they dress, express themselves, or who they love,” the pastor intoned during the service. “We celebrate this divine diversity and commit to lifting up the voices of the LGBTQ+ community and creating spaces where everyone can thrive.”\n
    \n
    As one worship leader noted as the pastor gave communion, “Drag queens are often targets of hate and violence.” The Sisters of Perpetual Indulgence, in particular, were singled out for particular honor due to their lifesaving work during the AIDS epidemic.\n
    \n
    “These Sisters were at the bedsides of men dying of AIDS,” Rev. Dr. Neil G. Thomas said. “They bring humor, they bring activism, they provide and bring a level of spirituality that many of us have had taken away from us. Despite the humor, they take their spiritual work very seriously.”\n
    \n
    The service was a response to recently passed legislation meant to make a drag a crime. The law, passed by Republicans, has been challenged in court by civil rights groups and blocked repeatedly by federal courts.\n
    \n
    The law punishes drag performers and venues with a $10,000 fine if they allow a minor to see a “sexually explicit” performance. Such a performance is defined as one in which “a male performer [is] exhibiting as a female, or a female performer exhibiting as a male, who uses clothing, makeup, or other similar physical markers and who sings, lip syncs, dances, or otherwise performs before an audience.”\n
    \n
    Lawyers from the Texas Attorney General’s office argued that because the law didn’t specifically mention drag, it wasn’t discriminatory to drag performances. However, in June, Gov. Greg Abbott ® shared a story about the law’s passage that contained the headline, “Texas Governor Signs Law Banning Drag Performances in Public,” and added the comment, “That’s right.” Many state politicians who supported the law also publicly stated that it was meant to target drag, specifically.\n
    \n
    But would the law apply to churches? That’s unclear.\n
    \n
    “My kid was here,” the lead pastor said. “I don’t have the right to choose to bring my kid to church when there are drag queens?”
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 101
  +favouriteCount: 718
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696166183 {#2264
    date: 2023-10-01 15:16:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3055 …}
  +votes: Doctrine\ORM\PersistentCollection {#3053 …}
  +reports: Doctrine\ORM\PersistentCollection {#3050 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3084 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3080 …}
  +badges: Doctrine\ORM\PersistentCollection {#3097 …}
  +children: [
    9 => App\Entity\EntryComment {#2036
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
      +body: """
        Yes and they are hypocrites.\n
        \n
        It’s amazing the mental gymnastics Christians will do to justify their hateful beliefs.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1695899761 {#2035
        date: 2023-09-28 13:16:01.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCool@feddit.ch"
        "@qooqie@lemmy.world"
        "@eestileib@sh.itjust.works"
        "@Bunnylux@lemmy.world"
        "@CaptFeather@lemm.ee"
        "@prole@sh.itjust.works"
        "@jpeps@lemmy.world"
      ]
      +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: 29975
      -bodyTs: "'amaz':8 'belief':19 'christian':12 'gymnast':11 'hate':18 'hypocrit':5 'justifi':16 'mental':10 'yes':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/3724621"
      +editedAt: null
      +createdAt: DateTimeImmutable @1695899761 {#2031
        date: 2023-09-28 13:16:01.0 +02:00
      }
      +"title": 29975
    }
    10 => App\Entity\EntryComment {#2077
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
      +body: "It’s pretty close to the beginning, which is kind of telling… maybe try actually reading your holy book. You may be surprised what you find."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1695899854 {#2062
        date: 2023-09-28 13:17:34.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCool@feddit.ch"
        "@qooqie@lemmy.world"
        "@eestileib@sh.itjust.works"
        "@Bunnylux@lemmy.world"
        "@CaptFeather@lemm.ee"
        "@prole@sh.itjust.works"
        "@andyburke@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: 29976
      -bodyTs: "'actual':15 'begin':7 'book':19 'close':4 'find':26 'holi':18 'kind':10 'may':21 'mayb':13 'pretti':3 'read':16 'surpris':23 'tell':12 'tri':14"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/3724660"
      +editedAt: null
      +createdAt: DateTimeImmutable @1695899854 {#2081
        date: 2023-09-28 13:17:34.0 +02:00
      }
      +"title": 29976
    }
    7 => App\Entity\EntryComment {#1384
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
      +body: """
        If you don’t believe that Jesus died and rose again for your sins, then you’re not a Christian by definition.\n
        \n
        Also, those are not “obscure” stories. They’re the basis of all Abrahamic religions, including Christianity. In fact, the only reason there even is a NT is because they wanted to write about the “prophecies” from the OT “coming true.” You can’t have one without the other.\n
        \n
        And, once again, Jesus is God. God did really fucked up things in the old testament, that means Jesus did really fucked up things. In the NT he supported those fucked up things that he did, and his existence itself is allegedly a fulfillment of OT prophecy. That’s why they killed him! Assuming he ever existed in the first place.\n
        \n
        Not trying to be a dick, but as someone who was raised in an evangelical church, I know the Bible inside and out. People who pick and choose, or pretend they can be Christian and still think being gay is ok, piss me off because it’s a direct contradiction of what you claim to believe.\n
        \n
        People like you legitimize a barbaric religion that is (once again) destroying the fabric of our society. Be honest with yourself and come to terms with the fact that your religion condones slavery, and killing people for being homosexual.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1695846077 {#2394
        date: 2023-09-27 22:21:17.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCool@feddit.ch"
        "@qooqie@lemmy.world"
        "@prole@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1383 …}
      +nested: Doctrine\ORM\PersistentCollection {#1405 …}
      +votes: Doctrine\ORM\PersistentCollection {#1382 …}
      +reports: Doctrine\ORM\PersistentCollection {#1404 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
      -id: 29919
      -bodyTs: "'abraham':35 'alleg':112 'also':23 'assum':124 'barbar':193 'basi':32 'believ':5,187 'bibl':151 'choos':159 'christian':20,38,165 'church':147 'claim':185 'come':61,210 'condon':219 'contradict':181 'definit':22 'destroy':199 'dick':137 'die':8 'direct':180 'evangel':146 'even':45 'ever':126 'exist':109,127 'fabric':201 'fact':40,215 'first':130 'fuck':80,92,101 'fulfil':114 'gay':170 'god':76,77 'homosexu':226 'honest':206 'includ':37 'insid':152 'jesus':7,74,89 'kill':122,222 'know':149 'legitim':191 'like':189 'mean':88 'nt':48,97 'obscur':27 'ok':172 'old':85 'one':67 'ot':60,116 'peopl':155,188,223 'pick':157 'piss':173 'place':131 'pretend':161 'propheci':57,117 'rais':143 're':17,30 'realli':79,91 'reason':43 'religion':36,194,218 'rose':10 'sin':14 'slaveri':220 'societi':204 'someon':140 'still':167 'stori':28 'support':99 'term':212 'testament':86 'thing':82,94,103 'think':168 'tri':133 'true':62 'want':52 'without':68 'write':54"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/3706874"
      +editedAt: DateTimeImmutable @1695846183 {#2395
        date: 2023-09-27 22:23:03.0 +02:00
      }
      +createdAt: DateTimeImmutable @1695846077 {#2393
        date: 2023-09-27 22:21:17.0 +02:00
      }
      +"title": 29919
    }
    8 => App\Entity\EntryComment {#2026
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
      +body: """
        You need to look again, because it absolutely does. Or do you think, “if a man lies with another man,” was just talking about best buds sleeping in the same bed.\n
        \n
        **edit:** I guess people are too lazy to look themselves for something that’s already common knowledge…\n
        \n
        But it’s Leviticus 20:13.\n
        \n
        > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1695846676 {#2023
        date: 2023-09-27 22:31:16.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCool@feddit.ch"
        "@qooqie@lemmy.world"
        "@eestileib@sh.itjust.works"
        "@Bunnylux@lemmy.world"
        "@CaptFeather@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2022 …}
      +nested: Doctrine\ORM\PersistentCollection {#2025 …}
      +votes: Doctrine\ORM\PersistentCollection {#2033 …}
      +reports: Doctrine\ORM\PersistentCollection {#2028 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2012 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2013 …}
      -id: 29924
      -bodyTs: "'13':54 '20':53 'abomin':70 'absolut':8 'alreadi':46 'anoth':19 'bed':31 'best':25 'blood':79 'bud':26 'commit':69 'common':47 'death':77 'edit':32 'guess':34 'knowledg':48 'lazi':38 'leviticus':52 'lie':17,59 'look':4,40 'man':16,20,58 'mankind':61 'need':2 'peopl':35 'put':75 'shall':72,80 'sleep':27 'someth':43 'sure':73 'talk':23 'think':13 'upon':82 'womankind':64"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/3707120"
      +editedAt: DateTimeImmutable @1695913492 {#2030
        date: 2023-09-28 17:04:52.0 +02:00
      }
      +createdAt: DateTimeImmutable @1695846676 {#2032
        date: 2023-09-27 22:31:16.0 +02:00
      }
      +"title": 29924
    }
    5 => App\Entity\EntryComment {#1909
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1708 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
      +body: """
        Ok, just pointing out that your beliefs are not consistent with your holy book.\n
        \n
        By what criteria are you able to justify ignoring parts of the book and not others? Is it not the inerrant word of God? Didn’t Jesus say that he didn’t come to abolish the law, but to fulfill it? He made it very clear that you can’t just throw away the OT.\n
        \n
        You seem to have good values, just don’t see the reason any kind of unscientific claims about the supernatural need to be a part of it. Just unnecessary baggage.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 20
      +score: 0
      +lastActive: DateTime @1695840894 {#1910
        date: 2023-09-27 20:54:54.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCool@feddit.ch"
        "@qooqie@lemmy.world"
        "@prole@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1926 …}
      +nested: Doctrine\ORM\PersistentCollection {#1874 …}
      +votes: Doctrine\ORM\PersistentCollection {#1908 …}
      +reports: Doctrine\ORM\PersistentCollection {#1883 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2387 …}
      -id: 29907
      -bodyTs: "'abl':20 'abolish':49 'away':67 'baggag':99 'belief':7 'book':14,27 'claim':86 'clear':60 'come':47 'consist':10 'criteria':17 'didn':39,45 'fulfil':54 'god':38 'good':74 'holi':13 'ignor':23 'inerr':35 'jesus':41 'justifi':22 'kind':83 'law':51 'made':57 'need':90 'ok':1 'ot':69 'other':30 'part':24,94 'point':3 'reason':81 'say':42 'see':79 'seem':71 'supernatur':89 'throw':66 'unnecessari':98 'unscientif':85 'valu':75 'word':36"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/3704378"
      +editedAt: null
      +createdAt: DateTimeImmutable @1695840894 {#1906
        date: 2023-09-27 20:54:54.0 +02:00
      }
      +"title": 29907
    }
    6 => App\Entity\EntryComment {#2135
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2136 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
      +body: "I’m well aware of the apologetics. Whatever mental gymnastics you have to do, friend. Maybe one day you’ll be free of the constant cognitive dissonance. It’s a huge relief."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1695905918 {#2159
        date: 2023-09-28 14:58:38.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCool@feddit.ch"
        "@qooqie@lemmy.world"
        "@eestileib@sh.itjust.works"
        "@Bunnylux@lemmy.world"
        "@CaptFeather@lemm.ee"
        "@prole@sh.itjust.works"
        "@jpeps@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2137 …}
      +nested: Doctrine\ORM\PersistentCollection {#2068 …}
      +votes: Doctrine\ORM\PersistentCollection {#2069 …}
      +reports: Doctrine\ORM\PersistentCollection {#2074 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2071 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2070 …}
      -id: 29991
      -bodyTs: "'apologet':7 'awar':4 'cognit':26 'constant':25 'day':18 'disson':27 'free':22 'friend':15 'gymnast':10 'huge':31 'll':20 'm':2 'mayb':16 'mental':9 'one':17 'relief':32 'well':3 'whatev':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/3727709"
      +editedAt: null
      +createdAt: DateTimeImmutable @1695905918 {#2143
        date: 2023-09-28 14:58:38.0 +02:00
      }
      +"title": 29991
    }
    4 => App\Entity\EntryComment {#2333
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2323 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
      +body: "Leviticus 20:13 is very clear. What makes you think you can just ignore that part?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1695903764 {#2327
        date: 2023-09-28 14:22:44.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCool@feddit.ch"
        "@qooqie@lemmy.world"
        "@eestileib@sh.itjust.works"
        "@Bunnylux@lemmy.world"
        "@CaptFeather@lemm.ee"
        "@prole@sh.itjust.works"
        "@jpeps@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2324 …}
      +nested: Doctrine\ORM\PersistentCollection {#2334 …}
      +votes: Doctrine\ORM\PersistentCollection {#2341 …}
      +reports: Doctrine\ORM\PersistentCollection {#2337 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2336 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2339 …}
      -id: 29987
      -bodyTs: "'13':3 '20':2 'clear':6 'ignor':14 'leviticus':1 'make':8 'part':16 'think':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/3726695"
      +editedAt: null
      +createdAt: DateTimeImmutable @1695903764 {#2329
        date: 2023-09-28 14:22:44.0 +02:00
      }
      +"title": 29987
    }
    3 => App\Entity\EntryComment {#2056
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
      +body: """
        What was hateful about what I said?\n
        \n
        We’ve got Christians on the verge of genocide in the name of your God, but I’m “hateful” for pointing out that they’re just following their holy book?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1695913394 {#2048
        date: 2023-09-28 17:03:14.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCool@feddit.ch"
        "@qooqie@lemmy.world"
        "@eestileib@sh.itjust.works"
        "@Bunnylux@lemmy.world"
        "@CaptFeather@lemm.ee"
        "@prole@sh.itjust.works"
        "@jpeps@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2046 …}
      +nested: Doctrine\ORM\PersistentCollection {#2045 …}
      +votes: Doctrine\ORM\PersistentCollection {#2050 …}
      +reports: Doctrine\ORM\PersistentCollection {#2052 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
      -id: 29994
      -bodyTs: "'book':37 'christian':11 'follow':34 'genocid':16 'god':22 'got':10 'hate':3,26 'holi':36 'm':25 'name':19 'point':28 're':32 'said':7 've':9 'verg':14"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/3731992"
      +editedAt: null
      +createdAt: DateTimeImmutable @1695913394 {#2051
        date: 2023-09-28 17:03:14.0 +02:00
      }
      +"title": 29994
    }
    2 => App\Entity\EntryComment {#2370
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
      +body: """
        The Bible contains quite a bit of hating others… God is a real piece of shit in the old testament. What did Job do to deserve what he got? Why did he tell Abraham to kill his own son for a goof? The book literally justifies slavery.\n
        \n
        According to the book, Jesus is God, so…
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 27
      +score: 0
      +lastActive: DateTime @1695838397 {#2471
        date: 2023-09-27 20:13:17.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCool@feddit.ch"
        "@qooqie@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2361 …}
      +nested: Doctrine\ORM\PersistentCollection {#2372 …}
      +votes: Doctrine\ORM\PersistentCollection {#2386 …}
      +reports: Doctrine\ORM\PersistentCollection {#2385 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
      -id: 29898
      -bodyTs: "'abraham':34 'accord':48 'bibl':2 'bit':6 'book':44,51 'contain':3 'deserv':26 'god':10,54 'goof':42 'got':29 'hate':8 'jesus':52 'job':23 'justifi':46 'kill':36 'liter':45 'old':19 'other':9 'piec':14 'quit':4 'real':13 'shit':16 'slaveri':47 'son':39 'tell':33 'testament':20"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/3703429"
      +editedAt: DateTimeImmutable @1695838464 {#2371
        date: 2023-09-27 20:14:24.0 +02:00
      }
      +createdAt: DateTimeImmutable @1695838397 {#2363
        date: 2023-09-27 20:13:17.0 +02:00
      }
      +"title": 29898
    }
    1 => App\Entity\EntryComment {#2344
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
      +body: """
        In case you didn’t see the other replies, Leviticus 20:13:\n
        \n
        > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.\n
        \n
        Seems pretty black and white to me.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1695902427 {#2347
        date: 2023-09-28 14:00:27.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCool@feddit.ch"
        "@qooqie@lemmy.world"
        "@eestileib@sh.itjust.works"
        "@Bunnylux@lemmy.world"
        "@CaptFeather@lemm.ee"
        "@prole@sh.itjust.works"
        "@andyburke@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2349 …}
      +nested: Doctrine\ORM\PersistentCollection {#2141 …}
      +votes: Doctrine\ORM\PersistentCollection {#2164 …}
      +reports: Doctrine\ORM\PersistentCollection {#2314 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2191 …}
      -id: 29982
      -bodyTs: "'13':12 '20':11 'abomin':28 'black':44 'blood':37 'case':2 'commit':27 'death':35 'didn':4 'leviticus':10 'lie':17 'man':16 'mankind':19 'pretti':43 'put':33 'repli':9 'see':6 'seem':42 'shall':30,38 'sure':31 'upon':40 'white':46 'womankind':22"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/3726243"
      +editedAt: null
      +createdAt: DateTimeImmutable @1695902427 {#2332
        date: 2023-09-28 14:00:27.0 +02:00
      }
      +"title": 29982
    }
    0 => App\Entity\EntryComment {#2140
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
      +body: """
        How is that contradictory? I didn’t say all Christians are hypocrites, just the ones that pick and choose what verses are convenient for them. Westboro Baptist seems to adhere pretty closely.\n
        \n
        Christianity itself is a hateful ideology. Many people pick some of those hateful things when they walk past on the buffett line. Those people are both hateful and hypocritical.\n
        \n
        I’m saying to either do it the way it says you have to do it, or stop wasting your time.\n
        \n
        After all, God did say not to be lukewarm Christians, and if you are, he will *“spew you from his mouth”*
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1695902289 {#2094
        date: 2023-09-28 13:58:09.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCool@feddit.ch"
        "@qooqie@lemmy.world"
        "@eestileib@sh.itjust.works"
        "@Bunnylux@lemmy.world"
        "@CaptFeather@lemm.ee"
        "@prole@sh.itjust.works"
        "@jpeps@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2133 …}
      +nested: Doctrine\ORM\PersistentCollection {#2131 …}
      +votes: Doctrine\ORM\PersistentCollection {#2138 …}
      +reports: Doctrine\ORM\PersistentCollection {#2345 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2330 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2346 …}
      -id: 29981
      -bodyTs: "'adher':30 'baptist':27 'buffett':53 'choos':19 'christian':10,33,92 'close':32 'contradictori':4 'conveni':23 'didn':6 'either':66 'god':85 'hate':37,45,59 'hypocrit':12,61 'ideolog':38 'line':54 'lukewarm':91 'm':63 'mani':39 'mouth':103 'one':15 'past':50 'peopl':40,56 'pick':17,41 'pretti':31 'say':8,64,72,87 'seem':28 'spew':99 'stop':79 'thing':46 'time':82 'vers':21 'walk':49 'wast':80 'way':70 'westboro':26"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/3726207"
      +editedAt: null
      +createdAt: DateTimeImmutable @1695902289 {#2241
        date: 2023-09-28 13:58:09.0 +02:00
      }
      +"title": 29981
    }
  ]
  -id: 2351
  -titleTs: "'bless':7 'church':2 'crackdown':5 'defi':3 'drag':8 'govern':4 'queen':9 'texa':1"
  -bodyTs: "'000':317 '10':316 '850':78 'abbott':406 'activ':242 'ad':429 'affirm':7 'aid':218,230 'allow':321 'also':442 'anyon':83 'appli':457 'approxim':77 'argu':384 'attend':80 'attorney':380 'audienc':375 'away':258 'ban':423 'bedsid':225 'bless':45 'block':302 'brimston':97 'bring':238,241,246,480 'build':117 'burn':102 'cathedr':2 'caus':91 'celebr':157 'challeng':294 'check':84 'choos':478 'christ':11 'church':9,38,72,100,459,484 'civil':298 'cloth':357 'comment':431 'commit':162 'communion':188 'communiti':24,171 'concert':18 'congreg':114 'contain':416 'court':296,306 'creat':173 'crime':286 'dalla':13 'danc':369 'defend':21 'defin':334 'despit':261 'didn':389 'die':228 'discriminatori':397 'display':111 'divers':160 'divin':159 'dozen':66 'dr':232 'drag':32,46,189,284,310,393,399,424,451,488 'dress':143 'due':211 'effort':19 'epidem':219 'everi':103 'everyon':176 'exhibit':343,351 'explicit':328 'express':144 'feder':305 'femal':346,349 'fill':115 'fine':318 'fire':95 'g':234 'gave':187 'general':381 'god':135 'gov':404 'govern':30 'governor':420 'greg':405 'group':300 'hate':195 'headlin':418 'held':40 'homo':104 'honor':210 'hope':4 'howev':401 'humor':239,263 'hurl':73 'imag':133 'inclus':122 'indulg':202 'insid':105 'inton':152 'june':403 'justic':53 'kid':464,482 'law':288,308,388,412,422,441,456 'lawyer':376 'lead':468 'leader':182 'legisl':279 'level':248 'lgbtq':6,170 'lifesav':214 'lift':164 'lip':367 'love':55,119,132,149 'made':16,129 'make':282 'makeup':358 'male':340,354 'mani':252,435 'marker':363 'matter':137 'meant':280,448 'men':227 'mention':392 'might':93 'minor':323 'neil':233 'note':183 'offic':383 'often':192 'one':88,180,336 'otherwis':371 'outsid':69,112 'particular':204,209 'pass':278,289 'passag':414 'pastor':151,186,469 'peopl':36,62,79,127 'perform':311,329,332,341,350,372,400,425 'perpetu':201 'persecut':26 'physic':362 'pledg':49 'politician':437 'proclaim':54 'protect':57 'protest':89 'protestor':67 'provid':244 'public':427,443 'punish':309 'queen':33,47,190,489 'queer':23 'radic':121 'rain':94 'recent':39,277 'recogn':124 'repeat':303 'republican':291 'respons':275 'rev':231 'right':59,299,434,476 'said':236,470 'scream':90 'see':325 'serious':270 'servic':42,82,155,272 'sexual':327 'share':407 'sign':421 'similar':361 'sing':366 'singl':206 'sister':199,221 'slur':74 'space':174 'specif':391,452 'spiritu':250,267 'stand':51 'state':29,436,444 'stood':68 'stori':409 'support':439 'sync':368 'take':265 'taken':257 'target':31,193,450 'texa':14,379,419 'thoma':235 'threat':76 'three':65 'thrive':178 'today':87 'transgend':35 'ugli':109 'unclear':462 'unit':8 'us':254,260 'use':356 'venu':313 'violenc':197 'voic':167 'wasn':395 'weather':86 'work':215,268 'worship':181 'would':454"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695906060
  +visibility: "visible             "
  +apId: "https://feddit.ch/post/1306063"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695819660 {#2834
    date: 2023-09-27 15:01:00.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
51 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2377
  +user: Proxies\__CG__\App\Entity\User {#2757 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
  +image: Proxies\__CG__\App\Entity\Image {#3039 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3056 …}
  +slug: "Texas-church-defies-government-crackdown-by-blessing-drag-queens"
  +title: "Texas church defies government crackdown by blessing drag queens"
  +url: "https://www.lgbtqnation.com/2023/09/texas-church-defies-government-crackdown-by-blessing-drag-queens/"
  +body: """
    The Cathedral of Hope — an LGBTQ±affirming United Church of Christ in Dallas, Texas — has made a concerted effort to defend the queer community from “persecution,” as the state government targets drag queens and transgender people.\n
    \n
    The church recently held a service where they blessed drag queens and pledged to “stand for justice, proclaim love, and protect the rights of all people.”\n
    \n
    While about three dozen protestors stood outside of the church hurling slurs and threats, approximately 850 people attended the service.\n
    \n
    “Anyone check the weather today?!” one protester screamed. “’Cause it might rain fire and brimstone on this church and burn every homo inside!”\n
    \n
    But for the ugliness on display outside, the congregation filled the building with love and “radical inclusivity.”\n
    \n
    “We recognize that all people are made in the loving image of God, no matter who they are, how they dress, express themselves, or who they love,” the pastor intoned during the service. “We celebrate this divine diversity and commit to lifting up the voices of the LGBTQ+ community and creating spaces where everyone can thrive.”\n
    \n
    As one worship leader noted as the pastor gave communion, “Drag queens are often targets of hate and violence.” The Sisters of Perpetual Indulgence, in particular, were singled out for particular honor due to their lifesaving work during the AIDS epidemic.\n
    \n
    “These Sisters were at the bedsides of men dying of AIDS,” Rev. Dr. Neil G. Thomas said. “They bring humor, they bring activism, they provide and bring a level of spirituality that many of us have had taken away from us. Despite the humor, they take their spiritual work very seriously.”\n
    \n
    The service was a response to recently passed legislation meant to make a drag a crime. The law, passed by Republicans, has been challenged in court by civil rights groups and blocked repeatedly by federal courts.\n
    \n
    The law punishes drag performers and venues with a $10,000 fine if they allow a minor to see a “sexually explicit” performance. Such a performance is defined as one in which “a male performer [is] exhibiting as a female, or a female performer exhibiting as a male, who uses clothing, makeup, or other similar physical markers and who sings, lip syncs, dances, or otherwise performs before an audience.”\n
    \n
    Lawyers from the Texas Attorney General’s office argued that because the law didn’t specifically mention drag, it wasn’t discriminatory to drag performances. However, in June, Gov. Greg Abbott ® shared a story about the law’s passage that contained the headline, “Texas Governor Signs Law Banning Drag Performances in Public,” and added the comment, “That’s right.” Many state politicians who supported the law also publicly stated that it was meant to target drag, specifically.\n
    \n
    But would the law apply to churches? That’s unclear.\n
    \n
    “My kid was here,” the lead pastor said. “I don’t have the right to choose to bring my kid to church when there are drag queens?”
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 101
  +favouriteCount: 718
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696166183 {#2264
    date: 2023-10-01 15:16:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3055 …}
  +votes: Doctrine\ORM\PersistentCollection {#3053 …}
  +reports: Doctrine\ORM\PersistentCollection {#3050 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3084 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3080 …}
  +badges: Doctrine\ORM\PersistentCollection {#3097 …}
  +children: [
    9 => App\Entity\EntryComment {#2036
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
      +body: """
        Yes and they are hypocrites.\n
        \n
        It’s amazing the mental gymnastics Christians will do to justify their hateful beliefs.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1695899761 {#2035
        date: 2023-09-28 13:16:01.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCool@feddit.ch"
        "@qooqie@lemmy.world"
        "@eestileib@sh.itjust.works"
        "@Bunnylux@lemmy.world"
        "@CaptFeather@lemm.ee"
        "@prole@sh.itjust.works"
        "@jpeps@lemmy.world"
      ]
      +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: 29975
      -bodyTs: "'amaz':8 'belief':19 'christian':12 'gymnast':11 'hate':18 'hypocrit':5 'justifi':16 'mental':10 'yes':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/3724621"
      +editedAt: null
      +createdAt: DateTimeImmutable @1695899761 {#2031
        date: 2023-09-28 13:16:01.0 +02:00
      }
      +"title": 29975
    }
    10 => App\Entity\EntryComment {#2077
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
      +body: "It’s pretty close to the beginning, which is kind of telling… maybe try actually reading your holy book. You may be surprised what you find."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1695899854 {#2062
        date: 2023-09-28 13:17:34.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCool@feddit.ch"
        "@qooqie@lemmy.world"
        "@eestileib@sh.itjust.works"
        "@Bunnylux@lemmy.world"
        "@CaptFeather@lemm.ee"
        "@prole@sh.itjust.works"
        "@andyburke@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: 29976
      -bodyTs: "'actual':15 'begin':7 'book':19 'close':4 'find':26 'holi':18 'kind':10 'may':21 'mayb':13 'pretti':3 'read':16 'surpris':23 'tell':12 'tri':14"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/3724660"
      +editedAt: null
      +createdAt: DateTimeImmutable @1695899854 {#2081
        date: 2023-09-28 13:17:34.0 +02:00
      }
      +"title": 29976
    }
    7 => App\Entity\EntryComment {#1384
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
      +body: """
        If you don’t believe that Jesus died and rose again for your sins, then you’re not a Christian by definition.\n
        \n
        Also, those are not “obscure” stories. They’re the basis of all Abrahamic religions, including Christianity. In fact, the only reason there even is a NT is because they wanted to write about the “prophecies” from the OT “coming true.” You can’t have one without the other.\n
        \n
        And, once again, Jesus is God. God did really fucked up things in the old testament, that means Jesus did really fucked up things. In the NT he supported those fucked up things that he did, and his existence itself is allegedly a fulfillment of OT prophecy. That’s why they killed him! Assuming he ever existed in the first place.\n
        \n
        Not trying to be a dick, but as someone who was raised in an evangelical church, I know the Bible inside and out. People who pick and choose, or pretend they can be Christian and still think being gay is ok, piss me off because it’s a direct contradiction of what you claim to believe.\n
        \n
        People like you legitimize a barbaric religion that is (once again) destroying the fabric of our society. Be honest with yourself and come to terms with the fact that your religion condones slavery, and killing people for being homosexual.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1695846077 {#2394
        date: 2023-09-27 22:21:17.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCool@feddit.ch"
        "@qooqie@lemmy.world"
        "@prole@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1383 …}
      +nested: Doctrine\ORM\PersistentCollection {#1405 …}
      +votes: Doctrine\ORM\PersistentCollection {#1382 …}
      +reports: Doctrine\ORM\PersistentCollection {#1404 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
      -id: 29919
      -bodyTs: "'abraham':35 'alleg':112 'also':23 'assum':124 'barbar':193 'basi':32 'believ':5,187 'bibl':151 'choos':159 'christian':20,38,165 'church':147 'claim':185 'come':61,210 'condon':219 'contradict':181 'definit':22 'destroy':199 'dick':137 'die':8 'direct':180 'evangel':146 'even':45 'ever':126 'exist':109,127 'fabric':201 'fact':40,215 'first':130 'fuck':80,92,101 'fulfil':114 'gay':170 'god':76,77 'homosexu':226 'honest':206 'includ':37 'insid':152 'jesus':7,74,89 'kill':122,222 'know':149 'legitim':191 'like':189 'mean':88 'nt':48,97 'obscur':27 'ok':172 'old':85 'one':67 'ot':60,116 'peopl':155,188,223 'pick':157 'piss':173 'place':131 'pretend':161 'propheci':57,117 'rais':143 're':17,30 'realli':79,91 'reason':43 'religion':36,194,218 'rose':10 'sin':14 'slaveri':220 'societi':204 'someon':140 'still':167 'stori':28 'support':99 'term':212 'testament':86 'thing':82,94,103 'think':168 'tri':133 'true':62 'want':52 'without':68 'write':54"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/3706874"
      +editedAt: DateTimeImmutable @1695846183 {#2395
        date: 2023-09-27 22:23:03.0 +02:00
      }
      +createdAt: DateTimeImmutable @1695846077 {#2393
        date: 2023-09-27 22:21:17.0 +02:00
      }
      +"title": 29919
    }
    8 => App\Entity\EntryComment {#2026
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
      +body: """
        You need to look again, because it absolutely does. Or do you think, “if a man lies with another man,” was just talking about best buds sleeping in the same bed.\n
        \n
        **edit:** I guess people are too lazy to look themselves for something that’s already common knowledge…\n
        \n
        But it’s Leviticus 20:13.\n
        \n
        > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1695846676 {#2023
        date: 2023-09-27 22:31:16.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCool@feddit.ch"
        "@qooqie@lemmy.world"
        "@eestileib@sh.itjust.works"
        "@Bunnylux@lemmy.world"
        "@CaptFeather@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2022 …}
      +nested: Doctrine\ORM\PersistentCollection {#2025 …}
      +votes: Doctrine\ORM\PersistentCollection {#2033 …}
      +reports: Doctrine\ORM\PersistentCollection {#2028 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2012 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2013 …}
      -id: 29924
      -bodyTs: "'13':54 '20':53 'abomin':70 'absolut':8 'alreadi':46 'anoth':19 'bed':31 'best':25 'blood':79 'bud':26 'commit':69 'common':47 'death':77 'edit':32 'guess':34 'knowledg':48 'lazi':38 'leviticus':52 'lie':17,59 'look':4,40 'man':16,20,58 'mankind':61 'need':2 'peopl':35 'put':75 'shall':72,80 'sleep':27 'someth':43 'sure':73 'talk':23 'think':13 'upon':82 'womankind':64"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/3707120"
      +editedAt: DateTimeImmutable @1695913492 {#2030
        date: 2023-09-28 17:04:52.0 +02:00
      }
      +createdAt: DateTimeImmutable @1695846676 {#2032
        date: 2023-09-27 22:31:16.0 +02:00
      }
      +"title": 29924
    }
    5 => App\Entity\EntryComment {#1909
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1708 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
      +body: """
        Ok, just pointing out that your beliefs are not consistent with your holy book.\n
        \n
        By what criteria are you able to justify ignoring parts of the book and not others? Is it not the inerrant word of God? Didn’t Jesus say that he didn’t come to abolish the law, but to fulfill it? He made it very clear that you can’t just throw away the OT.\n
        \n
        You seem to have good values, just don’t see the reason any kind of unscientific claims about the supernatural need to be a part of it. Just unnecessary baggage.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 20
      +score: 0
      +lastActive: DateTime @1695840894 {#1910
        date: 2023-09-27 20:54:54.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCool@feddit.ch"
        "@qooqie@lemmy.world"
        "@prole@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1926 …}
      +nested: Doctrine\ORM\PersistentCollection {#1874 …}
      +votes: Doctrine\ORM\PersistentCollection {#1908 …}
      +reports: Doctrine\ORM\PersistentCollection {#1883 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2387 …}
      -id: 29907
      -bodyTs: "'abl':20 'abolish':49 'away':67 'baggag':99 'belief':7 'book':14,27 'claim':86 'clear':60 'come':47 'consist':10 'criteria':17 'didn':39,45 'fulfil':54 'god':38 'good':74 'holi':13 'ignor':23 'inerr':35 'jesus':41 'justifi':22 'kind':83 'law':51 'made':57 'need':90 'ok':1 'ot':69 'other':30 'part':24,94 'point':3 'reason':81 'say':42 'see':79 'seem':71 'supernatur':89 'throw':66 'unnecessari':98 'unscientif':85 'valu':75 'word':36"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/3704378"
      +editedAt: null
      +createdAt: DateTimeImmutable @1695840894 {#1906
        date: 2023-09-27 20:54:54.0 +02:00
      }
      +"title": 29907
    }
    6 => App\Entity\EntryComment {#2135
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2136 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
      +body: "I’m well aware of the apologetics. Whatever mental gymnastics you have to do, friend. Maybe one day you’ll be free of the constant cognitive dissonance. It’s a huge relief."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1695905918 {#2159
        date: 2023-09-28 14:58:38.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCool@feddit.ch"
        "@qooqie@lemmy.world"
        "@eestileib@sh.itjust.works"
        "@Bunnylux@lemmy.world"
        "@CaptFeather@lemm.ee"
        "@prole@sh.itjust.works"
        "@jpeps@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2137 …}
      +nested: Doctrine\ORM\PersistentCollection {#2068 …}
      +votes: Doctrine\ORM\PersistentCollection {#2069 …}
      +reports: Doctrine\ORM\PersistentCollection {#2074 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2071 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2070 …}
      -id: 29991
      -bodyTs: "'apologet':7 'awar':4 'cognit':26 'constant':25 'day':18 'disson':27 'free':22 'friend':15 'gymnast':10 'huge':31 'll':20 'm':2 'mayb':16 'mental':9 'one':17 'relief':32 'well':3 'whatev':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/3727709"
      +editedAt: null
      +createdAt: DateTimeImmutable @1695905918 {#2143
        date: 2023-09-28 14:58:38.0 +02:00
      }
      +"title": 29991
    }
    4 => App\Entity\EntryComment {#2333
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2323 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
      +body: "Leviticus 20:13 is very clear. What makes you think you can just ignore that part?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1695903764 {#2327
        date: 2023-09-28 14:22:44.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCool@feddit.ch"
        "@qooqie@lemmy.world"
        "@eestileib@sh.itjust.works"
        "@Bunnylux@lemmy.world"
        "@CaptFeather@lemm.ee"
        "@prole@sh.itjust.works"
        "@jpeps@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2324 …}
      +nested: Doctrine\ORM\PersistentCollection {#2334 …}
      +votes: Doctrine\ORM\PersistentCollection {#2341 …}
      +reports: Doctrine\ORM\PersistentCollection {#2337 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2336 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2339 …}
      -id: 29987
      -bodyTs: "'13':3 '20':2 'clear':6 'ignor':14 'leviticus':1 'make':8 'part':16 'think':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/3726695"
      +editedAt: null
      +createdAt: DateTimeImmutable @1695903764 {#2329
        date: 2023-09-28 14:22:44.0 +02:00
      }
      +"title": 29987
    }
    3 => App\Entity\EntryComment {#2056
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
      +body: """
        What was hateful about what I said?\n
        \n
        We’ve got Christians on the verge of genocide in the name of your God, but I’m “hateful” for pointing out that they’re just following their holy book?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1695913394 {#2048
        date: 2023-09-28 17:03:14.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCool@feddit.ch"
        "@qooqie@lemmy.world"
        "@eestileib@sh.itjust.works"
        "@Bunnylux@lemmy.world"
        "@CaptFeather@lemm.ee"
        "@prole@sh.itjust.works"
        "@jpeps@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2046 …}
      +nested: Doctrine\ORM\PersistentCollection {#2045 …}
      +votes: Doctrine\ORM\PersistentCollection {#2050 …}
      +reports: Doctrine\ORM\PersistentCollection {#2052 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
      -id: 29994
      -bodyTs: "'book':37 'christian':11 'follow':34 'genocid':16 'god':22 'got':10 'hate':3,26 'holi':36 'm':25 'name':19 'point':28 're':32 'said':7 've':9 'verg':14"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/3731992"
      +editedAt: null
      +createdAt: DateTimeImmutable @1695913394 {#2051
        date: 2023-09-28 17:03:14.0 +02:00
      }
      +"title": 29994
    }
    2 => App\Entity\EntryComment {#2370
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
      +body: """
        The Bible contains quite a bit of hating others… God is a real piece of shit in the old testament. What did Job do to deserve what he got? Why did he tell Abraham to kill his own son for a goof? The book literally justifies slavery.\n
        \n
        According to the book, Jesus is God, so…
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 27
      +score: 0
      +lastActive: DateTime @1695838397 {#2471
        date: 2023-09-27 20:13:17.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCool@feddit.ch"
        "@qooqie@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2361 …}
      +nested: Doctrine\ORM\PersistentCollection {#2372 …}
      +votes: Doctrine\ORM\PersistentCollection {#2386 …}
      +reports: Doctrine\ORM\PersistentCollection {#2385 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
      -id: 29898
      -bodyTs: "'abraham':34 'accord':48 'bibl':2 'bit':6 'book':44,51 'contain':3 'deserv':26 'god':10,54 'goof':42 'got':29 'hate':8 'jesus':52 'job':23 'justifi':46 'kill':36 'liter':45 'old':19 'other':9 'piec':14 'quit':4 'real':13 'shit':16 'slaveri':47 'son':39 'tell':33 'testament':20"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/3703429"
      +editedAt: DateTimeImmutable @1695838464 {#2371
        date: 2023-09-27 20:14:24.0 +02:00
      }
      +createdAt: DateTimeImmutable @1695838397 {#2363
        date: 2023-09-27 20:13:17.0 +02:00
      }
      +"title": 29898
    }
    1 => App\Entity\EntryComment {#2344
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
      +body: """
        In case you didn’t see the other replies, Leviticus 20:13:\n
        \n
        > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.\n
        \n
        Seems pretty black and white to me.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1695902427 {#2347
        date: 2023-09-28 14:00:27.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCool@feddit.ch"
        "@qooqie@lemmy.world"
        "@eestileib@sh.itjust.works"
        "@Bunnylux@lemmy.world"
        "@CaptFeather@lemm.ee"
        "@prole@sh.itjust.works"
        "@andyburke@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2349 …}
      +nested: Doctrine\ORM\PersistentCollection {#2141 …}
      +votes: Doctrine\ORM\PersistentCollection {#2164 …}
      +reports: Doctrine\ORM\PersistentCollection {#2314 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2191 …}
      -id: 29982
      -bodyTs: "'13':12 '20':11 'abomin':28 'black':44 'blood':37 'case':2 'commit':27 'death':35 'didn':4 'leviticus':10 'lie':17 'man':16 'mankind':19 'pretti':43 'put':33 'repli':9 'see':6 'seem':42 'shall':30,38 'sure':31 'upon':40 'white':46 'womankind':22"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/3726243"
      +editedAt: null
      +createdAt: DateTimeImmutable @1695902427 {#2332
        date: 2023-09-28 14:00:27.0 +02:00
      }
      +"title": 29982
    }
    0 => App\Entity\EntryComment {#2140
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
      +body: """
        How is that contradictory? I didn’t say all Christians are hypocrites, just the ones that pick and choose what verses are convenient for them. Westboro Baptist seems to adhere pretty closely.\n
        \n
        Christianity itself is a hateful ideology. Many people pick some of those hateful things when they walk past on the buffett line. Those people are both hateful and hypocritical.\n
        \n
        I’m saying to either do it the way it says you have to do it, or stop wasting your time.\n
        \n
        After all, God did say not to be lukewarm Christians, and if you are, he will *“spew you from his mouth”*
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1695902289 {#2094
        date: 2023-09-28 13:58:09.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCool@feddit.ch"
        "@qooqie@lemmy.world"
        "@eestileib@sh.itjust.works"
        "@Bunnylux@lemmy.world"
        "@CaptFeather@lemm.ee"
        "@prole@sh.itjust.works"
        "@jpeps@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2133 …}
      +nested: Doctrine\ORM\PersistentCollection {#2131 …}
      +votes: Doctrine\ORM\PersistentCollection {#2138 …}
      +reports: Doctrine\ORM\PersistentCollection {#2345 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2330 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2346 …}
      -id: 29981
      -bodyTs: "'adher':30 'baptist':27 'buffett':53 'choos':19 'christian':10,33,92 'close':32 'contradictori':4 'conveni':23 'didn':6 'either':66 'god':85 'hate':37,45,59 'hypocrit':12,61 'ideolog':38 'line':54 'lukewarm':91 'm':63 'mani':39 'mouth':103 'one':15 'past':50 'peopl':40,56 'pick':17,41 'pretti':31 'say':8,64,72,87 'seem':28 'spew':99 'stop':79 'thing':46 'time':82 'vers':21 'walk':49 'wast':80 'way':70 'westboro':26"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/3726207"
      +editedAt: null
      +createdAt: DateTimeImmutable @1695902289 {#2241
        date: 2023-09-28 13:58:09.0 +02:00
      }
      +"title": 29981
    }
  ]
  -id: 2351
  -titleTs: "'bless':7 'church':2 'crackdown':5 'defi':3 'drag':8 'govern':4 'queen':9 'texa':1"
  -bodyTs: "'000':317 '10':316 '850':78 'abbott':406 'activ':242 'ad':429 'affirm':7 'aid':218,230 'allow':321 'also':442 'anyon':83 'appli':457 'approxim':77 'argu':384 'attend':80 'attorney':380 'audienc':375 'away':258 'ban':423 'bedsid':225 'bless':45 'block':302 'brimston':97 'bring':238,241,246,480 'build':117 'burn':102 'cathedr':2 'caus':91 'celebr':157 'challeng':294 'check':84 'choos':478 'christ':11 'church':9,38,72,100,459,484 'civil':298 'cloth':357 'comment':431 'commit':162 'communion':188 'communiti':24,171 'concert':18 'congreg':114 'contain':416 'court':296,306 'creat':173 'crime':286 'dalla':13 'danc':369 'defend':21 'defin':334 'despit':261 'didn':389 'die':228 'discriminatori':397 'display':111 'divers':160 'divin':159 'dozen':66 'dr':232 'drag':32,46,189,284,310,393,399,424,451,488 'dress':143 'due':211 'effort':19 'epidem':219 'everi':103 'everyon':176 'exhibit':343,351 'explicit':328 'express':144 'feder':305 'femal':346,349 'fill':115 'fine':318 'fire':95 'g':234 'gave':187 'general':381 'god':135 'gov':404 'govern':30 'governor':420 'greg':405 'group':300 'hate':195 'headlin':418 'held':40 'homo':104 'honor':210 'hope':4 'howev':401 'humor':239,263 'hurl':73 'imag':133 'inclus':122 'indulg':202 'insid':105 'inton':152 'june':403 'justic':53 'kid':464,482 'law':288,308,388,412,422,441,456 'lawyer':376 'lead':468 'leader':182 'legisl':279 'level':248 'lgbtq':6,170 'lifesav':214 'lift':164 'lip':367 'love':55,119,132,149 'made':16,129 'make':282 'makeup':358 'male':340,354 'mani':252,435 'marker':363 'matter':137 'meant':280,448 'men':227 'mention':392 'might':93 'minor':323 'neil':233 'note':183 'offic':383 'often':192 'one':88,180,336 'otherwis':371 'outsid':69,112 'particular':204,209 'pass':278,289 'passag':414 'pastor':151,186,469 'peopl':36,62,79,127 'perform':311,329,332,341,350,372,400,425 'perpetu':201 'persecut':26 'physic':362 'pledg':49 'politician':437 'proclaim':54 'protect':57 'protest':89 'protestor':67 'provid':244 'public':427,443 'punish':309 'queen':33,47,190,489 'queer':23 'radic':121 'rain':94 'recent':39,277 'recogn':124 'repeat':303 'republican':291 'respons':275 'rev':231 'right':59,299,434,476 'said':236,470 'scream':90 'see':325 'serious':270 'servic':42,82,155,272 'sexual':327 'share':407 'sign':421 'similar':361 'sing':366 'singl':206 'sister':199,221 'slur':74 'space':174 'specif':391,452 'spiritu':250,267 'stand':51 'state':29,436,444 'stood':68 'stori':409 'support':439 'sync':368 'take':265 'taken':257 'target':31,193,450 'texa':14,379,419 'thoma':235 'threat':76 'three':65 'thrive':178 'today':87 'transgend':35 'ugli':109 'unclear':462 'unit':8 'us':254,260 'use':356 'venu':313 'violenc':197 'voic':167 'wasn':395 'weather':86 'work':215,268 'worship':181 'would':454"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695906060
  +visibility: "visible             "
  +apId: "https://feddit.ch/post/1306063"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695819660 {#2834
    date: 2023-09-27 15:01:00.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
52 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2377
  +user: Proxies\__CG__\App\Entity\User {#2757 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
  +image: Proxies\__CG__\App\Entity\Image {#3039 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3056 …}
  +slug: "Texas-church-defies-government-crackdown-by-blessing-drag-queens"
  +title: "Texas church defies government crackdown by blessing drag queens"
  +url: "https://www.lgbtqnation.com/2023/09/texas-church-defies-government-crackdown-by-blessing-drag-queens/"
  +body: """
    The Cathedral of Hope — an LGBTQ±affirming United Church of Christ in Dallas, Texas — has made a concerted effort to defend the queer community from “persecution,” as the state government targets drag queens and transgender people.\n
    \n
    The church recently held a service where they blessed drag queens and pledged to “stand for justice, proclaim love, and protect the rights of all people.”\n
    \n
    While about three dozen protestors stood outside of the church hurling slurs and threats, approximately 850 people attended the service.\n
    \n
    “Anyone check the weather today?!” one protester screamed. “’Cause it might rain fire and brimstone on this church and burn every homo inside!”\n
    \n
    But for the ugliness on display outside, the congregation filled the building with love and “radical inclusivity.”\n
    \n
    “We recognize that all people are made in the loving image of God, no matter who they are, how they dress, express themselves, or who they love,” the pastor intoned during the service. “We celebrate this divine diversity and commit to lifting up the voices of the LGBTQ+ community and creating spaces where everyone can thrive.”\n
    \n
    As one worship leader noted as the pastor gave communion, “Drag queens are often targets of hate and violence.” The Sisters of Perpetual Indulgence, in particular, were singled out for particular honor due to their lifesaving work during the AIDS epidemic.\n
    \n
    “These Sisters were at the bedsides of men dying of AIDS,” Rev. Dr. Neil G. Thomas said. “They bring humor, they bring activism, they provide and bring a level of spirituality that many of us have had taken away from us. Despite the humor, they take their spiritual work very seriously.”\n
    \n
    The service was a response to recently passed legislation meant to make a drag a crime. The law, passed by Republicans, has been challenged in court by civil rights groups and blocked repeatedly by federal courts.\n
    \n
    The law punishes drag performers and venues with a $10,000 fine if they allow a minor to see a “sexually explicit” performance. Such a performance is defined as one in which “a male performer [is] exhibiting as a female, or a female performer exhibiting as a male, who uses clothing, makeup, or other similar physical markers and who sings, lip syncs, dances, or otherwise performs before an audience.”\n
    \n
    Lawyers from the Texas Attorney General’s office argued that because the law didn’t specifically mention drag, it wasn’t discriminatory to drag performances. However, in June, Gov. Greg Abbott ® shared a story about the law’s passage that contained the headline, “Texas Governor Signs Law Banning Drag Performances in Public,” and added the comment, “That’s right.” Many state politicians who supported the law also publicly stated that it was meant to target drag, specifically.\n
    \n
    But would the law apply to churches? That’s unclear.\n
    \n
    “My kid was here,” the lead pastor said. “I don’t have the right to choose to bring my kid to church when there are drag queens?”
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 101
  +favouriteCount: 718
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696166183 {#2264
    date: 2023-10-01 15:16:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3055 …}
  +votes: Doctrine\ORM\PersistentCollection {#3053 …}
  +reports: Doctrine\ORM\PersistentCollection {#3050 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3084 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3080 …}
  +badges: Doctrine\ORM\PersistentCollection {#3097 …}
  +children: [
    9 => App\Entity\EntryComment {#2036
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
      +body: """
        Yes and they are hypocrites.\n
        \n
        It’s amazing the mental gymnastics Christians will do to justify their hateful beliefs.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1695899761 {#2035
        date: 2023-09-28 13:16:01.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCool@feddit.ch"
        "@qooqie@lemmy.world"
        "@eestileib@sh.itjust.works"
        "@Bunnylux@lemmy.world"
        "@CaptFeather@lemm.ee"
        "@prole@sh.itjust.works"
        "@jpeps@lemmy.world"
      ]
      +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: 29975
      -bodyTs: "'amaz':8 'belief':19 'christian':12 'gymnast':11 'hate':18 'hypocrit':5 'justifi':16 'mental':10 'yes':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/3724621"
      +editedAt: null
      +createdAt: DateTimeImmutable @1695899761 {#2031
        date: 2023-09-28 13:16:01.0 +02:00
      }
      +"title": 29975
    }
    10 => App\Entity\EntryComment {#2077
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
      +body: "It’s pretty close to the beginning, which is kind of telling… maybe try actually reading your holy book. You may be surprised what you find."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1695899854 {#2062
        date: 2023-09-28 13:17:34.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCool@feddit.ch"
        "@qooqie@lemmy.world"
        "@eestileib@sh.itjust.works"
        "@Bunnylux@lemmy.world"
        "@CaptFeather@lemm.ee"
        "@prole@sh.itjust.works"
        "@andyburke@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: 29976
      -bodyTs: "'actual':15 'begin':7 'book':19 'close':4 'find':26 'holi':18 'kind':10 'may':21 'mayb':13 'pretti':3 'read':16 'surpris':23 'tell':12 'tri':14"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/3724660"
      +editedAt: null
      +createdAt: DateTimeImmutable @1695899854 {#2081
        date: 2023-09-28 13:17:34.0 +02:00
      }
      +"title": 29976
    }
    7 => App\Entity\EntryComment {#1384
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
      +body: """
        If you don’t believe that Jesus died and rose again for your sins, then you’re not a Christian by definition.\n
        \n
        Also, those are not “obscure” stories. They’re the basis of all Abrahamic religions, including Christianity. In fact, the only reason there even is a NT is because they wanted to write about the “prophecies” from the OT “coming true.” You can’t have one without the other.\n
        \n
        And, once again, Jesus is God. God did really fucked up things in the old testament, that means Jesus did really fucked up things. In the NT he supported those fucked up things that he did, and his existence itself is allegedly a fulfillment of OT prophecy. That’s why they killed him! Assuming he ever existed in the first place.\n
        \n
        Not trying to be a dick, but as someone who was raised in an evangelical church, I know the Bible inside and out. People who pick and choose, or pretend they can be Christian and still think being gay is ok, piss me off because it’s a direct contradiction of what you claim to believe.\n
        \n
        People like you legitimize a barbaric religion that is (once again) destroying the fabric of our society. Be honest with yourself and come to terms with the fact that your religion condones slavery, and killing people for being homosexual.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1695846077 {#2394
        date: 2023-09-27 22:21:17.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCool@feddit.ch"
        "@qooqie@lemmy.world"
        "@prole@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1383 …}
      +nested: Doctrine\ORM\PersistentCollection {#1405 …}
      +votes: Doctrine\ORM\PersistentCollection {#1382 …}
      +reports: Doctrine\ORM\PersistentCollection {#1404 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
      -id: 29919
      -bodyTs: "'abraham':35 'alleg':112 'also':23 'assum':124 'barbar':193 'basi':32 'believ':5,187 'bibl':151 'choos':159 'christian':20,38,165 'church':147 'claim':185 'come':61,210 'condon':219 'contradict':181 'definit':22 'destroy':199 'dick':137 'die':8 'direct':180 'evangel':146 'even':45 'ever':126 'exist':109,127 'fabric':201 'fact':40,215 'first':130 'fuck':80,92,101 'fulfil':114 'gay':170 'god':76,77 'homosexu':226 'honest':206 'includ':37 'insid':152 'jesus':7,74,89 'kill':122,222 'know':149 'legitim':191 'like':189 'mean':88 'nt':48,97 'obscur':27 'ok':172 'old':85 'one':67 'ot':60,116 'peopl':155,188,223 'pick':157 'piss':173 'place':131 'pretend':161 'propheci':57,117 'rais':143 're':17,30 'realli':79,91 'reason':43 'religion':36,194,218 'rose':10 'sin':14 'slaveri':220 'societi':204 'someon':140 'still':167 'stori':28 'support':99 'term':212 'testament':86 'thing':82,94,103 'think':168 'tri':133 'true':62 'want':52 'without':68 'write':54"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/3706874"
      +editedAt: DateTimeImmutable @1695846183 {#2395
        date: 2023-09-27 22:23:03.0 +02:00
      }
      +createdAt: DateTimeImmutable @1695846077 {#2393
        date: 2023-09-27 22:21:17.0 +02:00
      }
      +"title": 29919
    }
    8 => App\Entity\EntryComment {#2026
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
      +body: """
        You need to look again, because it absolutely does. Or do you think, “if a man lies with another man,” was just talking about best buds sleeping in the same bed.\n
        \n
        **edit:** I guess people are too lazy to look themselves for something that’s already common knowledge…\n
        \n
        But it’s Leviticus 20:13.\n
        \n
        > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1695846676 {#2023
        date: 2023-09-27 22:31:16.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCool@feddit.ch"
        "@qooqie@lemmy.world"
        "@eestileib@sh.itjust.works"
        "@Bunnylux@lemmy.world"
        "@CaptFeather@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2022 …}
      +nested: Doctrine\ORM\PersistentCollection {#2025 …}
      +votes: Doctrine\ORM\PersistentCollection {#2033 …}
      +reports: Doctrine\ORM\PersistentCollection {#2028 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2012 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2013 …}
      -id: 29924
      -bodyTs: "'13':54 '20':53 'abomin':70 'absolut':8 'alreadi':46 'anoth':19 'bed':31 'best':25 'blood':79 'bud':26 'commit':69 'common':47 'death':77 'edit':32 'guess':34 'knowledg':48 'lazi':38 'leviticus':52 'lie':17,59 'look':4,40 'man':16,20,58 'mankind':61 'need':2 'peopl':35 'put':75 'shall':72,80 'sleep':27 'someth':43 'sure':73 'talk':23 'think':13 'upon':82 'womankind':64"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/3707120"
      +editedAt: DateTimeImmutable @1695913492 {#2030
        date: 2023-09-28 17:04:52.0 +02:00
      }
      +createdAt: DateTimeImmutable @1695846676 {#2032
        date: 2023-09-27 22:31:16.0 +02:00
      }
      +"title": 29924
    }
    5 => App\Entity\EntryComment {#1909
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1708 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
      +body: """
        Ok, just pointing out that your beliefs are not consistent with your holy book.\n
        \n
        By what criteria are you able to justify ignoring parts of the book and not others? Is it not the inerrant word of God? Didn’t Jesus say that he didn’t come to abolish the law, but to fulfill it? He made it very clear that you can’t just throw away the OT.\n
        \n
        You seem to have good values, just don’t see the reason any kind of unscientific claims about the supernatural need to be a part of it. Just unnecessary baggage.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 20
      +score: 0
      +lastActive: DateTime @1695840894 {#1910
        date: 2023-09-27 20:54:54.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCool@feddit.ch"
        "@qooqie@lemmy.world"
        "@prole@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1926 …}
      +nested: Doctrine\ORM\PersistentCollection {#1874 …}
      +votes: Doctrine\ORM\PersistentCollection {#1908 …}
      +reports: Doctrine\ORM\PersistentCollection {#1883 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2387 …}
      -id: 29907
      -bodyTs: "'abl':20 'abolish':49 'away':67 'baggag':99 'belief':7 'book':14,27 'claim':86 'clear':60 'come':47 'consist':10 'criteria':17 'didn':39,45 'fulfil':54 'god':38 'good':74 'holi':13 'ignor':23 'inerr':35 'jesus':41 'justifi':22 'kind':83 'law':51 'made':57 'need':90 'ok':1 'ot':69 'other':30 'part':24,94 'point':3 'reason':81 'say':42 'see':79 'seem':71 'supernatur':89 'throw':66 'unnecessari':98 'unscientif':85 'valu':75 'word':36"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/3704378"
      +editedAt: null
      +createdAt: DateTimeImmutable @1695840894 {#1906
        date: 2023-09-27 20:54:54.0 +02:00
      }
      +"title": 29907
    }
    6 => App\Entity\EntryComment {#2135
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2136 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
      +body: "I’m well aware of the apologetics. Whatever mental gymnastics you have to do, friend. Maybe one day you’ll be free of the constant cognitive dissonance. It’s a huge relief."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1695905918 {#2159
        date: 2023-09-28 14:58:38.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCool@feddit.ch"
        "@qooqie@lemmy.world"
        "@eestileib@sh.itjust.works"
        "@Bunnylux@lemmy.world"
        "@CaptFeather@lemm.ee"
        "@prole@sh.itjust.works"
        "@jpeps@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2137 …}
      +nested: Doctrine\ORM\PersistentCollection {#2068 …}
      +votes: Doctrine\ORM\PersistentCollection {#2069 …}
      +reports: Doctrine\ORM\PersistentCollection {#2074 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2071 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2070 …}
      -id: 29991
      -bodyTs: "'apologet':7 'awar':4 'cognit':26 'constant':25 'day':18 'disson':27 'free':22 'friend':15 'gymnast':10 'huge':31 'll':20 'm':2 'mayb':16 'mental':9 'one':17 'relief':32 'well':3 'whatev':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/3727709"
      +editedAt: null
      +createdAt: DateTimeImmutable @1695905918 {#2143
        date: 2023-09-28 14:58:38.0 +02:00
      }
      +"title": 29991
    }
    4 => App\Entity\EntryComment {#2333
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2323 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
      +body: "Leviticus 20:13 is very clear. What makes you think you can just ignore that part?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1695903764 {#2327
        date: 2023-09-28 14:22:44.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCool@feddit.ch"
        "@qooqie@lemmy.world"
        "@eestileib@sh.itjust.works"
        "@Bunnylux@lemmy.world"
        "@CaptFeather@lemm.ee"
        "@prole@sh.itjust.works"
        "@jpeps@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2324 …}
      +nested: Doctrine\ORM\PersistentCollection {#2334 …}
      +votes: Doctrine\ORM\PersistentCollection {#2341 …}
      +reports: Doctrine\ORM\PersistentCollection {#2337 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2336 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2339 …}
      -id: 29987
      -bodyTs: "'13':3 '20':2 'clear':6 'ignor':14 'leviticus':1 'make':8 'part':16 'think':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/3726695"
      +editedAt: null
      +createdAt: DateTimeImmutable @1695903764 {#2329
        date: 2023-09-28 14:22:44.0 +02:00
      }
      +"title": 29987
    }
    3 => App\Entity\EntryComment {#2056
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
      +body: """
        What was hateful about what I said?\n
        \n
        We’ve got Christians on the verge of genocide in the name of your God, but I’m “hateful” for pointing out that they’re just following their holy book?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1695913394 {#2048
        date: 2023-09-28 17:03:14.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCool@feddit.ch"
        "@qooqie@lemmy.world"
        "@eestileib@sh.itjust.works"
        "@Bunnylux@lemmy.world"
        "@CaptFeather@lemm.ee"
        "@prole@sh.itjust.works"
        "@jpeps@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2046 …}
      +nested: Doctrine\ORM\PersistentCollection {#2045 …}
      +votes: Doctrine\ORM\PersistentCollection {#2050 …}
      +reports: Doctrine\ORM\PersistentCollection {#2052 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
      -id: 29994
      -bodyTs: "'book':37 'christian':11 'follow':34 'genocid':16 'god':22 'got':10 'hate':3,26 'holi':36 'm':25 'name':19 'point':28 're':32 'said':7 've':9 'verg':14"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/3731992"
      +editedAt: null
      +createdAt: DateTimeImmutable @1695913394 {#2051
        date: 2023-09-28 17:03:14.0 +02:00
      }
      +"title": 29994
    }
    2 => App\Entity\EntryComment {#2370
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
      +body: """
        The Bible contains quite a bit of hating others… God is a real piece of shit in the old testament. What did Job do to deserve what he got? Why did he tell Abraham to kill his own son for a goof? The book literally justifies slavery.\n
        \n
        According to the book, Jesus is God, so…
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 27
      +score: 0
      +lastActive: DateTime @1695838397 {#2471
        date: 2023-09-27 20:13:17.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCool@feddit.ch"
        "@qooqie@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2361 …}
      +nested: Doctrine\ORM\PersistentCollection {#2372 …}
      +votes: Doctrine\ORM\PersistentCollection {#2386 …}
      +reports: Doctrine\ORM\PersistentCollection {#2385 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
      -id: 29898
      -bodyTs: "'abraham':34 'accord':48 'bibl':2 'bit':6 'book':44,51 'contain':3 'deserv':26 'god':10,54 'goof':42 'got':29 'hate':8 'jesus':52 'job':23 'justifi':46 'kill':36 'liter':45 'old':19 'other':9 'piec':14 'quit':4 'real':13 'shit':16 'slaveri':47 'son':39 'tell':33 'testament':20"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/3703429"
      +editedAt: DateTimeImmutable @1695838464 {#2371
        date: 2023-09-27 20:14:24.0 +02:00
      }
      +createdAt: DateTimeImmutable @1695838397 {#2363
        date: 2023-09-27 20:13:17.0 +02:00
      }
      +"title": 29898
    }
    1 => App\Entity\EntryComment {#2344
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
      +body: """
        In case you didn’t see the other replies, Leviticus 20:13:\n
        \n
        > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.\n
        \n
        Seems pretty black and white to me.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1695902427 {#2347
        date: 2023-09-28 14:00:27.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCool@feddit.ch"
        "@qooqie@lemmy.world"
        "@eestileib@sh.itjust.works"
        "@Bunnylux@lemmy.world"
        "@CaptFeather@lemm.ee"
        "@prole@sh.itjust.works"
        "@andyburke@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2349 …}
      +nested: Doctrine\ORM\PersistentCollection {#2141 …}
      +votes: Doctrine\ORM\PersistentCollection {#2164 …}
      +reports: Doctrine\ORM\PersistentCollection {#2314 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2191 …}
      -id: 29982
      -bodyTs: "'13':12 '20':11 'abomin':28 'black':44 'blood':37 'case':2 'commit':27 'death':35 'didn':4 'leviticus':10 'lie':17 'man':16 'mankind':19 'pretti':43 'put':33 'repli':9 'see':6 'seem':42 'shall':30,38 'sure':31 'upon':40 'white':46 'womankind':22"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/3726243"
      +editedAt: null
      +createdAt: DateTimeImmutable @1695902427 {#2332
        date: 2023-09-28 14:00:27.0 +02:00
      }
      +"title": 29982
    }
    0 => App\Entity\EntryComment {#2140
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
      +body: """
        How is that contradictory? I didn’t say all Christians are hypocrites, just the ones that pick and choose what verses are convenient for them. Westboro Baptist seems to adhere pretty closely.\n
        \n
        Christianity itself is a hateful ideology. Many people pick some of those hateful things when they walk past on the buffett line. Those people are both hateful and hypocritical.\n
        \n
        I’m saying to either do it the way it says you have to do it, or stop wasting your time.\n
        \n
        After all, God did say not to be lukewarm Christians, and if you are, he will *“spew you from his mouth”*
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1695902289 {#2094
        date: 2023-09-28 13:58:09.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCool@feddit.ch"
        "@qooqie@lemmy.world"
        "@eestileib@sh.itjust.works"
        "@Bunnylux@lemmy.world"
        "@CaptFeather@lemm.ee"
        "@prole@sh.itjust.works"
        "@jpeps@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2133 …}
      +nested: Doctrine\ORM\PersistentCollection {#2131 …}
      +votes: Doctrine\ORM\PersistentCollection {#2138 …}
      +reports: Doctrine\ORM\PersistentCollection {#2345 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2330 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2346 …}
      -id: 29981
      -bodyTs: "'adher':30 'baptist':27 'buffett':53 'choos':19 'christian':10,33,92 'close':32 'contradictori':4 'conveni':23 'didn':6 'either':66 'god':85 'hate':37,45,59 'hypocrit':12,61 'ideolog':38 'line':54 'lukewarm':91 'm':63 'mani':39 'mouth':103 'one':15 'past':50 'peopl':40,56 'pick':17,41 'pretti':31 'say':8,64,72,87 'seem':28 'spew':99 'stop':79 'thing':46 'time':82 'vers':21 'walk':49 'wast':80 'way':70 'westboro':26"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/3726207"
      +editedAt: null
      +createdAt: DateTimeImmutable @1695902289 {#2241
        date: 2023-09-28 13:58:09.0 +02:00
      }
      +"title": 29981
    }
  ]
  -id: 2351
  -titleTs: "'bless':7 'church':2 'crackdown':5 'defi':3 'drag':8 'govern':4 'queen':9 'texa':1"
  -bodyTs: "'000':317 '10':316 '850':78 'abbott':406 'activ':242 'ad':429 'affirm':7 'aid':218,230 'allow':321 'also':442 'anyon':83 'appli':457 'approxim':77 'argu':384 'attend':80 'attorney':380 'audienc':375 'away':258 'ban':423 'bedsid':225 'bless':45 'block':302 'brimston':97 'bring':238,241,246,480 'build':117 'burn':102 'cathedr':2 'caus':91 'celebr':157 'challeng':294 'check':84 'choos':478 'christ':11 'church':9,38,72,100,459,484 'civil':298 'cloth':357 'comment':431 'commit':162 'communion':188 'communiti':24,171 'concert':18 'congreg':114 'contain':416 'court':296,306 'creat':173 'crime':286 'dalla':13 'danc':369 'defend':21 'defin':334 'despit':261 'didn':389 'die':228 'discriminatori':397 'display':111 'divers':160 'divin':159 'dozen':66 'dr':232 'drag':32,46,189,284,310,393,399,424,451,488 'dress':143 'due':211 'effort':19 'epidem':219 'everi':103 'everyon':176 'exhibit':343,351 'explicit':328 'express':144 'feder':305 'femal':346,349 'fill':115 'fine':318 'fire':95 'g':234 'gave':187 'general':381 'god':135 'gov':404 'govern':30 'governor':420 'greg':405 'group':300 'hate':195 'headlin':418 'held':40 'homo':104 'honor':210 'hope':4 'howev':401 'humor':239,263 'hurl':73 'imag':133 'inclus':122 'indulg':202 'insid':105 'inton':152 'june':403 'justic':53 'kid':464,482 'law':288,308,388,412,422,441,456 'lawyer':376 'lead':468 'leader':182 'legisl':279 'level':248 'lgbtq':6,170 'lifesav':214 'lift':164 'lip':367 'love':55,119,132,149 'made':16,129 'make':282 'makeup':358 'male':340,354 'mani':252,435 'marker':363 'matter':137 'meant':280,448 'men':227 'mention':392 'might':93 'minor':323 'neil':233 'note':183 'offic':383 'often':192 'one':88,180,336 'otherwis':371 'outsid':69,112 'particular':204,209 'pass':278,289 'passag':414 'pastor':151,186,469 'peopl':36,62,79,127 'perform':311,329,332,341,350,372,400,425 'perpetu':201 'persecut':26 'physic':362 'pledg':49 'politician':437 'proclaim':54 'protect':57 'protest':89 'protestor':67 'provid':244 'public':427,443 'punish':309 'queen':33,47,190,489 'queer':23 'radic':121 'rain':94 'recent':39,277 'recogn':124 'repeat':303 'republican':291 'respons':275 'rev':231 'right':59,299,434,476 'said':236,470 'scream':90 'see':325 'serious':270 'servic':42,82,155,272 'sexual':327 'share':407 'sign':421 'similar':361 'sing':366 'singl':206 'sister':199,221 'slur':74 'space':174 'specif':391,452 'spiritu':250,267 'stand':51 'state':29,436,444 'stood':68 'stori':409 'support':439 'sync':368 'take':265 'taken':257 'target':31,193,450 'texa':14,379,419 'thoma':235 'threat':76 'three':65 'thrive':178 'today':87 'transgend':35 'ugli':109 'unclear':462 'unit':8 'us':254,260 'use':356 'venu':313 'violenc':197 'voic':167 'wasn':395 'weather':86 'work':215,268 'worship':181 'would':454"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695906060
  +visibility: "visible             "
  +apId: "https://feddit.ch/post/1306063"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695819660 {#2834
    date: 2023-09-27 15:01:00.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
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
App\Entity\EntryComment {#2036
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2377
    +user: Proxies\__CG__\App\Entity\User {#2757 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
    +image: Proxies\__CG__\App\Entity\Image {#3039 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3056 …}
    +slug: "Texas-church-defies-government-crackdown-by-blessing-drag-queens"
    +title: "Texas church defies government crackdown by blessing drag queens"
    +url: "https://www.lgbtqnation.com/2023/09/texas-church-defies-government-crackdown-by-blessing-drag-queens/"
    +body: """
      The Cathedral of Hope — an LGBTQ±affirming United Church of Christ in Dallas, Texas — has made a concerted effort to defend the queer community from “persecution,” as the state government targets drag queens and transgender people.\n
      \n
      The church recently held a service where they blessed drag queens and pledged to “stand for justice, proclaim love, and protect the rights of all people.”\n
      \n
      While about three dozen protestors stood outside of the church hurling slurs and threats, approximately 850 people attended the service.\n
      \n
      “Anyone check the weather today?!” one protester screamed. “’Cause it might rain fire and brimstone on this church and burn every homo inside!”\n
      \n
      But for the ugliness on display outside, the congregation filled the building with love and “radical inclusivity.”\n
      \n
      “We recognize that all people are made in the loving image of God, no matter who they are, how they dress, express themselves, or who they love,” the pastor intoned during the service. “We celebrate this divine diversity and commit to lifting up the voices of the LGBTQ+ community and creating spaces where everyone can thrive.”\n
      \n
      As one worship leader noted as the pastor gave communion, “Drag queens are often targets of hate and violence.” The Sisters of Perpetual Indulgence, in particular, were singled out for particular honor due to their lifesaving work during the AIDS epidemic.\n
      \n
      “These Sisters were at the bedsides of men dying of AIDS,” Rev. Dr. Neil G. Thomas said. “They bring humor, they bring activism, they provide and bring a level of spirituality that many of us have had taken away from us. Despite the humor, they take their spiritual work very seriously.”\n
      \n
      The service was a response to recently passed legislation meant to make a drag a crime. The law, passed by Republicans, has been challenged in court by civil rights groups and blocked repeatedly by federal courts.\n
      \n
      The law punishes drag performers and venues with a $10,000 fine if they allow a minor to see a “sexually explicit” performance. Such a performance is defined as one in which “a male performer [is] exhibiting as a female, or a female performer exhibiting as a male, who uses clothing, makeup, or other similar physical markers and who sings, lip syncs, dances, or otherwise performs before an audience.”\n
      \n
      Lawyers from the Texas Attorney General’s office argued that because the law didn’t specifically mention drag, it wasn’t discriminatory to drag performances. However, in June, Gov. Greg Abbott ® shared a story about the law’s passage that contained the headline, “Texas Governor Signs Law Banning Drag Performances in Public,” and added the comment, “That’s right.” Many state politicians who supported the law also publicly stated that it was meant to target drag, specifically.\n
      \n
      But would the law apply to churches? That’s unclear.\n
      \n
      “My kid was here,” the lead pastor said. “I don’t have the right to choose to bring my kid to church when there are drag queens?”
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 101
    +favouriteCount: 718
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696166183 {#2264
      date: 2023-10-01 15:16:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3055 …}
    +votes: Doctrine\ORM\PersistentCollection {#3053 …}
    +reports: Doctrine\ORM\PersistentCollection {#3050 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3084 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3080 …}
    +badges: Doctrine\ORM\PersistentCollection {#3097 …}
    +children: [
      9 => App\Entity\EntryComment {#2036}
      10 => App\Entity\EntryComment {#2077
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "It’s pretty close to the beginning, which is kind of telling… maybe try actually reading your holy book. You may be surprised what you find."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1695899854 {#2062
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@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: 29976
        -bodyTs: "'actual':15 'begin':7 'book':19 'close':4 'find':26 'holi':18 'kind':10 'may':21 'mayb':13 'pretti':3 'read':16 'surpris':23 'tell':12 'tri':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724660"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899854 {#2081
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +"title": 29976
      }
      7 => App\Entity\EntryComment {#1384
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          If you don’t believe that Jesus died and rose again for your sins, then you’re not a Christian by definition.\n
          \n
          Also, those are not “obscure” stories. They’re the basis of all Abrahamic religions, including Christianity. In fact, the only reason there even is a NT is because they wanted to write about the “prophecies” from the OT “coming true.” You can’t have one without the other.\n
          \n
          And, once again, Jesus is God. God did really fucked up things in the old testament, that means Jesus did really fucked up things. In the NT he supported those fucked up things that he did, and his existence itself is allegedly a fulfillment of OT prophecy. That’s why they killed him! Assuming he ever existed in the first place.\n
          \n
          Not trying to be a dick, but as someone who was raised in an evangelical church, I know the Bible inside and out. People who pick and choose, or pretend they can be Christian and still think being gay is ok, piss me off because it’s a direct contradiction of what you claim to believe.\n
          \n
          People like you legitimize a barbaric religion that is (once again) destroying the fabric of our society. Be honest with yourself and come to terms with the fact that your religion condones slavery, and killing people for being homosexual.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1695846077 {#2394
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1383 …}
        +nested: Doctrine\ORM\PersistentCollection {#1405 …}
        +votes: Doctrine\ORM\PersistentCollection {#1382 …}
        +reports: Doctrine\ORM\PersistentCollection {#1404 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
        -id: 29919
        -bodyTs: "'abraham':35 'alleg':112 'also':23 'assum':124 'barbar':193 'basi':32 'believ':5,187 'bibl':151 'choos':159 'christian':20,38,165 'church':147 'claim':185 'come':61,210 'condon':219 'contradict':181 'definit':22 'destroy':199 'dick':137 'die':8 'direct':180 'evangel':146 'even':45 'ever':126 'exist':109,127 'fabric':201 'fact':40,215 'first':130 'fuck':80,92,101 'fulfil':114 'gay':170 'god':76,77 'homosexu':226 'honest':206 'includ':37 'insid':152 'jesus':7,74,89 'kill':122,222 'know':149 'legitim':191 'like':189 'mean':88 'nt':48,97 'obscur':27 'ok':172 'old':85 'one':67 'ot':60,116 'peopl':155,188,223 'pick':157 'piss':173 'place':131 'pretend':161 'propheci':57,117 'rais':143 're':17,30 'realli':79,91 'reason':43 'religion':36,194,218 'rose':10 'sin':14 'slaveri':220 'societi':204 'someon':140 'still':167 'stori':28 'support':99 'term':212 'testament':86 'thing':82,94,103 'think':168 'tri':133 'true':62 'want':52 'without':68 'write':54"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3706874"
        +editedAt: DateTimeImmutable @1695846183 {#2395
          date: 2023-09-27 22:23:03.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846077 {#2393
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +"title": 29919
      }
      8 => App\Entity\EntryComment {#2026
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          You need to look again, because it absolutely does. Or do you think, “if a man lies with another man,” was just talking about best buds sleeping in the same bed.\n
          \n
          **edit:** I guess people are too lazy to look themselves for something that’s already common knowledge…\n
          \n
          But it’s Leviticus 20:13.\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1695846676 {#2023
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2022 …}
        +nested: Doctrine\ORM\PersistentCollection {#2025 …}
        +votes: Doctrine\ORM\PersistentCollection {#2033 …}
        +reports: Doctrine\ORM\PersistentCollection {#2028 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2012 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2013 …}
        -id: 29924
        -bodyTs: "'13':54 '20':53 'abomin':70 'absolut':8 'alreadi':46 'anoth':19 'bed':31 'best':25 'blood':79 'bud':26 'commit':69 'common':47 'death':77 'edit':32 'guess':34 'knowledg':48 'lazi':38 'leviticus':52 'lie':17,59 'look':4,40 'man':16,20,58 'mankind':61 'need':2 'peopl':35 'put':75 'shall':72,80 'sleep':27 'someth':43 'sure':73 'talk':23 'think':13 'upon':82 'womankind':64"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3707120"
        +editedAt: DateTimeImmutable @1695913492 {#2030
          date: 2023-09-28 17:04:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846676 {#2032
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +"title": 29924
      }
      5 => App\Entity\EntryComment {#1909
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1708 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Ok, just pointing out that your beliefs are not consistent with your holy book.\n
          \n
          By what criteria are you able to justify ignoring parts of the book and not others? Is it not the inerrant word of God? Didn’t Jesus say that he didn’t come to abolish the law, but to fulfill it? He made it very clear that you can’t just throw away the OT.\n
          \n
          You seem to have good values, just don’t see the reason any kind of unscientific claims about the supernatural need to be a part of it. Just unnecessary baggage.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 20
        +score: 0
        +lastActive: DateTime @1695840894 {#1910
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1926 …}
        +nested: Doctrine\ORM\PersistentCollection {#1874 …}
        +votes: Doctrine\ORM\PersistentCollection {#1908 …}
        +reports: Doctrine\ORM\PersistentCollection {#1883 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2387 …}
        -id: 29907
        -bodyTs: "'abl':20 'abolish':49 'away':67 'baggag':99 'belief':7 'book':14,27 'claim':86 'clear':60 'come':47 'consist':10 'criteria':17 'didn':39,45 'fulfil':54 'god':38 'good':74 'holi':13 'ignor':23 'inerr':35 'jesus':41 'justifi':22 'kind':83 'law':51 'made':57 'need':90 'ok':1 'ot':69 'other':30 'part':24,94 'point':3 'reason':81 'say':42 'see':79 'seem':71 'supernatur':89 'throw':66 'unnecessari':98 'unscientif':85 'valu':75 'word':36"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3704378"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695840894 {#1906
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +"title": 29907
      }
      6 => App\Entity\EntryComment {#2135
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2136 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "I’m well aware of the apologetics. Whatever mental gymnastics you have to do, friend. Maybe one day you’ll be free of the constant cognitive dissonance. It’s a huge relief."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695905918 {#2159
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2137 …}
        +nested: Doctrine\ORM\PersistentCollection {#2068 …}
        +votes: Doctrine\ORM\PersistentCollection {#2069 …}
        +reports: Doctrine\ORM\PersistentCollection {#2074 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2071 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2070 …}
        -id: 29991
        -bodyTs: "'apologet':7 'awar':4 'cognit':26 'constant':25 'day':18 'disson':27 'free':22 'friend':15 'gymnast':10 'huge':31 'll':20 'm':2 'mayb':16 'mental':9 'one':17 'relief':32 'well':3 'whatev':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3727709"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695905918 {#2143
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +"title": 29991
      }
      4 => App\Entity\EntryComment {#2333
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2323 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "Leviticus 20:13 is very clear. What makes you think you can just ignore that part?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695903764 {#2327
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2324 …}
        +nested: Doctrine\ORM\PersistentCollection {#2334 …}
        +votes: Doctrine\ORM\PersistentCollection {#2341 …}
        +reports: Doctrine\ORM\PersistentCollection {#2337 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2336 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2339 …}
        -id: 29987
        -bodyTs: "'13':3 '20':2 'clear':6 'ignor':14 'leviticus':1 'make':8 'part':16 'think':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726695"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695903764 {#2329
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +"title": 29987
      }
      3 => App\Entity\EntryComment {#2056
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          What was hateful about what I said?\n
          \n
          We’ve got Christians on the verge of genocide in the name of your God, but I’m “hateful” for pointing out that they’re just following their holy book?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695913394 {#2048
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2046 …}
        +nested: Doctrine\ORM\PersistentCollection {#2045 …}
        +votes: Doctrine\ORM\PersistentCollection {#2050 …}
        +reports: Doctrine\ORM\PersistentCollection {#2052 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
        -id: 29994
        -bodyTs: "'book':37 'christian':11 'follow':34 'genocid':16 'god':22 'got':10 'hate':3,26 'holi':36 'm':25 'name':19 'point':28 're':32 'said':7 've':9 'verg':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3731992"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695913394 {#2051
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +"title": 29994
      }
      2 => App\Entity\EntryComment {#2370
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          The Bible contains quite a bit of hating others… God is a real piece of shit in the old testament. What did Job do to deserve what he got? Why did he tell Abraham to kill his own son for a goof? The book literally justifies slavery.\n
          \n
          According to the book, Jesus is God, so…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1695838397 {#2471
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2361 …}
        +nested: Doctrine\ORM\PersistentCollection {#2372 …}
        +votes: Doctrine\ORM\PersistentCollection {#2386 …}
        +reports: Doctrine\ORM\PersistentCollection {#2385 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
        -id: 29898
        -bodyTs: "'abraham':34 'accord':48 'bibl':2 'bit':6 'book':44,51 'contain':3 'deserv':26 'god':10,54 'goof':42 'got':29 'hate':8 'jesus':52 'job':23 'justifi':46 'kill':36 'liter':45 'old':19 'other':9 'piec':14 'quit':4 'real':13 'shit':16 'slaveri':47 'son':39 'tell':33 'testament':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3703429"
        +editedAt: DateTimeImmutable @1695838464 {#2371
          date: 2023-09-27 20:14:24.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695838397 {#2363
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +"title": 29898
      }
      1 => App\Entity\EntryComment {#2344
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          In case you didn’t see the other replies, Leviticus 20:13:\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.\n
          \n
          Seems pretty black and white to me.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695902427 {#2347
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2349 …}
        +nested: Doctrine\ORM\PersistentCollection {#2141 …}
        +votes: Doctrine\ORM\PersistentCollection {#2164 …}
        +reports: Doctrine\ORM\PersistentCollection {#2314 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2191 …}
        -id: 29982
        -bodyTs: "'13':12 '20':11 'abomin':28 'black':44 'blood':37 'case':2 'commit':27 'death':35 'didn':4 'leviticus':10 'lie':17 'man':16 'mankind':19 'pretti':43 'put':33 'repli':9 'see':6 'seem':42 'shall':30,38 'sure':31 'upon':40 'white':46 'womankind':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726243"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902427 {#2332
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +"title": 29982
      }
      0 => App\Entity\EntryComment {#2140
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          How is that contradictory? I didn’t say all Christians are hypocrites, just the ones that pick and choose what verses are convenient for them. Westboro Baptist seems to adhere pretty closely.\n
          \n
          Christianity itself is a hateful ideology. Many people pick some of those hateful things when they walk past on the buffett line. Those people are both hateful and hypocritical.\n
          \n
          I’m saying to either do it the way it says you have to do it, or stop wasting your time.\n
          \n
          After all, God did say not to be lukewarm Christians, and if you are, he will *“spew you from his mouth”*
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695902289 {#2094
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2133 …}
        +nested: Doctrine\ORM\PersistentCollection {#2131 …}
        +votes: Doctrine\ORM\PersistentCollection {#2138 …}
        +reports: Doctrine\ORM\PersistentCollection {#2345 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2330 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2346 …}
        -id: 29981
        -bodyTs: "'adher':30 'baptist':27 'buffett':53 'choos':19 'christian':10,33,92 'close':32 'contradictori':4 'conveni':23 'didn':6 'either':66 'god':85 'hate':37,45,59 'hypocrit':12,61 'ideolog':38 'line':54 'lukewarm':91 'm':63 'mani':39 'mouth':103 'one':15 'past':50 'peopl':40,56 'pick':17,41 'pretti':31 'say':8,64,72,87 'seem':28 'spew':99 'stop':79 'thing':46 'time':82 'vers':21 'walk':49 'wast':80 'way':70 'westboro':26"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726207"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902289 {#2241
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +"title": 29981
      }
    ]
    -id: 2351
    -titleTs: "'bless':7 'church':2 'crackdown':5 'defi':3 'drag':8 'govern':4 'queen':9 'texa':1"
    -bodyTs: "'000':317 '10':316 '850':78 'abbott':406 'activ':242 'ad':429 'affirm':7 'aid':218,230 'allow':321 'also':442 'anyon':83 'appli':457 'approxim':77 'argu':384 'attend':80 'attorney':380 'audienc':375 'away':258 'ban':423 'bedsid':225 'bless':45 'block':302 'brimston':97 'bring':238,241,246,480 'build':117 'burn':102 'cathedr':2 'caus':91 'celebr':157 'challeng':294 'check':84 'choos':478 'christ':11 'church':9,38,72,100,459,484 'civil':298 'cloth':357 'comment':431 'commit':162 'communion':188 'communiti':24,171 'concert':18 'congreg':114 'contain':416 'court':296,306 'creat':173 'crime':286 'dalla':13 'danc':369 'defend':21 'defin':334 'despit':261 'didn':389 'die':228 'discriminatori':397 'display':111 'divers':160 'divin':159 'dozen':66 'dr':232 'drag':32,46,189,284,310,393,399,424,451,488 'dress':143 'due':211 'effort':19 'epidem':219 'everi':103 'everyon':176 'exhibit':343,351 'explicit':328 'express':144 'feder':305 'femal':346,349 'fill':115 'fine':318 'fire':95 'g':234 'gave':187 'general':381 'god':135 'gov':404 'govern':30 'governor':420 'greg':405 'group':300 'hate':195 'headlin':418 'held':40 'homo':104 'honor':210 'hope':4 'howev':401 'humor':239,263 'hurl':73 'imag':133 'inclus':122 'indulg':202 'insid':105 'inton':152 'june':403 'justic':53 'kid':464,482 'law':288,308,388,412,422,441,456 'lawyer':376 'lead':468 'leader':182 'legisl':279 'level':248 'lgbtq':6,170 'lifesav':214 'lift':164 'lip':367 'love':55,119,132,149 'made':16,129 'make':282 'makeup':358 'male':340,354 'mani':252,435 'marker':363 'matter':137 'meant':280,448 'men':227 'mention':392 'might':93 'minor':323 'neil':233 'note':183 'offic':383 'often':192 'one':88,180,336 'otherwis':371 'outsid':69,112 'particular':204,209 'pass':278,289 'passag':414 'pastor':151,186,469 'peopl':36,62,79,127 'perform':311,329,332,341,350,372,400,425 'perpetu':201 'persecut':26 'physic':362 'pledg':49 'politician':437 'proclaim':54 'protect':57 'protest':89 'protestor':67 'provid':244 'public':427,443 'punish':309 'queen':33,47,190,489 'queer':23 'radic':121 'rain':94 'recent':39,277 'recogn':124 'repeat':303 'republican':291 'respons':275 'rev':231 'right':59,299,434,476 'said':236,470 'scream':90 'see':325 'serious':270 'servic':42,82,155,272 'sexual':327 'share':407 'sign':421 'similar':361 'sing':366 'singl':206 'sister':199,221 'slur':74 'space':174 'specif':391,452 'spiritu':250,267 'stand':51 'state':29,436,444 'stood':68 'stori':409 'support':439 'sync':368 'take':265 'taken':257 'target':31,193,450 'texa':14,379,419 'thoma':235 'threat':76 'three':65 'thrive':178 'today':87 'transgend':35 'ugli':109 'unclear':462 'unit':8 'us':254,260 'use':356 'venu':313 'violenc':197 'voic':167 'wasn':395 'weather':86 'work':215,268 'worship':181 'would':454"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1695906060
    +visibility: "visible             "
    +apId: "https://feddit.ch/post/1306063"
    +editedAt: null
    +createdAt: DateTimeImmutable @1695819660 {#2834
      date: 2023-09-27 15:01:00.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
  +body: """
    Yes and they are hypocrites.\n
    \n
    It’s amazing the mental gymnastics Christians will do to justify their hateful beliefs.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1695899761 {#2035
    date: 2023-09-28 13:16:01.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCool@feddit.ch"
    "@qooqie@lemmy.world"
    "@eestileib@sh.itjust.works"
    "@Bunnylux@lemmy.world"
    "@CaptFeather@lemm.ee"
    "@prole@sh.itjust.works"
    "@jpeps@lemmy.world"
  ]
  +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: 29975
  -bodyTs: "'amaz':8 'belief':19 'christian':12 'gymnast':11 'hate':18 'hypocrit':5 'justifi':16 'mental':10 'yes':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/3724621"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695899761 {#2031
    date: 2023-09-28 13:16:01.0 +02:00
  }
  +"title": 29975
}
"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
55 DENIED edit
App\Entity\EntryComment {#2036
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2377
    +user: Proxies\__CG__\App\Entity\User {#2757 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
    +image: Proxies\__CG__\App\Entity\Image {#3039 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3056 …}
    +slug: "Texas-church-defies-government-crackdown-by-blessing-drag-queens"
    +title: "Texas church defies government crackdown by blessing drag queens"
    +url: "https://www.lgbtqnation.com/2023/09/texas-church-defies-government-crackdown-by-blessing-drag-queens/"
    +body: """
      The Cathedral of Hope — an LGBTQ±affirming United Church of Christ in Dallas, Texas — has made a concerted effort to defend the queer community from “persecution,” as the state government targets drag queens and transgender people.\n
      \n
      The church recently held a service where they blessed drag queens and pledged to “stand for justice, proclaim love, and protect the rights of all people.”\n
      \n
      While about three dozen protestors stood outside of the church hurling slurs and threats, approximately 850 people attended the service.\n
      \n
      “Anyone check the weather today?!” one protester screamed. “’Cause it might rain fire and brimstone on this church and burn every homo inside!”\n
      \n
      But for the ugliness on display outside, the congregation filled the building with love and “radical inclusivity.”\n
      \n
      “We recognize that all people are made in the loving image of God, no matter who they are, how they dress, express themselves, or who they love,” the pastor intoned during the service. “We celebrate this divine diversity and commit to lifting up the voices of the LGBTQ+ community and creating spaces where everyone can thrive.”\n
      \n
      As one worship leader noted as the pastor gave communion, “Drag queens are often targets of hate and violence.” The Sisters of Perpetual Indulgence, in particular, were singled out for particular honor due to their lifesaving work during the AIDS epidemic.\n
      \n
      “These Sisters were at the bedsides of men dying of AIDS,” Rev. Dr. Neil G. Thomas said. “They bring humor, they bring activism, they provide and bring a level of spirituality that many of us have had taken away from us. Despite the humor, they take their spiritual work very seriously.”\n
      \n
      The service was a response to recently passed legislation meant to make a drag a crime. The law, passed by Republicans, has been challenged in court by civil rights groups and blocked repeatedly by federal courts.\n
      \n
      The law punishes drag performers and venues with a $10,000 fine if they allow a minor to see a “sexually explicit” performance. Such a performance is defined as one in which “a male performer [is] exhibiting as a female, or a female performer exhibiting as a male, who uses clothing, makeup, or other similar physical markers and who sings, lip syncs, dances, or otherwise performs before an audience.”\n
      \n
      Lawyers from the Texas Attorney General’s office argued that because the law didn’t specifically mention drag, it wasn’t discriminatory to drag performances. However, in June, Gov. Greg Abbott ® shared a story about the law’s passage that contained the headline, “Texas Governor Signs Law Banning Drag Performances in Public,” and added the comment, “That’s right.” Many state politicians who supported the law also publicly stated that it was meant to target drag, specifically.\n
      \n
      But would the law apply to churches? That’s unclear.\n
      \n
      “My kid was here,” the lead pastor said. “I don’t have the right to choose to bring my kid to church when there are drag queens?”
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 101
    +favouriteCount: 718
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696166183 {#2264
      date: 2023-10-01 15:16:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3055 …}
    +votes: Doctrine\ORM\PersistentCollection {#3053 …}
    +reports: Doctrine\ORM\PersistentCollection {#3050 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3084 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3080 …}
    +badges: Doctrine\ORM\PersistentCollection {#3097 …}
    +children: [
      9 => App\Entity\EntryComment {#2036}
      10 => App\Entity\EntryComment {#2077
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "It’s pretty close to the beginning, which is kind of telling… maybe try actually reading your holy book. You may be surprised what you find."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1695899854 {#2062
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@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: 29976
        -bodyTs: "'actual':15 'begin':7 'book':19 'close':4 'find':26 'holi':18 'kind':10 'may':21 'mayb':13 'pretti':3 'read':16 'surpris':23 'tell':12 'tri':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724660"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899854 {#2081
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +"title": 29976
      }
      7 => App\Entity\EntryComment {#1384
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          If you don’t believe that Jesus died and rose again for your sins, then you’re not a Christian by definition.\n
          \n
          Also, those are not “obscure” stories. They’re the basis of all Abrahamic religions, including Christianity. In fact, the only reason there even is a NT is because they wanted to write about the “prophecies” from the OT “coming true.” You can’t have one without the other.\n
          \n
          And, once again, Jesus is God. God did really fucked up things in the old testament, that means Jesus did really fucked up things. In the NT he supported those fucked up things that he did, and his existence itself is allegedly a fulfillment of OT prophecy. That’s why they killed him! Assuming he ever existed in the first place.\n
          \n
          Not trying to be a dick, but as someone who was raised in an evangelical church, I know the Bible inside and out. People who pick and choose, or pretend they can be Christian and still think being gay is ok, piss me off because it’s a direct contradiction of what you claim to believe.\n
          \n
          People like you legitimize a barbaric religion that is (once again) destroying the fabric of our society. Be honest with yourself and come to terms with the fact that your religion condones slavery, and killing people for being homosexual.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1695846077 {#2394
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1383 …}
        +nested: Doctrine\ORM\PersistentCollection {#1405 …}
        +votes: Doctrine\ORM\PersistentCollection {#1382 …}
        +reports: Doctrine\ORM\PersistentCollection {#1404 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
        -id: 29919
        -bodyTs: "'abraham':35 'alleg':112 'also':23 'assum':124 'barbar':193 'basi':32 'believ':5,187 'bibl':151 'choos':159 'christian':20,38,165 'church':147 'claim':185 'come':61,210 'condon':219 'contradict':181 'definit':22 'destroy':199 'dick':137 'die':8 'direct':180 'evangel':146 'even':45 'ever':126 'exist':109,127 'fabric':201 'fact':40,215 'first':130 'fuck':80,92,101 'fulfil':114 'gay':170 'god':76,77 'homosexu':226 'honest':206 'includ':37 'insid':152 'jesus':7,74,89 'kill':122,222 'know':149 'legitim':191 'like':189 'mean':88 'nt':48,97 'obscur':27 'ok':172 'old':85 'one':67 'ot':60,116 'peopl':155,188,223 'pick':157 'piss':173 'place':131 'pretend':161 'propheci':57,117 'rais':143 're':17,30 'realli':79,91 'reason':43 'religion':36,194,218 'rose':10 'sin':14 'slaveri':220 'societi':204 'someon':140 'still':167 'stori':28 'support':99 'term':212 'testament':86 'thing':82,94,103 'think':168 'tri':133 'true':62 'want':52 'without':68 'write':54"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3706874"
        +editedAt: DateTimeImmutable @1695846183 {#2395
          date: 2023-09-27 22:23:03.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846077 {#2393
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +"title": 29919
      }
      8 => App\Entity\EntryComment {#2026
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          You need to look again, because it absolutely does. Or do you think, “if a man lies with another man,” was just talking about best buds sleeping in the same bed.\n
          \n
          **edit:** I guess people are too lazy to look themselves for something that’s already common knowledge…\n
          \n
          But it’s Leviticus 20:13.\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1695846676 {#2023
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2022 …}
        +nested: Doctrine\ORM\PersistentCollection {#2025 …}
        +votes: Doctrine\ORM\PersistentCollection {#2033 …}
        +reports: Doctrine\ORM\PersistentCollection {#2028 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2012 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2013 …}
        -id: 29924
        -bodyTs: "'13':54 '20':53 'abomin':70 'absolut':8 'alreadi':46 'anoth':19 'bed':31 'best':25 'blood':79 'bud':26 'commit':69 'common':47 'death':77 'edit':32 'guess':34 'knowledg':48 'lazi':38 'leviticus':52 'lie':17,59 'look':4,40 'man':16,20,58 'mankind':61 'need':2 'peopl':35 'put':75 'shall':72,80 'sleep':27 'someth':43 'sure':73 'talk':23 'think':13 'upon':82 'womankind':64"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3707120"
        +editedAt: DateTimeImmutable @1695913492 {#2030
          date: 2023-09-28 17:04:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846676 {#2032
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +"title": 29924
      }
      5 => App\Entity\EntryComment {#1909
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1708 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Ok, just pointing out that your beliefs are not consistent with your holy book.\n
          \n
          By what criteria are you able to justify ignoring parts of the book and not others? Is it not the inerrant word of God? Didn’t Jesus say that he didn’t come to abolish the law, but to fulfill it? He made it very clear that you can’t just throw away the OT.\n
          \n
          You seem to have good values, just don’t see the reason any kind of unscientific claims about the supernatural need to be a part of it. Just unnecessary baggage.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 20
        +score: 0
        +lastActive: DateTime @1695840894 {#1910
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1926 …}
        +nested: Doctrine\ORM\PersistentCollection {#1874 …}
        +votes: Doctrine\ORM\PersistentCollection {#1908 …}
        +reports: Doctrine\ORM\PersistentCollection {#1883 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2387 …}
        -id: 29907
        -bodyTs: "'abl':20 'abolish':49 'away':67 'baggag':99 'belief':7 'book':14,27 'claim':86 'clear':60 'come':47 'consist':10 'criteria':17 'didn':39,45 'fulfil':54 'god':38 'good':74 'holi':13 'ignor':23 'inerr':35 'jesus':41 'justifi':22 'kind':83 'law':51 'made':57 'need':90 'ok':1 'ot':69 'other':30 'part':24,94 'point':3 'reason':81 'say':42 'see':79 'seem':71 'supernatur':89 'throw':66 'unnecessari':98 'unscientif':85 'valu':75 'word':36"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3704378"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695840894 {#1906
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +"title": 29907
      }
      6 => App\Entity\EntryComment {#2135
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2136 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "I’m well aware of the apologetics. Whatever mental gymnastics you have to do, friend. Maybe one day you’ll be free of the constant cognitive dissonance. It’s a huge relief."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695905918 {#2159
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2137 …}
        +nested: Doctrine\ORM\PersistentCollection {#2068 …}
        +votes: Doctrine\ORM\PersistentCollection {#2069 …}
        +reports: Doctrine\ORM\PersistentCollection {#2074 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2071 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2070 …}
        -id: 29991
        -bodyTs: "'apologet':7 'awar':4 'cognit':26 'constant':25 'day':18 'disson':27 'free':22 'friend':15 'gymnast':10 'huge':31 'll':20 'm':2 'mayb':16 'mental':9 'one':17 'relief':32 'well':3 'whatev':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3727709"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695905918 {#2143
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +"title": 29991
      }
      4 => App\Entity\EntryComment {#2333
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2323 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "Leviticus 20:13 is very clear. What makes you think you can just ignore that part?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695903764 {#2327
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2324 …}
        +nested: Doctrine\ORM\PersistentCollection {#2334 …}
        +votes: Doctrine\ORM\PersistentCollection {#2341 …}
        +reports: Doctrine\ORM\PersistentCollection {#2337 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2336 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2339 …}
        -id: 29987
        -bodyTs: "'13':3 '20':2 'clear':6 'ignor':14 'leviticus':1 'make':8 'part':16 'think':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726695"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695903764 {#2329
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +"title": 29987
      }
      3 => App\Entity\EntryComment {#2056
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          What was hateful about what I said?\n
          \n
          We’ve got Christians on the verge of genocide in the name of your God, but I’m “hateful” for pointing out that they’re just following their holy book?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695913394 {#2048
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2046 …}
        +nested: Doctrine\ORM\PersistentCollection {#2045 …}
        +votes: Doctrine\ORM\PersistentCollection {#2050 …}
        +reports: Doctrine\ORM\PersistentCollection {#2052 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
        -id: 29994
        -bodyTs: "'book':37 'christian':11 'follow':34 'genocid':16 'god':22 'got':10 'hate':3,26 'holi':36 'm':25 'name':19 'point':28 're':32 'said':7 've':9 'verg':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3731992"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695913394 {#2051
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +"title": 29994
      }
      2 => App\Entity\EntryComment {#2370
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          The Bible contains quite a bit of hating others… God is a real piece of shit in the old testament. What did Job do to deserve what he got? Why did he tell Abraham to kill his own son for a goof? The book literally justifies slavery.\n
          \n
          According to the book, Jesus is God, so…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1695838397 {#2471
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2361 …}
        +nested: Doctrine\ORM\PersistentCollection {#2372 …}
        +votes: Doctrine\ORM\PersistentCollection {#2386 …}
        +reports: Doctrine\ORM\PersistentCollection {#2385 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
        -id: 29898
        -bodyTs: "'abraham':34 'accord':48 'bibl':2 'bit':6 'book':44,51 'contain':3 'deserv':26 'god':10,54 'goof':42 'got':29 'hate':8 'jesus':52 'job':23 'justifi':46 'kill':36 'liter':45 'old':19 'other':9 'piec':14 'quit':4 'real':13 'shit':16 'slaveri':47 'son':39 'tell':33 'testament':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3703429"
        +editedAt: DateTimeImmutable @1695838464 {#2371
          date: 2023-09-27 20:14:24.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695838397 {#2363
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +"title": 29898
      }
      1 => App\Entity\EntryComment {#2344
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          In case you didn’t see the other replies, Leviticus 20:13:\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.\n
          \n
          Seems pretty black and white to me.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695902427 {#2347
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2349 …}
        +nested: Doctrine\ORM\PersistentCollection {#2141 …}
        +votes: Doctrine\ORM\PersistentCollection {#2164 …}
        +reports: Doctrine\ORM\PersistentCollection {#2314 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2191 …}
        -id: 29982
        -bodyTs: "'13':12 '20':11 'abomin':28 'black':44 'blood':37 'case':2 'commit':27 'death':35 'didn':4 'leviticus':10 'lie':17 'man':16 'mankind':19 'pretti':43 'put':33 'repli':9 'see':6 'seem':42 'shall':30,38 'sure':31 'upon':40 'white':46 'womankind':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726243"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902427 {#2332
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +"title": 29982
      }
      0 => App\Entity\EntryComment {#2140
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          How is that contradictory? I didn’t say all Christians are hypocrites, just the ones that pick and choose what verses are convenient for them. Westboro Baptist seems to adhere pretty closely.\n
          \n
          Christianity itself is a hateful ideology. Many people pick some of those hateful things when they walk past on the buffett line. Those people are both hateful and hypocritical.\n
          \n
          I’m saying to either do it the way it says you have to do it, or stop wasting your time.\n
          \n
          After all, God did say not to be lukewarm Christians, and if you are, he will *“spew you from his mouth”*
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695902289 {#2094
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2133 …}
        +nested: Doctrine\ORM\PersistentCollection {#2131 …}
        +votes: Doctrine\ORM\PersistentCollection {#2138 …}
        +reports: Doctrine\ORM\PersistentCollection {#2345 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2330 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2346 …}
        -id: 29981
        -bodyTs: "'adher':30 'baptist':27 'buffett':53 'choos':19 'christian':10,33,92 'close':32 'contradictori':4 'conveni':23 'didn':6 'either':66 'god':85 'hate':37,45,59 'hypocrit':12,61 'ideolog':38 'line':54 'lukewarm':91 'm':63 'mani':39 'mouth':103 'one':15 'past':50 'peopl':40,56 'pick':17,41 'pretti':31 'say':8,64,72,87 'seem':28 'spew':99 'stop':79 'thing':46 'time':82 'vers':21 'walk':49 'wast':80 'way':70 'westboro':26"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726207"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902289 {#2241
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +"title": 29981
      }
    ]
    -id: 2351
    -titleTs: "'bless':7 'church':2 'crackdown':5 'defi':3 'drag':8 'govern':4 'queen':9 'texa':1"
    -bodyTs: "'000':317 '10':316 '850':78 'abbott':406 'activ':242 'ad':429 'affirm':7 'aid':218,230 'allow':321 'also':442 'anyon':83 'appli':457 'approxim':77 'argu':384 'attend':80 'attorney':380 'audienc':375 'away':258 'ban':423 'bedsid':225 'bless':45 'block':302 'brimston':97 'bring':238,241,246,480 'build':117 'burn':102 'cathedr':2 'caus':91 'celebr':157 'challeng':294 'check':84 'choos':478 'christ':11 'church':9,38,72,100,459,484 'civil':298 'cloth':357 'comment':431 'commit':162 'communion':188 'communiti':24,171 'concert':18 'congreg':114 'contain':416 'court':296,306 'creat':173 'crime':286 'dalla':13 'danc':369 'defend':21 'defin':334 'despit':261 'didn':389 'die':228 'discriminatori':397 'display':111 'divers':160 'divin':159 'dozen':66 'dr':232 'drag':32,46,189,284,310,393,399,424,451,488 'dress':143 'due':211 'effort':19 'epidem':219 'everi':103 'everyon':176 'exhibit':343,351 'explicit':328 'express':144 'feder':305 'femal':346,349 'fill':115 'fine':318 'fire':95 'g':234 'gave':187 'general':381 'god':135 'gov':404 'govern':30 'governor':420 'greg':405 'group':300 'hate':195 'headlin':418 'held':40 'homo':104 'honor':210 'hope':4 'howev':401 'humor':239,263 'hurl':73 'imag':133 'inclus':122 'indulg':202 'insid':105 'inton':152 'june':403 'justic':53 'kid':464,482 'law':288,308,388,412,422,441,456 'lawyer':376 'lead':468 'leader':182 'legisl':279 'level':248 'lgbtq':6,170 'lifesav':214 'lift':164 'lip':367 'love':55,119,132,149 'made':16,129 'make':282 'makeup':358 'male':340,354 'mani':252,435 'marker':363 'matter':137 'meant':280,448 'men':227 'mention':392 'might':93 'minor':323 'neil':233 'note':183 'offic':383 'often':192 'one':88,180,336 'otherwis':371 'outsid':69,112 'particular':204,209 'pass':278,289 'passag':414 'pastor':151,186,469 'peopl':36,62,79,127 'perform':311,329,332,341,350,372,400,425 'perpetu':201 'persecut':26 'physic':362 'pledg':49 'politician':437 'proclaim':54 'protect':57 'protest':89 'protestor':67 'provid':244 'public':427,443 'punish':309 'queen':33,47,190,489 'queer':23 'radic':121 'rain':94 'recent':39,277 'recogn':124 'repeat':303 'republican':291 'respons':275 'rev':231 'right':59,299,434,476 'said':236,470 'scream':90 'see':325 'serious':270 'servic':42,82,155,272 'sexual':327 'share':407 'sign':421 'similar':361 'sing':366 'singl':206 'sister':199,221 'slur':74 'space':174 'specif':391,452 'spiritu':250,267 'stand':51 'state':29,436,444 'stood':68 'stori':409 'support':439 'sync':368 'take':265 'taken':257 'target':31,193,450 'texa':14,379,419 'thoma':235 'threat':76 'three':65 'thrive':178 'today':87 'transgend':35 'ugli':109 'unclear':462 'unit':8 'us':254,260 'use':356 'venu':313 'violenc':197 'voic':167 'wasn':395 'weather':86 'work':215,268 'worship':181 'would':454"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1695906060
    +visibility: "visible             "
    +apId: "https://feddit.ch/post/1306063"
    +editedAt: null
    +createdAt: DateTimeImmutable @1695819660 {#2834
      date: 2023-09-27 15:01:00.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
  +body: """
    Yes and they are hypocrites.\n
    \n
    It’s amazing the mental gymnastics Christians will do to justify their hateful beliefs.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1695899761 {#2035
    date: 2023-09-28 13:16:01.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCool@feddit.ch"
    "@qooqie@lemmy.world"
    "@eestileib@sh.itjust.works"
    "@Bunnylux@lemmy.world"
    "@CaptFeather@lemm.ee"
    "@prole@sh.itjust.works"
    "@jpeps@lemmy.world"
  ]
  +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: 29975
  -bodyTs: "'amaz':8 'belief':19 'christian':12 'gymnast':11 'hate':18 'hypocrit':5 'justifi':16 'mental':10 'yes':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/3724621"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695899761 {#2031
    date: 2023-09-28 13:16:01.0 +02:00
  }
  +"title": 29975
}
"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
56 DENIED moderate
App\Entity\EntryComment {#2036
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2377
    +user: Proxies\__CG__\App\Entity\User {#2757 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
    +image: Proxies\__CG__\App\Entity\Image {#3039 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3056 …}
    +slug: "Texas-church-defies-government-crackdown-by-blessing-drag-queens"
    +title: "Texas church defies government crackdown by blessing drag queens"
    +url: "https://www.lgbtqnation.com/2023/09/texas-church-defies-government-crackdown-by-blessing-drag-queens/"
    +body: """
      The Cathedral of Hope — an LGBTQ±affirming United Church of Christ in Dallas, Texas — has made a concerted effort to defend the queer community from “persecution,” as the state government targets drag queens and transgender people.\n
      \n
      The church recently held a service where they blessed drag queens and pledged to “stand for justice, proclaim love, and protect the rights of all people.”\n
      \n
      While about three dozen protestors stood outside of the church hurling slurs and threats, approximately 850 people attended the service.\n
      \n
      “Anyone check the weather today?!” one protester screamed. “’Cause it might rain fire and brimstone on this church and burn every homo inside!”\n
      \n
      But for the ugliness on display outside, the congregation filled the building with love and “radical inclusivity.”\n
      \n
      “We recognize that all people are made in the loving image of God, no matter who they are, how they dress, express themselves, or who they love,” the pastor intoned during the service. “We celebrate this divine diversity and commit to lifting up the voices of the LGBTQ+ community and creating spaces where everyone can thrive.”\n
      \n
      As one worship leader noted as the pastor gave communion, “Drag queens are often targets of hate and violence.” The Sisters of Perpetual Indulgence, in particular, were singled out for particular honor due to their lifesaving work during the AIDS epidemic.\n
      \n
      “These Sisters were at the bedsides of men dying of AIDS,” Rev. Dr. Neil G. Thomas said. “They bring humor, they bring activism, they provide and bring a level of spirituality that many of us have had taken away from us. Despite the humor, they take their spiritual work very seriously.”\n
      \n
      The service was a response to recently passed legislation meant to make a drag a crime. The law, passed by Republicans, has been challenged in court by civil rights groups and blocked repeatedly by federal courts.\n
      \n
      The law punishes drag performers and venues with a $10,000 fine if they allow a minor to see a “sexually explicit” performance. Such a performance is defined as one in which “a male performer [is] exhibiting as a female, or a female performer exhibiting as a male, who uses clothing, makeup, or other similar physical markers and who sings, lip syncs, dances, or otherwise performs before an audience.”\n
      \n
      Lawyers from the Texas Attorney General’s office argued that because the law didn’t specifically mention drag, it wasn’t discriminatory to drag performances. However, in June, Gov. Greg Abbott ® shared a story about the law’s passage that contained the headline, “Texas Governor Signs Law Banning Drag Performances in Public,” and added the comment, “That’s right.” Many state politicians who supported the law also publicly stated that it was meant to target drag, specifically.\n
      \n
      But would the law apply to churches? That’s unclear.\n
      \n
      “My kid was here,” the lead pastor said. “I don’t have the right to choose to bring my kid to church when there are drag queens?”
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 101
    +favouriteCount: 718
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696166183 {#2264
      date: 2023-10-01 15:16:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3055 …}
    +votes: Doctrine\ORM\PersistentCollection {#3053 …}
    +reports: Doctrine\ORM\PersistentCollection {#3050 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3084 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3080 …}
    +badges: Doctrine\ORM\PersistentCollection {#3097 …}
    +children: [
      9 => App\Entity\EntryComment {#2036}
      10 => App\Entity\EntryComment {#2077
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "It’s pretty close to the beginning, which is kind of telling… maybe try actually reading your holy book. You may be surprised what you find."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1695899854 {#2062
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@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: 29976
        -bodyTs: "'actual':15 'begin':7 'book':19 'close':4 'find':26 'holi':18 'kind':10 'may':21 'mayb':13 'pretti':3 'read':16 'surpris':23 'tell':12 'tri':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724660"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899854 {#2081
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +"title": 29976
      }
      7 => App\Entity\EntryComment {#1384
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          If you don’t believe that Jesus died and rose again for your sins, then you’re not a Christian by definition.\n
          \n
          Also, those are not “obscure” stories. They’re the basis of all Abrahamic religions, including Christianity. In fact, the only reason there even is a NT is because they wanted to write about the “prophecies” from the OT “coming true.” You can’t have one without the other.\n
          \n
          And, once again, Jesus is God. God did really fucked up things in the old testament, that means Jesus did really fucked up things. In the NT he supported those fucked up things that he did, and his existence itself is allegedly a fulfillment of OT prophecy. That’s why they killed him! Assuming he ever existed in the first place.\n
          \n
          Not trying to be a dick, but as someone who was raised in an evangelical church, I know the Bible inside and out. People who pick and choose, or pretend they can be Christian and still think being gay is ok, piss me off because it’s a direct contradiction of what you claim to believe.\n
          \n
          People like you legitimize a barbaric religion that is (once again) destroying the fabric of our society. Be honest with yourself and come to terms with the fact that your religion condones slavery, and killing people for being homosexual.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1695846077 {#2394
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1383 …}
        +nested: Doctrine\ORM\PersistentCollection {#1405 …}
        +votes: Doctrine\ORM\PersistentCollection {#1382 …}
        +reports: Doctrine\ORM\PersistentCollection {#1404 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
        -id: 29919
        -bodyTs: "'abraham':35 'alleg':112 'also':23 'assum':124 'barbar':193 'basi':32 'believ':5,187 'bibl':151 'choos':159 'christian':20,38,165 'church':147 'claim':185 'come':61,210 'condon':219 'contradict':181 'definit':22 'destroy':199 'dick':137 'die':8 'direct':180 'evangel':146 'even':45 'ever':126 'exist':109,127 'fabric':201 'fact':40,215 'first':130 'fuck':80,92,101 'fulfil':114 'gay':170 'god':76,77 'homosexu':226 'honest':206 'includ':37 'insid':152 'jesus':7,74,89 'kill':122,222 'know':149 'legitim':191 'like':189 'mean':88 'nt':48,97 'obscur':27 'ok':172 'old':85 'one':67 'ot':60,116 'peopl':155,188,223 'pick':157 'piss':173 'place':131 'pretend':161 'propheci':57,117 'rais':143 're':17,30 'realli':79,91 'reason':43 'religion':36,194,218 'rose':10 'sin':14 'slaveri':220 'societi':204 'someon':140 'still':167 'stori':28 'support':99 'term':212 'testament':86 'thing':82,94,103 'think':168 'tri':133 'true':62 'want':52 'without':68 'write':54"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3706874"
        +editedAt: DateTimeImmutable @1695846183 {#2395
          date: 2023-09-27 22:23:03.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846077 {#2393
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +"title": 29919
      }
      8 => App\Entity\EntryComment {#2026
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          You need to look again, because it absolutely does. Or do you think, “if a man lies with another man,” was just talking about best buds sleeping in the same bed.\n
          \n
          **edit:** I guess people are too lazy to look themselves for something that’s already common knowledge…\n
          \n
          But it’s Leviticus 20:13.\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1695846676 {#2023
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2022 …}
        +nested: Doctrine\ORM\PersistentCollection {#2025 …}
        +votes: Doctrine\ORM\PersistentCollection {#2033 …}
        +reports: Doctrine\ORM\PersistentCollection {#2028 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2012 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2013 …}
        -id: 29924
        -bodyTs: "'13':54 '20':53 'abomin':70 'absolut':8 'alreadi':46 'anoth':19 'bed':31 'best':25 'blood':79 'bud':26 'commit':69 'common':47 'death':77 'edit':32 'guess':34 'knowledg':48 'lazi':38 'leviticus':52 'lie':17,59 'look':4,40 'man':16,20,58 'mankind':61 'need':2 'peopl':35 'put':75 'shall':72,80 'sleep':27 'someth':43 'sure':73 'talk':23 'think':13 'upon':82 'womankind':64"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3707120"
        +editedAt: DateTimeImmutable @1695913492 {#2030
          date: 2023-09-28 17:04:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846676 {#2032
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +"title": 29924
      }
      5 => App\Entity\EntryComment {#1909
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1708 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Ok, just pointing out that your beliefs are not consistent with your holy book.\n
          \n
          By what criteria are you able to justify ignoring parts of the book and not others? Is it not the inerrant word of God? Didn’t Jesus say that he didn’t come to abolish the law, but to fulfill it? He made it very clear that you can’t just throw away the OT.\n
          \n
          You seem to have good values, just don’t see the reason any kind of unscientific claims about the supernatural need to be a part of it. Just unnecessary baggage.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 20
        +score: 0
        +lastActive: DateTime @1695840894 {#1910
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1926 …}
        +nested: Doctrine\ORM\PersistentCollection {#1874 …}
        +votes: Doctrine\ORM\PersistentCollection {#1908 …}
        +reports: Doctrine\ORM\PersistentCollection {#1883 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2387 …}
        -id: 29907
        -bodyTs: "'abl':20 'abolish':49 'away':67 'baggag':99 'belief':7 'book':14,27 'claim':86 'clear':60 'come':47 'consist':10 'criteria':17 'didn':39,45 'fulfil':54 'god':38 'good':74 'holi':13 'ignor':23 'inerr':35 'jesus':41 'justifi':22 'kind':83 'law':51 'made':57 'need':90 'ok':1 'ot':69 'other':30 'part':24,94 'point':3 'reason':81 'say':42 'see':79 'seem':71 'supernatur':89 'throw':66 'unnecessari':98 'unscientif':85 'valu':75 'word':36"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3704378"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695840894 {#1906
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +"title": 29907
      }
      6 => App\Entity\EntryComment {#2135
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2136 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "I’m well aware of the apologetics. Whatever mental gymnastics you have to do, friend. Maybe one day you’ll be free of the constant cognitive dissonance. It’s a huge relief."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695905918 {#2159
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2137 …}
        +nested: Doctrine\ORM\PersistentCollection {#2068 …}
        +votes: Doctrine\ORM\PersistentCollection {#2069 …}
        +reports: Doctrine\ORM\PersistentCollection {#2074 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2071 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2070 …}
        -id: 29991
        -bodyTs: "'apologet':7 'awar':4 'cognit':26 'constant':25 'day':18 'disson':27 'free':22 'friend':15 'gymnast':10 'huge':31 'll':20 'm':2 'mayb':16 'mental':9 'one':17 'relief':32 'well':3 'whatev':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3727709"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695905918 {#2143
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +"title": 29991
      }
      4 => App\Entity\EntryComment {#2333
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2323 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "Leviticus 20:13 is very clear. What makes you think you can just ignore that part?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695903764 {#2327
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2324 …}
        +nested: Doctrine\ORM\PersistentCollection {#2334 …}
        +votes: Doctrine\ORM\PersistentCollection {#2341 …}
        +reports: Doctrine\ORM\PersistentCollection {#2337 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2336 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2339 …}
        -id: 29987
        -bodyTs: "'13':3 '20':2 'clear':6 'ignor':14 'leviticus':1 'make':8 'part':16 'think':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726695"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695903764 {#2329
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +"title": 29987
      }
      3 => App\Entity\EntryComment {#2056
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          What was hateful about what I said?\n
          \n
          We’ve got Christians on the verge of genocide in the name of your God, but I’m “hateful” for pointing out that they’re just following their holy book?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695913394 {#2048
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2046 …}
        +nested: Doctrine\ORM\PersistentCollection {#2045 …}
        +votes: Doctrine\ORM\PersistentCollection {#2050 …}
        +reports: Doctrine\ORM\PersistentCollection {#2052 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
        -id: 29994
        -bodyTs: "'book':37 'christian':11 'follow':34 'genocid':16 'god':22 'got':10 'hate':3,26 'holi':36 'm':25 'name':19 'point':28 're':32 'said':7 've':9 'verg':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3731992"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695913394 {#2051
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +"title": 29994
      }
      2 => App\Entity\EntryComment {#2370
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          The Bible contains quite a bit of hating others… God is a real piece of shit in the old testament. What did Job do to deserve what he got? Why did he tell Abraham to kill his own son for a goof? The book literally justifies slavery.\n
          \n
          According to the book, Jesus is God, so…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1695838397 {#2471
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2361 …}
        +nested: Doctrine\ORM\PersistentCollection {#2372 …}
        +votes: Doctrine\ORM\PersistentCollection {#2386 …}
        +reports: Doctrine\ORM\PersistentCollection {#2385 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
        -id: 29898
        -bodyTs: "'abraham':34 'accord':48 'bibl':2 'bit':6 'book':44,51 'contain':3 'deserv':26 'god':10,54 'goof':42 'got':29 'hate':8 'jesus':52 'job':23 'justifi':46 'kill':36 'liter':45 'old':19 'other':9 'piec':14 'quit':4 'real':13 'shit':16 'slaveri':47 'son':39 'tell':33 'testament':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3703429"
        +editedAt: DateTimeImmutable @1695838464 {#2371
          date: 2023-09-27 20:14:24.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695838397 {#2363
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +"title": 29898
      }
      1 => App\Entity\EntryComment {#2344
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          In case you didn’t see the other replies, Leviticus 20:13:\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.\n
          \n
          Seems pretty black and white to me.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695902427 {#2347
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2349 …}
        +nested: Doctrine\ORM\PersistentCollection {#2141 …}
        +votes: Doctrine\ORM\PersistentCollection {#2164 …}
        +reports: Doctrine\ORM\PersistentCollection {#2314 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2191 …}
        -id: 29982
        -bodyTs: "'13':12 '20':11 'abomin':28 'black':44 'blood':37 'case':2 'commit':27 'death':35 'didn':4 'leviticus':10 'lie':17 'man':16 'mankind':19 'pretti':43 'put':33 'repli':9 'see':6 'seem':42 'shall':30,38 'sure':31 'upon':40 'white':46 'womankind':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726243"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902427 {#2332
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +"title": 29982
      }
      0 => App\Entity\EntryComment {#2140
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          How is that contradictory? I didn’t say all Christians are hypocrites, just the ones that pick and choose what verses are convenient for them. Westboro Baptist seems to adhere pretty closely.\n
          \n
          Christianity itself is a hateful ideology. Many people pick some of those hateful things when they walk past on the buffett line. Those people are both hateful and hypocritical.\n
          \n
          I’m saying to either do it the way it says you have to do it, or stop wasting your time.\n
          \n
          After all, God did say not to be lukewarm Christians, and if you are, he will *“spew you from his mouth”*
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695902289 {#2094
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2133 …}
        +nested: Doctrine\ORM\PersistentCollection {#2131 …}
        +votes: Doctrine\ORM\PersistentCollection {#2138 …}
        +reports: Doctrine\ORM\PersistentCollection {#2345 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2330 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2346 …}
        -id: 29981
        -bodyTs: "'adher':30 'baptist':27 'buffett':53 'choos':19 'christian':10,33,92 'close':32 'contradictori':4 'conveni':23 'didn':6 'either':66 'god':85 'hate':37,45,59 'hypocrit':12,61 'ideolog':38 'line':54 'lukewarm':91 'm':63 'mani':39 'mouth':103 'one':15 'past':50 'peopl':40,56 'pick':17,41 'pretti':31 'say':8,64,72,87 'seem':28 'spew':99 'stop':79 'thing':46 'time':82 'vers':21 'walk':49 'wast':80 'way':70 'westboro':26"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726207"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902289 {#2241
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +"title": 29981
      }
    ]
    -id: 2351
    -titleTs: "'bless':7 'church':2 'crackdown':5 'defi':3 'drag':8 'govern':4 'queen':9 'texa':1"
    -bodyTs: "'000':317 '10':316 '850':78 'abbott':406 'activ':242 'ad':429 'affirm':7 'aid':218,230 'allow':321 'also':442 'anyon':83 'appli':457 'approxim':77 'argu':384 'attend':80 'attorney':380 'audienc':375 'away':258 'ban':423 'bedsid':225 'bless':45 'block':302 'brimston':97 'bring':238,241,246,480 'build':117 'burn':102 'cathedr':2 'caus':91 'celebr':157 'challeng':294 'check':84 'choos':478 'christ':11 'church':9,38,72,100,459,484 'civil':298 'cloth':357 'comment':431 'commit':162 'communion':188 'communiti':24,171 'concert':18 'congreg':114 'contain':416 'court':296,306 'creat':173 'crime':286 'dalla':13 'danc':369 'defend':21 'defin':334 'despit':261 'didn':389 'die':228 'discriminatori':397 'display':111 'divers':160 'divin':159 'dozen':66 'dr':232 'drag':32,46,189,284,310,393,399,424,451,488 'dress':143 'due':211 'effort':19 'epidem':219 'everi':103 'everyon':176 'exhibit':343,351 'explicit':328 'express':144 'feder':305 'femal':346,349 'fill':115 'fine':318 'fire':95 'g':234 'gave':187 'general':381 'god':135 'gov':404 'govern':30 'governor':420 'greg':405 'group':300 'hate':195 'headlin':418 'held':40 'homo':104 'honor':210 'hope':4 'howev':401 'humor':239,263 'hurl':73 'imag':133 'inclus':122 'indulg':202 'insid':105 'inton':152 'june':403 'justic':53 'kid':464,482 'law':288,308,388,412,422,441,456 'lawyer':376 'lead':468 'leader':182 'legisl':279 'level':248 'lgbtq':6,170 'lifesav':214 'lift':164 'lip':367 'love':55,119,132,149 'made':16,129 'make':282 'makeup':358 'male':340,354 'mani':252,435 'marker':363 'matter':137 'meant':280,448 'men':227 'mention':392 'might':93 'minor':323 'neil':233 'note':183 'offic':383 'often':192 'one':88,180,336 'otherwis':371 'outsid':69,112 'particular':204,209 'pass':278,289 'passag':414 'pastor':151,186,469 'peopl':36,62,79,127 'perform':311,329,332,341,350,372,400,425 'perpetu':201 'persecut':26 'physic':362 'pledg':49 'politician':437 'proclaim':54 'protect':57 'protest':89 'protestor':67 'provid':244 'public':427,443 'punish':309 'queen':33,47,190,489 'queer':23 'radic':121 'rain':94 'recent':39,277 'recogn':124 'repeat':303 'republican':291 'respons':275 'rev':231 'right':59,299,434,476 'said':236,470 'scream':90 'see':325 'serious':270 'servic':42,82,155,272 'sexual':327 'share':407 'sign':421 'similar':361 'sing':366 'singl':206 'sister':199,221 'slur':74 'space':174 'specif':391,452 'spiritu':250,267 'stand':51 'state':29,436,444 'stood':68 'stori':409 'support':439 'sync':368 'take':265 'taken':257 'target':31,193,450 'texa':14,379,419 'thoma':235 'threat':76 'three':65 'thrive':178 'today':87 'transgend':35 'ugli':109 'unclear':462 'unit':8 'us':254,260 'use':356 'venu':313 'violenc':197 'voic':167 'wasn':395 'weather':86 'work':215,268 'worship':181 'would':454"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1695906060
    +visibility: "visible             "
    +apId: "https://feddit.ch/post/1306063"
    +editedAt: null
    +createdAt: DateTimeImmutable @1695819660 {#2834
      date: 2023-09-27 15:01:00.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
  +body: """
    Yes and they are hypocrites.\n
    \n
    It’s amazing the mental gymnastics Christians will do to justify their hateful beliefs.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1695899761 {#2035
    date: 2023-09-28 13:16:01.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCool@feddit.ch"
    "@qooqie@lemmy.world"
    "@eestileib@sh.itjust.works"
    "@Bunnylux@lemmy.world"
    "@CaptFeather@lemm.ee"
    "@prole@sh.itjust.works"
    "@jpeps@lemmy.world"
  ]
  +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: 29975
  -bodyTs: "'amaz':8 'belief':19 'christian':12 'gymnast':11 'hate':18 'hypocrit':5 'justifi':16 'mental':10 'yes':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/3724621"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695899761 {#2031
    date: 2023-09-28 13:16:01.0 +02:00
  }
  +"title": 29975
}
"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
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 {#2077
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2377
    +user: Proxies\__CG__\App\Entity\User {#2757 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
    +image: Proxies\__CG__\App\Entity\Image {#3039 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3056 …}
    +slug: "Texas-church-defies-government-crackdown-by-blessing-drag-queens"
    +title: "Texas church defies government crackdown by blessing drag queens"
    +url: "https://www.lgbtqnation.com/2023/09/texas-church-defies-government-crackdown-by-blessing-drag-queens/"
    +body: """
      The Cathedral of Hope — an LGBTQ±affirming United Church of Christ in Dallas, Texas — has made a concerted effort to defend the queer community from “persecution,” as the state government targets drag queens and transgender people.\n
      \n
      The church recently held a service where they blessed drag queens and pledged to “stand for justice, proclaim love, and protect the rights of all people.”\n
      \n
      While about three dozen protestors stood outside of the church hurling slurs and threats, approximately 850 people attended the service.\n
      \n
      “Anyone check the weather today?!” one protester screamed. “’Cause it might rain fire and brimstone on this church and burn every homo inside!”\n
      \n
      But for the ugliness on display outside, the congregation filled the building with love and “radical inclusivity.”\n
      \n
      “We recognize that all people are made in the loving image of God, no matter who they are, how they dress, express themselves, or who they love,” the pastor intoned during the service. “We celebrate this divine diversity and commit to lifting up the voices of the LGBTQ+ community and creating spaces where everyone can thrive.”\n
      \n
      As one worship leader noted as the pastor gave communion, “Drag queens are often targets of hate and violence.” The Sisters of Perpetual Indulgence, in particular, were singled out for particular honor due to their lifesaving work during the AIDS epidemic.\n
      \n
      “These Sisters were at the bedsides of men dying of AIDS,” Rev. Dr. Neil G. Thomas said. “They bring humor, they bring activism, they provide and bring a level of spirituality that many of us have had taken away from us. Despite the humor, they take their spiritual work very seriously.”\n
      \n
      The service was a response to recently passed legislation meant to make a drag a crime. The law, passed by Republicans, has been challenged in court by civil rights groups and blocked repeatedly by federal courts.\n
      \n
      The law punishes drag performers and venues with a $10,000 fine if they allow a minor to see a “sexually explicit” performance. Such a performance is defined as one in which “a male performer [is] exhibiting as a female, or a female performer exhibiting as a male, who uses clothing, makeup, or other similar physical markers and who sings, lip syncs, dances, or otherwise performs before an audience.”\n
      \n
      Lawyers from the Texas Attorney General’s office argued that because the law didn’t specifically mention drag, it wasn’t discriminatory to drag performances. However, in June, Gov. Greg Abbott ® shared a story about the law’s passage that contained the headline, “Texas Governor Signs Law Banning Drag Performances in Public,” and added the comment, “That’s right.” Many state politicians who supported the law also publicly stated that it was meant to target drag, specifically.\n
      \n
      But would the law apply to churches? That’s unclear.\n
      \n
      “My kid was here,” the lead pastor said. “I don’t have the right to choose to bring my kid to church when there are drag queens?”
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 101
    +favouriteCount: 718
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696166183 {#2264
      date: 2023-10-01 15:16:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3055 …}
    +votes: Doctrine\ORM\PersistentCollection {#3053 …}
    +reports: Doctrine\ORM\PersistentCollection {#3050 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3084 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3080 …}
    +badges: Doctrine\ORM\PersistentCollection {#3097 …}
    +children: [
      9 => App\Entity\EntryComment {#2036
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Yes and they are hypocrites.\n
          \n
          It’s amazing the mental gymnastics Christians will do to justify their hateful beliefs.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695899761 {#2035
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +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: 29975
        -bodyTs: "'amaz':8 'belief':19 'christian':12 'gymnast':11 'hate':18 'hypocrit':5 'justifi':16 'mental':10 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724621"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899761 {#2031
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +"title": 29975
      }
      10 => App\Entity\EntryComment {#2077}
      7 => App\Entity\EntryComment {#1384
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          If you don’t believe that Jesus died and rose again for your sins, then you’re not a Christian by definition.\n
          \n
          Also, those are not “obscure” stories. They’re the basis of all Abrahamic religions, including Christianity. In fact, the only reason there even is a NT is because they wanted to write about the “prophecies” from the OT “coming true.” You can’t have one without the other.\n
          \n
          And, once again, Jesus is God. God did really fucked up things in the old testament, that means Jesus did really fucked up things. In the NT he supported those fucked up things that he did, and his existence itself is allegedly a fulfillment of OT prophecy. That’s why they killed him! Assuming he ever existed in the first place.\n
          \n
          Not trying to be a dick, but as someone who was raised in an evangelical church, I know the Bible inside and out. People who pick and choose, or pretend they can be Christian and still think being gay is ok, piss me off because it’s a direct contradiction of what you claim to believe.\n
          \n
          People like you legitimize a barbaric religion that is (once again) destroying the fabric of our society. Be honest with yourself and come to terms with the fact that your religion condones slavery, and killing people for being homosexual.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1695846077 {#2394
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1383 …}
        +nested: Doctrine\ORM\PersistentCollection {#1405 …}
        +votes: Doctrine\ORM\PersistentCollection {#1382 …}
        +reports: Doctrine\ORM\PersistentCollection {#1404 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
        -id: 29919
        -bodyTs: "'abraham':35 'alleg':112 'also':23 'assum':124 'barbar':193 'basi':32 'believ':5,187 'bibl':151 'choos':159 'christian':20,38,165 'church':147 'claim':185 'come':61,210 'condon':219 'contradict':181 'definit':22 'destroy':199 'dick':137 'die':8 'direct':180 'evangel':146 'even':45 'ever':126 'exist':109,127 'fabric':201 'fact':40,215 'first':130 'fuck':80,92,101 'fulfil':114 'gay':170 'god':76,77 'homosexu':226 'honest':206 'includ':37 'insid':152 'jesus':7,74,89 'kill':122,222 'know':149 'legitim':191 'like':189 'mean':88 'nt':48,97 'obscur':27 'ok':172 'old':85 'one':67 'ot':60,116 'peopl':155,188,223 'pick':157 'piss':173 'place':131 'pretend':161 'propheci':57,117 'rais':143 're':17,30 'realli':79,91 'reason':43 'religion':36,194,218 'rose':10 'sin':14 'slaveri':220 'societi':204 'someon':140 'still':167 'stori':28 'support':99 'term':212 'testament':86 'thing':82,94,103 'think':168 'tri':133 'true':62 'want':52 'without':68 'write':54"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3706874"
        +editedAt: DateTimeImmutable @1695846183 {#2395
          date: 2023-09-27 22:23:03.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846077 {#2393
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +"title": 29919
      }
      8 => App\Entity\EntryComment {#2026
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          You need to look again, because it absolutely does. Or do you think, “if a man lies with another man,” was just talking about best buds sleeping in the same bed.\n
          \n
          **edit:** I guess people are too lazy to look themselves for something that’s already common knowledge…\n
          \n
          But it’s Leviticus 20:13.\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1695846676 {#2023
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2022 …}
        +nested: Doctrine\ORM\PersistentCollection {#2025 …}
        +votes: Doctrine\ORM\PersistentCollection {#2033 …}
        +reports: Doctrine\ORM\PersistentCollection {#2028 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2012 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2013 …}
        -id: 29924
        -bodyTs: "'13':54 '20':53 'abomin':70 'absolut':8 'alreadi':46 'anoth':19 'bed':31 'best':25 'blood':79 'bud':26 'commit':69 'common':47 'death':77 'edit':32 'guess':34 'knowledg':48 'lazi':38 'leviticus':52 'lie':17,59 'look':4,40 'man':16,20,58 'mankind':61 'need':2 'peopl':35 'put':75 'shall':72,80 'sleep':27 'someth':43 'sure':73 'talk':23 'think':13 'upon':82 'womankind':64"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3707120"
        +editedAt: DateTimeImmutable @1695913492 {#2030
          date: 2023-09-28 17:04:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846676 {#2032
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +"title": 29924
      }
      5 => App\Entity\EntryComment {#1909
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1708 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Ok, just pointing out that your beliefs are not consistent with your holy book.\n
          \n
          By what criteria are you able to justify ignoring parts of the book and not others? Is it not the inerrant word of God? Didn’t Jesus say that he didn’t come to abolish the law, but to fulfill it? He made it very clear that you can’t just throw away the OT.\n
          \n
          You seem to have good values, just don’t see the reason any kind of unscientific claims about the supernatural need to be a part of it. Just unnecessary baggage.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 20
        +score: 0
        +lastActive: DateTime @1695840894 {#1910
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1926 …}
        +nested: Doctrine\ORM\PersistentCollection {#1874 …}
        +votes: Doctrine\ORM\PersistentCollection {#1908 …}
        +reports: Doctrine\ORM\PersistentCollection {#1883 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2387 …}
        -id: 29907
        -bodyTs: "'abl':20 'abolish':49 'away':67 'baggag':99 'belief':7 'book':14,27 'claim':86 'clear':60 'come':47 'consist':10 'criteria':17 'didn':39,45 'fulfil':54 'god':38 'good':74 'holi':13 'ignor':23 'inerr':35 'jesus':41 'justifi':22 'kind':83 'law':51 'made':57 'need':90 'ok':1 'ot':69 'other':30 'part':24,94 'point':3 'reason':81 'say':42 'see':79 'seem':71 'supernatur':89 'throw':66 'unnecessari':98 'unscientif':85 'valu':75 'word':36"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3704378"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695840894 {#1906
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +"title": 29907
      }
      6 => App\Entity\EntryComment {#2135
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2136 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "I’m well aware of the apologetics. Whatever mental gymnastics you have to do, friend. Maybe one day you’ll be free of the constant cognitive dissonance. It’s a huge relief."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695905918 {#2159
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2137 …}
        +nested: Doctrine\ORM\PersistentCollection {#2068 …}
        +votes: Doctrine\ORM\PersistentCollection {#2069 …}
        +reports: Doctrine\ORM\PersistentCollection {#2074 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2071 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2070 …}
        -id: 29991
        -bodyTs: "'apologet':7 'awar':4 'cognit':26 'constant':25 'day':18 'disson':27 'free':22 'friend':15 'gymnast':10 'huge':31 'll':20 'm':2 'mayb':16 'mental':9 'one':17 'relief':32 'well':3 'whatev':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3727709"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695905918 {#2143
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +"title": 29991
      }
      4 => App\Entity\EntryComment {#2333
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2323 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "Leviticus 20:13 is very clear. What makes you think you can just ignore that part?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695903764 {#2327
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2324 …}
        +nested: Doctrine\ORM\PersistentCollection {#2334 …}
        +votes: Doctrine\ORM\PersistentCollection {#2341 …}
        +reports: Doctrine\ORM\PersistentCollection {#2337 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2336 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2339 …}
        -id: 29987
        -bodyTs: "'13':3 '20':2 'clear':6 'ignor':14 'leviticus':1 'make':8 'part':16 'think':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726695"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695903764 {#2329
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +"title": 29987
      }
      3 => App\Entity\EntryComment {#2056
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          What was hateful about what I said?\n
          \n
          We’ve got Christians on the verge of genocide in the name of your God, but I’m “hateful” for pointing out that they’re just following their holy book?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695913394 {#2048
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2046 …}
        +nested: Doctrine\ORM\PersistentCollection {#2045 …}
        +votes: Doctrine\ORM\PersistentCollection {#2050 …}
        +reports: Doctrine\ORM\PersistentCollection {#2052 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
        -id: 29994
        -bodyTs: "'book':37 'christian':11 'follow':34 'genocid':16 'god':22 'got':10 'hate':3,26 'holi':36 'm':25 'name':19 'point':28 're':32 'said':7 've':9 'verg':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3731992"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695913394 {#2051
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +"title": 29994
      }
      2 => App\Entity\EntryComment {#2370
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          The Bible contains quite a bit of hating others… God is a real piece of shit in the old testament. What did Job do to deserve what he got? Why did he tell Abraham to kill his own son for a goof? The book literally justifies slavery.\n
          \n
          According to the book, Jesus is God, so…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1695838397 {#2471
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2361 …}
        +nested: Doctrine\ORM\PersistentCollection {#2372 …}
        +votes: Doctrine\ORM\PersistentCollection {#2386 …}
        +reports: Doctrine\ORM\PersistentCollection {#2385 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
        -id: 29898
        -bodyTs: "'abraham':34 'accord':48 'bibl':2 'bit':6 'book':44,51 'contain':3 'deserv':26 'god':10,54 'goof':42 'got':29 'hate':8 'jesus':52 'job':23 'justifi':46 'kill':36 'liter':45 'old':19 'other':9 'piec':14 'quit':4 'real':13 'shit':16 'slaveri':47 'son':39 'tell':33 'testament':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3703429"
        +editedAt: DateTimeImmutable @1695838464 {#2371
          date: 2023-09-27 20:14:24.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695838397 {#2363
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +"title": 29898
      }
      1 => App\Entity\EntryComment {#2344
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          In case you didn’t see the other replies, Leviticus 20:13:\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.\n
          \n
          Seems pretty black and white to me.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695902427 {#2347
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2349 …}
        +nested: Doctrine\ORM\PersistentCollection {#2141 …}
        +votes: Doctrine\ORM\PersistentCollection {#2164 …}
        +reports: Doctrine\ORM\PersistentCollection {#2314 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2191 …}
        -id: 29982
        -bodyTs: "'13':12 '20':11 'abomin':28 'black':44 'blood':37 'case':2 'commit':27 'death':35 'didn':4 'leviticus':10 'lie':17 'man':16 'mankind':19 'pretti':43 'put':33 'repli':9 'see':6 'seem':42 'shall':30,38 'sure':31 'upon':40 'white':46 'womankind':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726243"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902427 {#2332
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +"title": 29982
      }
      0 => App\Entity\EntryComment {#2140
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          How is that contradictory? I didn’t say all Christians are hypocrites, just the ones that pick and choose what verses are convenient for them. Westboro Baptist seems to adhere pretty closely.\n
          \n
          Christianity itself is a hateful ideology. Many people pick some of those hateful things when they walk past on the buffett line. Those people are both hateful and hypocritical.\n
          \n
          I’m saying to either do it the way it says you have to do it, or stop wasting your time.\n
          \n
          After all, God did say not to be lukewarm Christians, and if you are, he will *“spew you from his mouth”*
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695902289 {#2094
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2133 …}
        +nested: Doctrine\ORM\PersistentCollection {#2131 …}
        +votes: Doctrine\ORM\PersistentCollection {#2138 …}
        +reports: Doctrine\ORM\PersistentCollection {#2345 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2330 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2346 …}
        -id: 29981
        -bodyTs: "'adher':30 'baptist':27 'buffett':53 'choos':19 'christian':10,33,92 'close':32 'contradictori':4 'conveni':23 'didn':6 'either':66 'god':85 'hate':37,45,59 'hypocrit':12,61 'ideolog':38 'line':54 'lukewarm':91 'm':63 'mani':39 'mouth':103 'one':15 'past':50 'peopl':40,56 'pick':17,41 'pretti':31 'say':8,64,72,87 'seem':28 'spew':99 'stop':79 'thing':46 'time':82 'vers':21 'walk':49 'wast':80 'way':70 'westboro':26"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726207"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902289 {#2241
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +"title": 29981
      }
    ]
    -id: 2351
    -titleTs: "'bless':7 'church':2 'crackdown':5 'defi':3 'drag':8 'govern':4 'queen':9 'texa':1"
    -bodyTs: "'000':317 '10':316 '850':78 'abbott':406 'activ':242 'ad':429 'affirm':7 'aid':218,230 'allow':321 'also':442 'anyon':83 'appli':457 'approxim':77 'argu':384 'attend':80 'attorney':380 'audienc':375 'away':258 'ban':423 'bedsid':225 'bless':45 'block':302 'brimston':97 'bring':238,241,246,480 'build':117 'burn':102 'cathedr':2 'caus':91 'celebr':157 'challeng':294 'check':84 'choos':478 'christ':11 'church':9,38,72,100,459,484 'civil':298 'cloth':357 'comment':431 'commit':162 'communion':188 'communiti':24,171 'concert':18 'congreg':114 'contain':416 'court':296,306 'creat':173 'crime':286 'dalla':13 'danc':369 'defend':21 'defin':334 'despit':261 'didn':389 'die':228 'discriminatori':397 'display':111 'divers':160 'divin':159 'dozen':66 'dr':232 'drag':32,46,189,284,310,393,399,424,451,488 'dress':143 'due':211 'effort':19 'epidem':219 'everi':103 'everyon':176 'exhibit':343,351 'explicit':328 'express':144 'feder':305 'femal':346,349 'fill':115 'fine':318 'fire':95 'g':234 'gave':187 'general':381 'god':135 'gov':404 'govern':30 'governor':420 'greg':405 'group':300 'hate':195 'headlin':418 'held':40 'homo':104 'honor':210 'hope':4 'howev':401 'humor':239,263 'hurl':73 'imag':133 'inclus':122 'indulg':202 'insid':105 'inton':152 'june':403 'justic':53 'kid':464,482 'law':288,308,388,412,422,441,456 'lawyer':376 'lead':468 'leader':182 'legisl':279 'level':248 'lgbtq':6,170 'lifesav':214 'lift':164 'lip':367 'love':55,119,132,149 'made':16,129 'make':282 'makeup':358 'male':340,354 'mani':252,435 'marker':363 'matter':137 'meant':280,448 'men':227 'mention':392 'might':93 'minor':323 'neil':233 'note':183 'offic':383 'often':192 'one':88,180,336 'otherwis':371 'outsid':69,112 'particular':204,209 'pass':278,289 'passag':414 'pastor':151,186,469 'peopl':36,62,79,127 'perform':311,329,332,341,350,372,400,425 'perpetu':201 'persecut':26 'physic':362 'pledg':49 'politician':437 'proclaim':54 'protect':57 'protest':89 'protestor':67 'provid':244 'public':427,443 'punish':309 'queen':33,47,190,489 'queer':23 'radic':121 'rain':94 'recent':39,277 'recogn':124 'repeat':303 'republican':291 'respons':275 'rev':231 'right':59,299,434,476 'said':236,470 'scream':90 'see':325 'serious':270 'servic':42,82,155,272 'sexual':327 'share':407 'sign':421 'similar':361 'sing':366 'singl':206 'sister':199,221 'slur':74 'space':174 'specif':391,452 'spiritu':250,267 'stand':51 'state':29,436,444 'stood':68 'stori':409 'support':439 'sync':368 'take':265 'taken':257 'target':31,193,450 'texa':14,379,419 'thoma':235 'threat':76 'three':65 'thrive':178 'today':87 'transgend':35 'ugli':109 'unclear':462 'unit':8 'us':254,260 'use':356 'venu':313 'violenc':197 'voic':167 'wasn':395 'weather':86 'work':215,268 'worship':181 'would':454"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1695906060
    +visibility: "visible             "
    +apId: "https://feddit.ch/post/1306063"
    +editedAt: null
    +createdAt: DateTimeImmutable @1695819660 {#2834
      date: 2023-09-27 15:01:00.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
  +body: "It’s pretty close to the beginning, which is kind of telling… maybe try actually reading your holy book. You may be surprised what you find."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1695899854 {#2062
    date: 2023-09-28 13:17:34.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCool@feddit.ch"
    "@qooqie@lemmy.world"
    "@eestileib@sh.itjust.works"
    "@Bunnylux@lemmy.world"
    "@CaptFeather@lemm.ee"
    "@prole@sh.itjust.works"
    "@andyburke@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: 29976
  -bodyTs: "'actual':15 'begin':7 'book':19 'close':4 'find':26 'holi':18 'kind':10 'may':21 'mayb':13 'pretti':3 'read':16 'surpris':23 'tell':12 'tri':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/3724660"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695899854 {#2081
    date: 2023-09-28 13:17:34.0 +02:00
  }
  +"title": 29976
}
"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 {#2077
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2377
    +user: Proxies\__CG__\App\Entity\User {#2757 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
    +image: Proxies\__CG__\App\Entity\Image {#3039 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3056 …}
    +slug: "Texas-church-defies-government-crackdown-by-blessing-drag-queens"
    +title: "Texas church defies government crackdown by blessing drag queens"
    +url: "https://www.lgbtqnation.com/2023/09/texas-church-defies-government-crackdown-by-blessing-drag-queens/"
    +body: """
      The Cathedral of Hope — an LGBTQ±affirming United Church of Christ in Dallas, Texas — has made a concerted effort to defend the queer community from “persecution,” as the state government targets drag queens and transgender people.\n
      \n
      The church recently held a service where they blessed drag queens and pledged to “stand for justice, proclaim love, and protect the rights of all people.”\n
      \n
      While about three dozen protestors stood outside of the church hurling slurs and threats, approximately 850 people attended the service.\n
      \n
      “Anyone check the weather today?!” one protester screamed. “’Cause it might rain fire and brimstone on this church and burn every homo inside!”\n
      \n
      But for the ugliness on display outside, the congregation filled the building with love and “radical inclusivity.”\n
      \n
      “We recognize that all people are made in the loving image of God, no matter who they are, how they dress, express themselves, or who they love,” the pastor intoned during the service. “We celebrate this divine diversity and commit to lifting up the voices of the LGBTQ+ community and creating spaces where everyone can thrive.”\n
      \n
      As one worship leader noted as the pastor gave communion, “Drag queens are often targets of hate and violence.” The Sisters of Perpetual Indulgence, in particular, were singled out for particular honor due to their lifesaving work during the AIDS epidemic.\n
      \n
      “These Sisters were at the bedsides of men dying of AIDS,” Rev. Dr. Neil G. Thomas said. “They bring humor, they bring activism, they provide and bring a level of spirituality that many of us have had taken away from us. Despite the humor, they take their spiritual work very seriously.”\n
      \n
      The service was a response to recently passed legislation meant to make a drag a crime. The law, passed by Republicans, has been challenged in court by civil rights groups and blocked repeatedly by federal courts.\n
      \n
      The law punishes drag performers and venues with a $10,000 fine if they allow a minor to see a “sexually explicit” performance. Such a performance is defined as one in which “a male performer [is] exhibiting as a female, or a female performer exhibiting as a male, who uses clothing, makeup, or other similar physical markers and who sings, lip syncs, dances, or otherwise performs before an audience.”\n
      \n
      Lawyers from the Texas Attorney General’s office argued that because the law didn’t specifically mention drag, it wasn’t discriminatory to drag performances. However, in June, Gov. Greg Abbott ® shared a story about the law’s passage that contained the headline, “Texas Governor Signs Law Banning Drag Performances in Public,” and added the comment, “That’s right.” Many state politicians who supported the law also publicly stated that it was meant to target drag, specifically.\n
      \n
      But would the law apply to churches? That’s unclear.\n
      \n
      “My kid was here,” the lead pastor said. “I don’t have the right to choose to bring my kid to church when there are drag queens?”
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 101
    +favouriteCount: 718
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696166183 {#2264
      date: 2023-10-01 15:16:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3055 …}
    +votes: Doctrine\ORM\PersistentCollection {#3053 …}
    +reports: Doctrine\ORM\PersistentCollection {#3050 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3084 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3080 …}
    +badges: Doctrine\ORM\PersistentCollection {#3097 …}
    +children: [
      9 => App\Entity\EntryComment {#2036
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Yes and they are hypocrites.\n
          \n
          It’s amazing the mental gymnastics Christians will do to justify their hateful beliefs.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695899761 {#2035
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +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: 29975
        -bodyTs: "'amaz':8 'belief':19 'christian':12 'gymnast':11 'hate':18 'hypocrit':5 'justifi':16 'mental':10 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724621"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899761 {#2031
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +"title": 29975
      }
      10 => App\Entity\EntryComment {#2077}
      7 => App\Entity\EntryComment {#1384
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          If you don’t believe that Jesus died and rose again for your sins, then you’re not a Christian by definition.\n
          \n
          Also, those are not “obscure” stories. They’re the basis of all Abrahamic religions, including Christianity. In fact, the only reason there even is a NT is because they wanted to write about the “prophecies” from the OT “coming true.” You can’t have one without the other.\n
          \n
          And, once again, Jesus is God. God did really fucked up things in the old testament, that means Jesus did really fucked up things. In the NT he supported those fucked up things that he did, and his existence itself is allegedly a fulfillment of OT prophecy. That’s why they killed him! Assuming he ever existed in the first place.\n
          \n
          Not trying to be a dick, but as someone who was raised in an evangelical church, I know the Bible inside and out. People who pick and choose, or pretend they can be Christian and still think being gay is ok, piss me off because it’s a direct contradiction of what you claim to believe.\n
          \n
          People like you legitimize a barbaric religion that is (once again) destroying the fabric of our society. Be honest with yourself and come to terms with the fact that your religion condones slavery, and killing people for being homosexual.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1695846077 {#2394
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1383 …}
        +nested: Doctrine\ORM\PersistentCollection {#1405 …}
        +votes: Doctrine\ORM\PersistentCollection {#1382 …}
        +reports: Doctrine\ORM\PersistentCollection {#1404 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
        -id: 29919
        -bodyTs: "'abraham':35 'alleg':112 'also':23 'assum':124 'barbar':193 'basi':32 'believ':5,187 'bibl':151 'choos':159 'christian':20,38,165 'church':147 'claim':185 'come':61,210 'condon':219 'contradict':181 'definit':22 'destroy':199 'dick':137 'die':8 'direct':180 'evangel':146 'even':45 'ever':126 'exist':109,127 'fabric':201 'fact':40,215 'first':130 'fuck':80,92,101 'fulfil':114 'gay':170 'god':76,77 'homosexu':226 'honest':206 'includ':37 'insid':152 'jesus':7,74,89 'kill':122,222 'know':149 'legitim':191 'like':189 'mean':88 'nt':48,97 'obscur':27 'ok':172 'old':85 'one':67 'ot':60,116 'peopl':155,188,223 'pick':157 'piss':173 'place':131 'pretend':161 'propheci':57,117 'rais':143 're':17,30 'realli':79,91 'reason':43 'religion':36,194,218 'rose':10 'sin':14 'slaveri':220 'societi':204 'someon':140 'still':167 'stori':28 'support':99 'term':212 'testament':86 'thing':82,94,103 'think':168 'tri':133 'true':62 'want':52 'without':68 'write':54"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3706874"
        +editedAt: DateTimeImmutable @1695846183 {#2395
          date: 2023-09-27 22:23:03.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846077 {#2393
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +"title": 29919
      }
      8 => App\Entity\EntryComment {#2026
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          You need to look again, because it absolutely does. Or do you think, “if a man lies with another man,” was just talking about best buds sleeping in the same bed.\n
          \n
          **edit:** I guess people are too lazy to look themselves for something that’s already common knowledge…\n
          \n
          But it’s Leviticus 20:13.\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1695846676 {#2023
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2022 …}
        +nested: Doctrine\ORM\PersistentCollection {#2025 …}
        +votes: Doctrine\ORM\PersistentCollection {#2033 …}
        +reports: Doctrine\ORM\PersistentCollection {#2028 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2012 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2013 …}
        -id: 29924
        -bodyTs: "'13':54 '20':53 'abomin':70 'absolut':8 'alreadi':46 'anoth':19 'bed':31 'best':25 'blood':79 'bud':26 'commit':69 'common':47 'death':77 'edit':32 'guess':34 'knowledg':48 'lazi':38 'leviticus':52 'lie':17,59 'look':4,40 'man':16,20,58 'mankind':61 'need':2 'peopl':35 'put':75 'shall':72,80 'sleep':27 'someth':43 'sure':73 'talk':23 'think':13 'upon':82 'womankind':64"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3707120"
        +editedAt: DateTimeImmutable @1695913492 {#2030
          date: 2023-09-28 17:04:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846676 {#2032
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +"title": 29924
      }
      5 => App\Entity\EntryComment {#1909
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1708 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Ok, just pointing out that your beliefs are not consistent with your holy book.\n
          \n
          By what criteria are you able to justify ignoring parts of the book and not others? Is it not the inerrant word of God? Didn’t Jesus say that he didn’t come to abolish the law, but to fulfill it? He made it very clear that you can’t just throw away the OT.\n
          \n
          You seem to have good values, just don’t see the reason any kind of unscientific claims about the supernatural need to be a part of it. Just unnecessary baggage.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 20
        +score: 0
        +lastActive: DateTime @1695840894 {#1910
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1926 …}
        +nested: Doctrine\ORM\PersistentCollection {#1874 …}
        +votes: Doctrine\ORM\PersistentCollection {#1908 …}
        +reports: Doctrine\ORM\PersistentCollection {#1883 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2387 …}
        -id: 29907
        -bodyTs: "'abl':20 'abolish':49 'away':67 'baggag':99 'belief':7 'book':14,27 'claim':86 'clear':60 'come':47 'consist':10 'criteria':17 'didn':39,45 'fulfil':54 'god':38 'good':74 'holi':13 'ignor':23 'inerr':35 'jesus':41 'justifi':22 'kind':83 'law':51 'made':57 'need':90 'ok':1 'ot':69 'other':30 'part':24,94 'point':3 'reason':81 'say':42 'see':79 'seem':71 'supernatur':89 'throw':66 'unnecessari':98 'unscientif':85 'valu':75 'word':36"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3704378"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695840894 {#1906
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +"title": 29907
      }
      6 => App\Entity\EntryComment {#2135
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2136 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "I’m well aware of the apologetics. Whatever mental gymnastics you have to do, friend. Maybe one day you’ll be free of the constant cognitive dissonance. It’s a huge relief."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695905918 {#2159
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2137 …}
        +nested: Doctrine\ORM\PersistentCollection {#2068 …}
        +votes: Doctrine\ORM\PersistentCollection {#2069 …}
        +reports: Doctrine\ORM\PersistentCollection {#2074 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2071 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2070 …}
        -id: 29991
        -bodyTs: "'apologet':7 'awar':4 'cognit':26 'constant':25 'day':18 'disson':27 'free':22 'friend':15 'gymnast':10 'huge':31 'll':20 'm':2 'mayb':16 'mental':9 'one':17 'relief':32 'well':3 'whatev':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3727709"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695905918 {#2143
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +"title": 29991
      }
      4 => App\Entity\EntryComment {#2333
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2323 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "Leviticus 20:13 is very clear. What makes you think you can just ignore that part?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695903764 {#2327
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2324 …}
        +nested: Doctrine\ORM\PersistentCollection {#2334 …}
        +votes: Doctrine\ORM\PersistentCollection {#2341 …}
        +reports: Doctrine\ORM\PersistentCollection {#2337 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2336 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2339 …}
        -id: 29987
        -bodyTs: "'13':3 '20':2 'clear':6 'ignor':14 'leviticus':1 'make':8 'part':16 'think':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726695"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695903764 {#2329
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +"title": 29987
      }
      3 => App\Entity\EntryComment {#2056
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          What was hateful about what I said?\n
          \n
          We’ve got Christians on the verge of genocide in the name of your God, but I’m “hateful” for pointing out that they’re just following their holy book?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695913394 {#2048
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2046 …}
        +nested: Doctrine\ORM\PersistentCollection {#2045 …}
        +votes: Doctrine\ORM\PersistentCollection {#2050 …}
        +reports: Doctrine\ORM\PersistentCollection {#2052 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
        -id: 29994
        -bodyTs: "'book':37 'christian':11 'follow':34 'genocid':16 'god':22 'got':10 'hate':3,26 'holi':36 'm':25 'name':19 'point':28 're':32 'said':7 've':9 'verg':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3731992"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695913394 {#2051
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +"title": 29994
      }
      2 => App\Entity\EntryComment {#2370
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          The Bible contains quite a bit of hating others… God is a real piece of shit in the old testament. What did Job do to deserve what he got? Why did he tell Abraham to kill his own son for a goof? The book literally justifies slavery.\n
          \n
          According to the book, Jesus is God, so…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1695838397 {#2471
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2361 …}
        +nested: Doctrine\ORM\PersistentCollection {#2372 …}
        +votes: Doctrine\ORM\PersistentCollection {#2386 …}
        +reports: Doctrine\ORM\PersistentCollection {#2385 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
        -id: 29898
        -bodyTs: "'abraham':34 'accord':48 'bibl':2 'bit':6 'book':44,51 'contain':3 'deserv':26 'god':10,54 'goof':42 'got':29 'hate':8 'jesus':52 'job':23 'justifi':46 'kill':36 'liter':45 'old':19 'other':9 'piec':14 'quit':4 'real':13 'shit':16 'slaveri':47 'son':39 'tell':33 'testament':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3703429"
        +editedAt: DateTimeImmutable @1695838464 {#2371
          date: 2023-09-27 20:14:24.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695838397 {#2363
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +"title": 29898
      }
      1 => App\Entity\EntryComment {#2344
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          In case you didn’t see the other replies, Leviticus 20:13:\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.\n
          \n
          Seems pretty black and white to me.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695902427 {#2347
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2349 …}
        +nested: Doctrine\ORM\PersistentCollection {#2141 …}
        +votes: Doctrine\ORM\PersistentCollection {#2164 …}
        +reports: Doctrine\ORM\PersistentCollection {#2314 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2191 …}
        -id: 29982
        -bodyTs: "'13':12 '20':11 'abomin':28 'black':44 'blood':37 'case':2 'commit':27 'death':35 'didn':4 'leviticus':10 'lie':17 'man':16 'mankind':19 'pretti':43 'put':33 'repli':9 'see':6 'seem':42 'shall':30,38 'sure':31 'upon':40 'white':46 'womankind':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726243"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902427 {#2332
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +"title": 29982
      }
      0 => App\Entity\EntryComment {#2140
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          How is that contradictory? I didn’t say all Christians are hypocrites, just the ones that pick and choose what verses are convenient for them. Westboro Baptist seems to adhere pretty closely.\n
          \n
          Christianity itself is a hateful ideology. Many people pick some of those hateful things when they walk past on the buffett line. Those people are both hateful and hypocritical.\n
          \n
          I’m saying to either do it the way it says you have to do it, or stop wasting your time.\n
          \n
          After all, God did say not to be lukewarm Christians, and if you are, he will *“spew you from his mouth”*
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695902289 {#2094
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2133 …}
        +nested: Doctrine\ORM\PersistentCollection {#2131 …}
        +votes: Doctrine\ORM\PersistentCollection {#2138 …}
        +reports: Doctrine\ORM\PersistentCollection {#2345 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2330 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2346 …}
        -id: 29981
        -bodyTs: "'adher':30 'baptist':27 'buffett':53 'choos':19 'christian':10,33,92 'close':32 'contradictori':4 'conveni':23 'didn':6 'either':66 'god':85 'hate':37,45,59 'hypocrit':12,61 'ideolog':38 'line':54 'lukewarm':91 'm':63 'mani':39 'mouth':103 'one':15 'past':50 'peopl':40,56 'pick':17,41 'pretti':31 'say':8,64,72,87 'seem':28 'spew':99 'stop':79 'thing':46 'time':82 'vers':21 'walk':49 'wast':80 'way':70 'westboro':26"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726207"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902289 {#2241
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +"title": 29981
      }
    ]
    -id: 2351
    -titleTs: "'bless':7 'church':2 'crackdown':5 'defi':3 'drag':8 'govern':4 'queen':9 'texa':1"
    -bodyTs: "'000':317 '10':316 '850':78 'abbott':406 'activ':242 'ad':429 'affirm':7 'aid':218,230 'allow':321 'also':442 'anyon':83 'appli':457 'approxim':77 'argu':384 'attend':80 'attorney':380 'audienc':375 'away':258 'ban':423 'bedsid':225 'bless':45 'block':302 'brimston':97 'bring':238,241,246,480 'build':117 'burn':102 'cathedr':2 'caus':91 'celebr':157 'challeng':294 'check':84 'choos':478 'christ':11 'church':9,38,72,100,459,484 'civil':298 'cloth':357 'comment':431 'commit':162 'communion':188 'communiti':24,171 'concert':18 'congreg':114 'contain':416 'court':296,306 'creat':173 'crime':286 'dalla':13 'danc':369 'defend':21 'defin':334 'despit':261 'didn':389 'die':228 'discriminatori':397 'display':111 'divers':160 'divin':159 'dozen':66 'dr':232 'drag':32,46,189,284,310,393,399,424,451,488 'dress':143 'due':211 'effort':19 'epidem':219 'everi':103 'everyon':176 'exhibit':343,351 'explicit':328 'express':144 'feder':305 'femal':346,349 'fill':115 'fine':318 'fire':95 'g':234 'gave':187 'general':381 'god':135 'gov':404 'govern':30 'governor':420 'greg':405 'group':300 'hate':195 'headlin':418 'held':40 'homo':104 'honor':210 'hope':4 'howev':401 'humor':239,263 'hurl':73 'imag':133 'inclus':122 'indulg':202 'insid':105 'inton':152 'june':403 'justic':53 'kid':464,482 'law':288,308,388,412,422,441,456 'lawyer':376 'lead':468 'leader':182 'legisl':279 'level':248 'lgbtq':6,170 'lifesav':214 'lift':164 'lip':367 'love':55,119,132,149 'made':16,129 'make':282 'makeup':358 'male':340,354 'mani':252,435 'marker':363 'matter':137 'meant':280,448 'men':227 'mention':392 'might':93 'minor':323 'neil':233 'note':183 'offic':383 'often':192 'one':88,180,336 'otherwis':371 'outsid':69,112 'particular':204,209 'pass':278,289 'passag':414 'pastor':151,186,469 'peopl':36,62,79,127 'perform':311,329,332,341,350,372,400,425 'perpetu':201 'persecut':26 'physic':362 'pledg':49 'politician':437 'proclaim':54 'protect':57 'protest':89 'protestor':67 'provid':244 'public':427,443 'punish':309 'queen':33,47,190,489 'queer':23 'radic':121 'rain':94 'recent':39,277 'recogn':124 'repeat':303 'republican':291 'respons':275 'rev':231 'right':59,299,434,476 'said':236,470 'scream':90 'see':325 'serious':270 'servic':42,82,155,272 'sexual':327 'share':407 'sign':421 'similar':361 'sing':366 'singl':206 'sister':199,221 'slur':74 'space':174 'specif':391,452 'spiritu':250,267 'stand':51 'state':29,436,444 'stood':68 'stori':409 'support':439 'sync':368 'take':265 'taken':257 'target':31,193,450 'texa':14,379,419 'thoma':235 'threat':76 'three':65 'thrive':178 'today':87 'transgend':35 'ugli':109 'unclear':462 'unit':8 'us':254,260 'use':356 'venu':313 'violenc':197 'voic':167 'wasn':395 'weather':86 'work':215,268 'worship':181 'would':454"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1695906060
    +visibility: "visible             "
    +apId: "https://feddit.ch/post/1306063"
    +editedAt: null
    +createdAt: DateTimeImmutable @1695819660 {#2834
      date: 2023-09-27 15:01:00.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
  +body: "It’s pretty close to the beginning, which is kind of telling… maybe try actually reading your holy book. You may be surprised what you find."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1695899854 {#2062
    date: 2023-09-28 13:17:34.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCool@feddit.ch"
    "@qooqie@lemmy.world"
    "@eestileib@sh.itjust.works"
    "@Bunnylux@lemmy.world"
    "@CaptFeather@lemm.ee"
    "@prole@sh.itjust.works"
    "@andyburke@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: 29976
  -bodyTs: "'actual':15 'begin':7 'book':19 'close':4 'find':26 'holi':18 'kind':10 'may':21 'mayb':13 'pretti':3 'read':16 'surpris':23 'tell':12 'tri':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/3724660"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695899854 {#2081
    date: 2023-09-28 13:17:34.0 +02:00
  }
  +"title": 29976
}
"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 {#2077
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2377
    +user: Proxies\__CG__\App\Entity\User {#2757 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
    +image: Proxies\__CG__\App\Entity\Image {#3039 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3056 …}
    +slug: "Texas-church-defies-government-crackdown-by-blessing-drag-queens"
    +title: "Texas church defies government crackdown by blessing drag queens"
    +url: "https://www.lgbtqnation.com/2023/09/texas-church-defies-government-crackdown-by-blessing-drag-queens/"
    +body: """
      The Cathedral of Hope — an LGBTQ±affirming United Church of Christ in Dallas, Texas — has made a concerted effort to defend the queer community from “persecution,” as the state government targets drag queens and transgender people.\n
      \n
      The church recently held a service where they blessed drag queens and pledged to “stand for justice, proclaim love, and protect the rights of all people.”\n
      \n
      While about three dozen protestors stood outside of the church hurling slurs and threats, approximately 850 people attended the service.\n
      \n
      “Anyone check the weather today?!” one protester screamed. “’Cause it might rain fire and brimstone on this church and burn every homo inside!”\n
      \n
      But for the ugliness on display outside, the congregation filled the building with love and “radical inclusivity.”\n
      \n
      “We recognize that all people are made in the loving image of God, no matter who they are, how they dress, express themselves, or who they love,” the pastor intoned during the service. “We celebrate this divine diversity and commit to lifting up the voices of the LGBTQ+ community and creating spaces where everyone can thrive.”\n
      \n
      As one worship leader noted as the pastor gave communion, “Drag queens are often targets of hate and violence.” The Sisters of Perpetual Indulgence, in particular, were singled out for particular honor due to their lifesaving work during the AIDS epidemic.\n
      \n
      “These Sisters were at the bedsides of men dying of AIDS,” Rev. Dr. Neil G. Thomas said. “They bring humor, they bring activism, they provide and bring a level of spirituality that many of us have had taken away from us. Despite the humor, they take their spiritual work very seriously.”\n
      \n
      The service was a response to recently passed legislation meant to make a drag a crime. The law, passed by Republicans, has been challenged in court by civil rights groups and blocked repeatedly by federal courts.\n
      \n
      The law punishes drag performers and venues with a $10,000 fine if they allow a minor to see a “sexually explicit” performance. Such a performance is defined as one in which “a male performer [is] exhibiting as a female, or a female performer exhibiting as a male, who uses clothing, makeup, or other similar physical markers and who sings, lip syncs, dances, or otherwise performs before an audience.”\n
      \n
      Lawyers from the Texas Attorney General’s office argued that because the law didn’t specifically mention drag, it wasn’t discriminatory to drag performances. However, in June, Gov. Greg Abbott ® shared a story about the law’s passage that contained the headline, “Texas Governor Signs Law Banning Drag Performances in Public,” and added the comment, “That’s right.” Many state politicians who supported the law also publicly stated that it was meant to target drag, specifically.\n
      \n
      But would the law apply to churches? That’s unclear.\n
      \n
      “My kid was here,” the lead pastor said. “I don’t have the right to choose to bring my kid to church when there are drag queens?”
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 101
    +favouriteCount: 718
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696166183 {#2264
      date: 2023-10-01 15:16:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3055 …}
    +votes: Doctrine\ORM\PersistentCollection {#3053 …}
    +reports: Doctrine\ORM\PersistentCollection {#3050 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3084 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3080 …}
    +badges: Doctrine\ORM\PersistentCollection {#3097 …}
    +children: [
      9 => App\Entity\EntryComment {#2036
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Yes and they are hypocrites.\n
          \n
          It’s amazing the mental gymnastics Christians will do to justify their hateful beliefs.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695899761 {#2035
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +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: 29975
        -bodyTs: "'amaz':8 'belief':19 'christian':12 'gymnast':11 'hate':18 'hypocrit':5 'justifi':16 'mental':10 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724621"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899761 {#2031
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +"title": 29975
      }
      10 => App\Entity\EntryComment {#2077}
      7 => App\Entity\EntryComment {#1384
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          If you don’t believe that Jesus died and rose again for your sins, then you’re not a Christian by definition.\n
          \n
          Also, those are not “obscure” stories. They’re the basis of all Abrahamic religions, including Christianity. In fact, the only reason there even is a NT is because they wanted to write about the “prophecies” from the OT “coming true.” You can’t have one without the other.\n
          \n
          And, once again, Jesus is God. God did really fucked up things in the old testament, that means Jesus did really fucked up things. In the NT he supported those fucked up things that he did, and his existence itself is allegedly a fulfillment of OT prophecy. That’s why they killed him! Assuming he ever existed in the first place.\n
          \n
          Not trying to be a dick, but as someone who was raised in an evangelical church, I know the Bible inside and out. People who pick and choose, or pretend they can be Christian and still think being gay is ok, piss me off because it’s a direct contradiction of what you claim to believe.\n
          \n
          People like you legitimize a barbaric religion that is (once again) destroying the fabric of our society. Be honest with yourself and come to terms with the fact that your religion condones slavery, and killing people for being homosexual.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1695846077 {#2394
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1383 …}
        +nested: Doctrine\ORM\PersistentCollection {#1405 …}
        +votes: Doctrine\ORM\PersistentCollection {#1382 …}
        +reports: Doctrine\ORM\PersistentCollection {#1404 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
        -id: 29919
        -bodyTs: "'abraham':35 'alleg':112 'also':23 'assum':124 'barbar':193 'basi':32 'believ':5,187 'bibl':151 'choos':159 'christian':20,38,165 'church':147 'claim':185 'come':61,210 'condon':219 'contradict':181 'definit':22 'destroy':199 'dick':137 'die':8 'direct':180 'evangel':146 'even':45 'ever':126 'exist':109,127 'fabric':201 'fact':40,215 'first':130 'fuck':80,92,101 'fulfil':114 'gay':170 'god':76,77 'homosexu':226 'honest':206 'includ':37 'insid':152 'jesus':7,74,89 'kill':122,222 'know':149 'legitim':191 'like':189 'mean':88 'nt':48,97 'obscur':27 'ok':172 'old':85 'one':67 'ot':60,116 'peopl':155,188,223 'pick':157 'piss':173 'place':131 'pretend':161 'propheci':57,117 'rais':143 're':17,30 'realli':79,91 'reason':43 'religion':36,194,218 'rose':10 'sin':14 'slaveri':220 'societi':204 'someon':140 'still':167 'stori':28 'support':99 'term':212 'testament':86 'thing':82,94,103 'think':168 'tri':133 'true':62 'want':52 'without':68 'write':54"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3706874"
        +editedAt: DateTimeImmutable @1695846183 {#2395
          date: 2023-09-27 22:23:03.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846077 {#2393
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +"title": 29919
      }
      8 => App\Entity\EntryComment {#2026
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          You need to look again, because it absolutely does. Or do you think, “if a man lies with another man,” was just talking about best buds sleeping in the same bed.\n
          \n
          **edit:** I guess people are too lazy to look themselves for something that’s already common knowledge…\n
          \n
          But it’s Leviticus 20:13.\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1695846676 {#2023
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2022 …}
        +nested: Doctrine\ORM\PersistentCollection {#2025 …}
        +votes: Doctrine\ORM\PersistentCollection {#2033 …}
        +reports: Doctrine\ORM\PersistentCollection {#2028 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2012 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2013 …}
        -id: 29924
        -bodyTs: "'13':54 '20':53 'abomin':70 'absolut':8 'alreadi':46 'anoth':19 'bed':31 'best':25 'blood':79 'bud':26 'commit':69 'common':47 'death':77 'edit':32 'guess':34 'knowledg':48 'lazi':38 'leviticus':52 'lie':17,59 'look':4,40 'man':16,20,58 'mankind':61 'need':2 'peopl':35 'put':75 'shall':72,80 'sleep':27 'someth':43 'sure':73 'talk':23 'think':13 'upon':82 'womankind':64"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3707120"
        +editedAt: DateTimeImmutable @1695913492 {#2030
          date: 2023-09-28 17:04:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846676 {#2032
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +"title": 29924
      }
      5 => App\Entity\EntryComment {#1909
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1708 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Ok, just pointing out that your beliefs are not consistent with your holy book.\n
          \n
          By what criteria are you able to justify ignoring parts of the book and not others? Is it not the inerrant word of God? Didn’t Jesus say that he didn’t come to abolish the law, but to fulfill it? He made it very clear that you can’t just throw away the OT.\n
          \n
          You seem to have good values, just don’t see the reason any kind of unscientific claims about the supernatural need to be a part of it. Just unnecessary baggage.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 20
        +score: 0
        +lastActive: DateTime @1695840894 {#1910
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1926 …}
        +nested: Doctrine\ORM\PersistentCollection {#1874 …}
        +votes: Doctrine\ORM\PersistentCollection {#1908 …}
        +reports: Doctrine\ORM\PersistentCollection {#1883 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2387 …}
        -id: 29907
        -bodyTs: "'abl':20 'abolish':49 'away':67 'baggag':99 'belief':7 'book':14,27 'claim':86 'clear':60 'come':47 'consist':10 'criteria':17 'didn':39,45 'fulfil':54 'god':38 'good':74 'holi':13 'ignor':23 'inerr':35 'jesus':41 'justifi':22 'kind':83 'law':51 'made':57 'need':90 'ok':1 'ot':69 'other':30 'part':24,94 'point':3 'reason':81 'say':42 'see':79 'seem':71 'supernatur':89 'throw':66 'unnecessari':98 'unscientif':85 'valu':75 'word':36"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3704378"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695840894 {#1906
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +"title": 29907
      }
      6 => App\Entity\EntryComment {#2135
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2136 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "I’m well aware of the apologetics. Whatever mental gymnastics you have to do, friend. Maybe one day you’ll be free of the constant cognitive dissonance. It’s a huge relief."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695905918 {#2159
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2137 …}
        +nested: Doctrine\ORM\PersistentCollection {#2068 …}
        +votes: Doctrine\ORM\PersistentCollection {#2069 …}
        +reports: Doctrine\ORM\PersistentCollection {#2074 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2071 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2070 …}
        -id: 29991
        -bodyTs: "'apologet':7 'awar':4 'cognit':26 'constant':25 'day':18 'disson':27 'free':22 'friend':15 'gymnast':10 'huge':31 'll':20 'm':2 'mayb':16 'mental':9 'one':17 'relief':32 'well':3 'whatev':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3727709"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695905918 {#2143
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +"title": 29991
      }
      4 => App\Entity\EntryComment {#2333
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2323 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "Leviticus 20:13 is very clear. What makes you think you can just ignore that part?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695903764 {#2327
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2324 …}
        +nested: Doctrine\ORM\PersistentCollection {#2334 …}
        +votes: Doctrine\ORM\PersistentCollection {#2341 …}
        +reports: Doctrine\ORM\PersistentCollection {#2337 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2336 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2339 …}
        -id: 29987
        -bodyTs: "'13':3 '20':2 'clear':6 'ignor':14 'leviticus':1 'make':8 'part':16 'think':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726695"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695903764 {#2329
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +"title": 29987
      }
      3 => App\Entity\EntryComment {#2056
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          What was hateful about what I said?\n
          \n
          We’ve got Christians on the verge of genocide in the name of your God, but I’m “hateful” for pointing out that they’re just following their holy book?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695913394 {#2048
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2046 …}
        +nested: Doctrine\ORM\PersistentCollection {#2045 …}
        +votes: Doctrine\ORM\PersistentCollection {#2050 …}
        +reports: Doctrine\ORM\PersistentCollection {#2052 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
        -id: 29994
        -bodyTs: "'book':37 'christian':11 'follow':34 'genocid':16 'god':22 'got':10 'hate':3,26 'holi':36 'm':25 'name':19 'point':28 're':32 'said':7 've':9 'verg':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3731992"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695913394 {#2051
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +"title": 29994
      }
      2 => App\Entity\EntryComment {#2370
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          The Bible contains quite a bit of hating others… God is a real piece of shit in the old testament. What did Job do to deserve what he got? Why did he tell Abraham to kill his own son for a goof? The book literally justifies slavery.\n
          \n
          According to the book, Jesus is God, so…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1695838397 {#2471
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2361 …}
        +nested: Doctrine\ORM\PersistentCollection {#2372 …}
        +votes: Doctrine\ORM\PersistentCollection {#2386 …}
        +reports: Doctrine\ORM\PersistentCollection {#2385 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
        -id: 29898
        -bodyTs: "'abraham':34 'accord':48 'bibl':2 'bit':6 'book':44,51 'contain':3 'deserv':26 'god':10,54 'goof':42 'got':29 'hate':8 'jesus':52 'job':23 'justifi':46 'kill':36 'liter':45 'old':19 'other':9 'piec':14 'quit':4 'real':13 'shit':16 'slaveri':47 'son':39 'tell':33 'testament':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3703429"
        +editedAt: DateTimeImmutable @1695838464 {#2371
          date: 2023-09-27 20:14:24.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695838397 {#2363
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +"title": 29898
      }
      1 => App\Entity\EntryComment {#2344
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          In case you didn’t see the other replies, Leviticus 20:13:\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.\n
          \n
          Seems pretty black and white to me.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695902427 {#2347
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2349 …}
        +nested: Doctrine\ORM\PersistentCollection {#2141 …}
        +votes: Doctrine\ORM\PersistentCollection {#2164 …}
        +reports: Doctrine\ORM\PersistentCollection {#2314 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2191 …}
        -id: 29982
        -bodyTs: "'13':12 '20':11 'abomin':28 'black':44 'blood':37 'case':2 'commit':27 'death':35 'didn':4 'leviticus':10 'lie':17 'man':16 'mankind':19 'pretti':43 'put':33 'repli':9 'see':6 'seem':42 'shall':30,38 'sure':31 'upon':40 'white':46 'womankind':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726243"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902427 {#2332
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +"title": 29982
      }
      0 => App\Entity\EntryComment {#2140
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          How is that contradictory? I didn’t say all Christians are hypocrites, just the ones that pick and choose what verses are convenient for them. Westboro Baptist seems to adhere pretty closely.\n
          \n
          Christianity itself is a hateful ideology. Many people pick some of those hateful things when they walk past on the buffett line. Those people are both hateful and hypocritical.\n
          \n
          I’m saying to either do it the way it says you have to do it, or stop wasting your time.\n
          \n
          After all, God did say not to be lukewarm Christians, and if you are, he will *“spew you from his mouth”*
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695902289 {#2094
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2133 …}
        +nested: Doctrine\ORM\PersistentCollection {#2131 …}
        +votes: Doctrine\ORM\PersistentCollection {#2138 …}
        +reports: Doctrine\ORM\PersistentCollection {#2345 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2330 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2346 …}
        -id: 29981
        -bodyTs: "'adher':30 'baptist':27 'buffett':53 'choos':19 'christian':10,33,92 'close':32 'contradictori':4 'conveni':23 'didn':6 'either':66 'god':85 'hate':37,45,59 'hypocrit':12,61 'ideolog':38 'line':54 'lukewarm':91 'm':63 'mani':39 'mouth':103 'one':15 'past':50 'peopl':40,56 'pick':17,41 'pretti':31 'say':8,64,72,87 'seem':28 'spew':99 'stop':79 'thing':46 'time':82 'vers':21 'walk':49 'wast':80 'way':70 'westboro':26"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726207"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902289 {#2241
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +"title": 29981
      }
    ]
    -id: 2351
    -titleTs: "'bless':7 'church':2 'crackdown':5 'defi':3 'drag':8 'govern':4 'queen':9 'texa':1"
    -bodyTs: "'000':317 '10':316 '850':78 'abbott':406 'activ':242 'ad':429 'affirm':7 'aid':218,230 'allow':321 'also':442 'anyon':83 'appli':457 'approxim':77 'argu':384 'attend':80 'attorney':380 'audienc':375 'away':258 'ban':423 'bedsid':225 'bless':45 'block':302 'brimston':97 'bring':238,241,246,480 'build':117 'burn':102 'cathedr':2 'caus':91 'celebr':157 'challeng':294 'check':84 'choos':478 'christ':11 'church':9,38,72,100,459,484 'civil':298 'cloth':357 'comment':431 'commit':162 'communion':188 'communiti':24,171 'concert':18 'congreg':114 'contain':416 'court':296,306 'creat':173 'crime':286 'dalla':13 'danc':369 'defend':21 'defin':334 'despit':261 'didn':389 'die':228 'discriminatori':397 'display':111 'divers':160 'divin':159 'dozen':66 'dr':232 'drag':32,46,189,284,310,393,399,424,451,488 'dress':143 'due':211 'effort':19 'epidem':219 'everi':103 'everyon':176 'exhibit':343,351 'explicit':328 'express':144 'feder':305 'femal':346,349 'fill':115 'fine':318 'fire':95 'g':234 'gave':187 'general':381 'god':135 'gov':404 'govern':30 'governor':420 'greg':405 'group':300 'hate':195 'headlin':418 'held':40 'homo':104 'honor':210 'hope':4 'howev':401 'humor':239,263 'hurl':73 'imag':133 'inclus':122 'indulg':202 'insid':105 'inton':152 'june':403 'justic':53 'kid':464,482 'law':288,308,388,412,422,441,456 'lawyer':376 'lead':468 'leader':182 'legisl':279 'level':248 'lgbtq':6,170 'lifesav':214 'lift':164 'lip':367 'love':55,119,132,149 'made':16,129 'make':282 'makeup':358 'male':340,354 'mani':252,435 'marker':363 'matter':137 'meant':280,448 'men':227 'mention':392 'might':93 'minor':323 'neil':233 'note':183 'offic':383 'often':192 'one':88,180,336 'otherwis':371 'outsid':69,112 'particular':204,209 'pass':278,289 'passag':414 'pastor':151,186,469 'peopl':36,62,79,127 'perform':311,329,332,341,350,372,400,425 'perpetu':201 'persecut':26 'physic':362 'pledg':49 'politician':437 'proclaim':54 'protect':57 'protest':89 'protestor':67 'provid':244 'public':427,443 'punish':309 'queen':33,47,190,489 'queer':23 'radic':121 'rain':94 'recent':39,277 'recogn':124 'repeat':303 'republican':291 'respons':275 'rev':231 'right':59,299,434,476 'said':236,470 'scream':90 'see':325 'serious':270 'servic':42,82,155,272 'sexual':327 'share':407 'sign':421 'similar':361 'sing':366 'singl':206 'sister':199,221 'slur':74 'space':174 'specif':391,452 'spiritu':250,267 'stand':51 'state':29,436,444 'stood':68 'stori':409 'support':439 'sync':368 'take':265 'taken':257 'target':31,193,450 'texa':14,379,419 'thoma':235 'threat':76 'three':65 'thrive':178 'today':87 'transgend':35 'ugli':109 'unclear':462 'unit':8 'us':254,260 'use':356 'venu':313 'violenc':197 'voic':167 'wasn':395 'weather':86 'work':215,268 'worship':181 'would':454"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1695906060
    +visibility: "visible             "
    +apId: "https://feddit.ch/post/1306063"
    +editedAt: null
    +createdAt: DateTimeImmutable @1695819660 {#2834
      date: 2023-09-27 15:01:00.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
  +body: "It’s pretty close to the beginning, which is kind of telling… maybe try actually reading your holy book. You may be surprised what you find."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1695899854 {#2062
    date: 2023-09-28 13:17:34.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCool@feddit.ch"
    "@qooqie@lemmy.world"
    "@eestileib@sh.itjust.works"
    "@Bunnylux@lemmy.world"
    "@CaptFeather@lemm.ee"
    "@prole@sh.itjust.works"
    "@andyburke@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: 29976
  -bodyTs: "'actual':15 'begin':7 'book':19 'close':4 'find':26 'holi':18 'kind':10 'may':21 'mayb':13 'pretti':3 'read':16 'surpris':23 'tell':12 'tri':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/3724660"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695899854 {#2081
    date: 2023-09-28 13:17:34.0 +02:00
  }
  +"title": 29976
}
"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
App\Entity\EntryComment {#1384
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2377
    +user: Proxies\__CG__\App\Entity\User {#2757 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
    +image: Proxies\__CG__\App\Entity\Image {#3039 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3056 …}
    +slug: "Texas-church-defies-government-crackdown-by-blessing-drag-queens"
    +title: "Texas church defies government crackdown by blessing drag queens"
    +url: "https://www.lgbtqnation.com/2023/09/texas-church-defies-government-crackdown-by-blessing-drag-queens/"
    +body: """
      The Cathedral of Hope — an LGBTQ±affirming United Church of Christ in Dallas, Texas — has made a concerted effort to defend the queer community from “persecution,” as the state government targets drag queens and transgender people.\n
      \n
      The church recently held a service where they blessed drag queens and pledged to “stand for justice, proclaim love, and protect the rights of all people.”\n
      \n
      While about three dozen protestors stood outside of the church hurling slurs and threats, approximately 850 people attended the service.\n
      \n
      “Anyone check the weather today?!” one protester screamed. “’Cause it might rain fire and brimstone on this church and burn every homo inside!”\n
      \n
      But for the ugliness on display outside, the congregation filled the building with love and “radical inclusivity.”\n
      \n
      “We recognize that all people are made in the loving image of God, no matter who they are, how they dress, express themselves, or who they love,” the pastor intoned during the service. “We celebrate this divine diversity and commit to lifting up the voices of the LGBTQ+ community and creating spaces where everyone can thrive.”\n
      \n
      As one worship leader noted as the pastor gave communion, “Drag queens are often targets of hate and violence.” The Sisters of Perpetual Indulgence, in particular, were singled out for particular honor due to their lifesaving work during the AIDS epidemic.\n
      \n
      “These Sisters were at the bedsides of men dying of AIDS,” Rev. Dr. Neil G. Thomas said. “They bring humor, they bring activism, they provide and bring a level of spirituality that many of us have had taken away from us. Despite the humor, they take their spiritual work very seriously.”\n
      \n
      The service was a response to recently passed legislation meant to make a drag a crime. The law, passed by Republicans, has been challenged in court by civil rights groups and blocked repeatedly by federal courts.\n
      \n
      The law punishes drag performers and venues with a $10,000 fine if they allow a minor to see a “sexually explicit” performance. Such a performance is defined as one in which “a male performer [is] exhibiting as a female, or a female performer exhibiting as a male, who uses clothing, makeup, or other similar physical markers and who sings, lip syncs, dances, or otherwise performs before an audience.”\n
      \n
      Lawyers from the Texas Attorney General’s office argued that because the law didn’t specifically mention drag, it wasn’t discriminatory to drag performances. However, in June, Gov. Greg Abbott ® shared a story about the law’s passage that contained the headline, “Texas Governor Signs Law Banning Drag Performances in Public,” and added the comment, “That’s right.” Many state politicians who supported the law also publicly stated that it was meant to target drag, specifically.\n
      \n
      But would the law apply to churches? That’s unclear.\n
      \n
      “My kid was here,” the lead pastor said. “I don’t have the right to choose to bring my kid to church when there are drag queens?”
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 101
    +favouriteCount: 718
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696166183 {#2264
      date: 2023-10-01 15:16:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3055 …}
    +votes: Doctrine\ORM\PersistentCollection {#3053 …}
    +reports: Doctrine\ORM\PersistentCollection {#3050 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3084 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3080 …}
    +badges: Doctrine\ORM\PersistentCollection {#3097 …}
    +children: [
      9 => App\Entity\EntryComment {#2036
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Yes and they are hypocrites.\n
          \n
          It’s amazing the mental gymnastics Christians will do to justify their hateful beliefs.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695899761 {#2035
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +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: 29975
        -bodyTs: "'amaz':8 'belief':19 'christian':12 'gymnast':11 'hate':18 'hypocrit':5 'justifi':16 'mental':10 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724621"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899761 {#2031
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +"title": 29975
      }
      10 => App\Entity\EntryComment {#2077
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "It’s pretty close to the beginning, which is kind of telling… maybe try actually reading your holy book. You may be surprised what you find."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1695899854 {#2062
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@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: 29976
        -bodyTs: "'actual':15 'begin':7 'book':19 'close':4 'find':26 'holi':18 'kind':10 'may':21 'mayb':13 'pretti':3 'read':16 'surpris':23 'tell':12 'tri':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724660"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899854 {#2081
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +"title": 29976
      }
      7 => App\Entity\EntryComment {#1384}
      8 => App\Entity\EntryComment {#2026
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          You need to look again, because it absolutely does. Or do you think, “if a man lies with another man,” was just talking about best buds sleeping in the same bed.\n
          \n
          **edit:** I guess people are too lazy to look themselves for something that’s already common knowledge…\n
          \n
          But it’s Leviticus 20:13.\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1695846676 {#2023
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2022 …}
        +nested: Doctrine\ORM\PersistentCollection {#2025 …}
        +votes: Doctrine\ORM\PersistentCollection {#2033 …}
        +reports: Doctrine\ORM\PersistentCollection {#2028 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2012 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2013 …}
        -id: 29924
        -bodyTs: "'13':54 '20':53 'abomin':70 'absolut':8 'alreadi':46 'anoth':19 'bed':31 'best':25 'blood':79 'bud':26 'commit':69 'common':47 'death':77 'edit':32 'guess':34 'knowledg':48 'lazi':38 'leviticus':52 'lie':17,59 'look':4,40 'man':16,20,58 'mankind':61 'need':2 'peopl':35 'put':75 'shall':72,80 'sleep':27 'someth':43 'sure':73 'talk':23 'think':13 'upon':82 'womankind':64"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3707120"
        +editedAt: DateTimeImmutable @1695913492 {#2030
          date: 2023-09-28 17:04:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846676 {#2032
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +"title": 29924
      }
      5 => App\Entity\EntryComment {#1909
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1708 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Ok, just pointing out that your beliefs are not consistent with your holy book.\n
          \n
          By what criteria are you able to justify ignoring parts of the book and not others? Is it not the inerrant word of God? Didn’t Jesus say that he didn’t come to abolish the law, but to fulfill it? He made it very clear that you can’t just throw away the OT.\n
          \n
          You seem to have good values, just don’t see the reason any kind of unscientific claims about the supernatural need to be a part of it. Just unnecessary baggage.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 20
        +score: 0
        +lastActive: DateTime @1695840894 {#1910
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1926 …}
        +nested: Doctrine\ORM\PersistentCollection {#1874 …}
        +votes: Doctrine\ORM\PersistentCollection {#1908 …}
        +reports: Doctrine\ORM\PersistentCollection {#1883 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2387 …}
        -id: 29907
        -bodyTs: "'abl':20 'abolish':49 'away':67 'baggag':99 'belief':7 'book':14,27 'claim':86 'clear':60 'come':47 'consist':10 'criteria':17 'didn':39,45 'fulfil':54 'god':38 'good':74 'holi':13 'ignor':23 'inerr':35 'jesus':41 'justifi':22 'kind':83 'law':51 'made':57 'need':90 'ok':1 'ot':69 'other':30 'part':24,94 'point':3 'reason':81 'say':42 'see':79 'seem':71 'supernatur':89 'throw':66 'unnecessari':98 'unscientif':85 'valu':75 'word':36"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3704378"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695840894 {#1906
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +"title": 29907
      }
      6 => App\Entity\EntryComment {#2135
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2136 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "I’m well aware of the apologetics. Whatever mental gymnastics you have to do, friend. Maybe one day you’ll be free of the constant cognitive dissonance. It’s a huge relief."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695905918 {#2159
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2137 …}
        +nested: Doctrine\ORM\PersistentCollection {#2068 …}
        +votes: Doctrine\ORM\PersistentCollection {#2069 …}
        +reports: Doctrine\ORM\PersistentCollection {#2074 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2071 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2070 …}
        -id: 29991
        -bodyTs: "'apologet':7 'awar':4 'cognit':26 'constant':25 'day':18 'disson':27 'free':22 'friend':15 'gymnast':10 'huge':31 'll':20 'm':2 'mayb':16 'mental':9 'one':17 'relief':32 'well':3 'whatev':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3727709"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695905918 {#2143
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +"title": 29991
      }
      4 => App\Entity\EntryComment {#2333
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2323 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "Leviticus 20:13 is very clear. What makes you think you can just ignore that part?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695903764 {#2327
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2324 …}
        +nested: Doctrine\ORM\PersistentCollection {#2334 …}
        +votes: Doctrine\ORM\PersistentCollection {#2341 …}
        +reports: Doctrine\ORM\PersistentCollection {#2337 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2336 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2339 …}
        -id: 29987
        -bodyTs: "'13':3 '20':2 'clear':6 'ignor':14 'leviticus':1 'make':8 'part':16 'think':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726695"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695903764 {#2329
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +"title": 29987
      }
      3 => App\Entity\EntryComment {#2056
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          What was hateful about what I said?\n
          \n
          We’ve got Christians on the verge of genocide in the name of your God, but I’m “hateful” for pointing out that they’re just following their holy book?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695913394 {#2048
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2046 …}
        +nested: Doctrine\ORM\PersistentCollection {#2045 …}
        +votes: Doctrine\ORM\PersistentCollection {#2050 …}
        +reports: Doctrine\ORM\PersistentCollection {#2052 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
        -id: 29994
        -bodyTs: "'book':37 'christian':11 'follow':34 'genocid':16 'god':22 'got':10 'hate':3,26 'holi':36 'm':25 'name':19 'point':28 're':32 'said':7 've':9 'verg':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3731992"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695913394 {#2051
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +"title": 29994
      }
      2 => App\Entity\EntryComment {#2370
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          The Bible contains quite a bit of hating others… God is a real piece of shit in the old testament. What did Job do to deserve what he got? Why did he tell Abraham to kill his own son for a goof? The book literally justifies slavery.\n
          \n
          According to the book, Jesus is God, so…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1695838397 {#2471
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2361 …}
        +nested: Doctrine\ORM\PersistentCollection {#2372 …}
        +votes: Doctrine\ORM\PersistentCollection {#2386 …}
        +reports: Doctrine\ORM\PersistentCollection {#2385 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
        -id: 29898
        -bodyTs: "'abraham':34 'accord':48 'bibl':2 'bit':6 'book':44,51 'contain':3 'deserv':26 'god':10,54 'goof':42 'got':29 'hate':8 'jesus':52 'job':23 'justifi':46 'kill':36 'liter':45 'old':19 'other':9 'piec':14 'quit':4 'real':13 'shit':16 'slaveri':47 'son':39 'tell':33 'testament':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3703429"
        +editedAt: DateTimeImmutable @1695838464 {#2371
          date: 2023-09-27 20:14:24.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695838397 {#2363
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +"title": 29898
      }
      1 => App\Entity\EntryComment {#2344
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          In case you didn’t see the other replies, Leviticus 20:13:\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.\n
          \n
          Seems pretty black and white to me.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695902427 {#2347
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2349 …}
        +nested: Doctrine\ORM\PersistentCollection {#2141 …}
        +votes: Doctrine\ORM\PersistentCollection {#2164 …}
        +reports: Doctrine\ORM\PersistentCollection {#2314 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2191 …}
        -id: 29982
        -bodyTs: "'13':12 '20':11 'abomin':28 'black':44 'blood':37 'case':2 'commit':27 'death':35 'didn':4 'leviticus':10 'lie':17 'man':16 'mankind':19 'pretti':43 'put':33 'repli':9 'see':6 'seem':42 'shall':30,38 'sure':31 'upon':40 'white':46 'womankind':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726243"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902427 {#2332
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +"title": 29982
      }
      0 => App\Entity\EntryComment {#2140
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          How is that contradictory? I didn’t say all Christians are hypocrites, just the ones that pick and choose what verses are convenient for them. Westboro Baptist seems to adhere pretty closely.\n
          \n
          Christianity itself is a hateful ideology. Many people pick some of those hateful things when they walk past on the buffett line. Those people are both hateful and hypocritical.\n
          \n
          I’m saying to either do it the way it says you have to do it, or stop wasting your time.\n
          \n
          After all, God did say not to be lukewarm Christians, and if you are, he will *“spew you from his mouth”*
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695902289 {#2094
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2133 …}
        +nested: Doctrine\ORM\PersistentCollection {#2131 …}
        +votes: Doctrine\ORM\PersistentCollection {#2138 …}
        +reports: Doctrine\ORM\PersistentCollection {#2345 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2330 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2346 …}
        -id: 29981
        -bodyTs: "'adher':30 'baptist':27 'buffett':53 'choos':19 'christian':10,33,92 'close':32 'contradictori':4 'conveni':23 'didn':6 'either':66 'god':85 'hate':37,45,59 'hypocrit':12,61 'ideolog':38 'line':54 'lukewarm':91 'm':63 'mani':39 'mouth':103 'one':15 'past':50 'peopl':40,56 'pick':17,41 'pretti':31 'say':8,64,72,87 'seem':28 'spew':99 'stop':79 'thing':46 'time':82 'vers':21 'walk':49 'wast':80 'way':70 'westboro':26"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726207"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902289 {#2241
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +"title": 29981
      }
    ]
    -id: 2351
    -titleTs: "'bless':7 'church':2 'crackdown':5 'defi':3 'drag':8 'govern':4 'queen':9 'texa':1"
    -bodyTs: "'000':317 '10':316 '850':78 'abbott':406 'activ':242 'ad':429 'affirm':7 'aid':218,230 'allow':321 'also':442 'anyon':83 'appli':457 'approxim':77 'argu':384 'attend':80 'attorney':380 'audienc':375 'away':258 'ban':423 'bedsid':225 'bless':45 'block':302 'brimston':97 'bring':238,241,246,480 'build':117 'burn':102 'cathedr':2 'caus':91 'celebr':157 'challeng':294 'check':84 'choos':478 'christ':11 'church':9,38,72,100,459,484 'civil':298 'cloth':357 'comment':431 'commit':162 'communion':188 'communiti':24,171 'concert':18 'congreg':114 'contain':416 'court':296,306 'creat':173 'crime':286 'dalla':13 'danc':369 'defend':21 'defin':334 'despit':261 'didn':389 'die':228 'discriminatori':397 'display':111 'divers':160 'divin':159 'dozen':66 'dr':232 'drag':32,46,189,284,310,393,399,424,451,488 'dress':143 'due':211 'effort':19 'epidem':219 'everi':103 'everyon':176 'exhibit':343,351 'explicit':328 'express':144 'feder':305 'femal':346,349 'fill':115 'fine':318 'fire':95 'g':234 'gave':187 'general':381 'god':135 'gov':404 'govern':30 'governor':420 'greg':405 'group':300 'hate':195 'headlin':418 'held':40 'homo':104 'honor':210 'hope':4 'howev':401 'humor':239,263 'hurl':73 'imag':133 'inclus':122 'indulg':202 'insid':105 'inton':152 'june':403 'justic':53 'kid':464,482 'law':288,308,388,412,422,441,456 'lawyer':376 'lead':468 'leader':182 'legisl':279 'level':248 'lgbtq':6,170 'lifesav':214 'lift':164 'lip':367 'love':55,119,132,149 'made':16,129 'make':282 'makeup':358 'male':340,354 'mani':252,435 'marker':363 'matter':137 'meant':280,448 'men':227 'mention':392 'might':93 'minor':323 'neil':233 'note':183 'offic':383 'often':192 'one':88,180,336 'otherwis':371 'outsid':69,112 'particular':204,209 'pass':278,289 'passag':414 'pastor':151,186,469 'peopl':36,62,79,127 'perform':311,329,332,341,350,372,400,425 'perpetu':201 'persecut':26 'physic':362 'pledg':49 'politician':437 'proclaim':54 'protect':57 'protest':89 'protestor':67 'provid':244 'public':427,443 'punish':309 'queen':33,47,190,489 'queer':23 'radic':121 'rain':94 'recent':39,277 'recogn':124 'repeat':303 'republican':291 'respons':275 'rev':231 'right':59,299,434,476 'said':236,470 'scream':90 'see':325 'serious':270 'servic':42,82,155,272 'sexual':327 'share':407 'sign':421 'similar':361 'sing':366 'singl':206 'sister':199,221 'slur':74 'space':174 'specif':391,452 'spiritu':250,267 'stand':51 'state':29,436,444 'stood':68 'stori':409 'support':439 'sync':368 'take':265 'taken':257 'target':31,193,450 'texa':14,379,419 'thoma':235 'threat':76 'three':65 'thrive':178 'today':87 'transgend':35 'ugli':109 'unclear':462 'unit':8 'us':254,260 'use':356 'venu':313 'violenc':197 'voic':167 'wasn':395 'weather':86 'work':215,268 'worship':181 'would':454"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1695906060
    +visibility: "visible             "
    +apId: "https://feddit.ch/post/1306063"
    +editedAt: null
    +createdAt: DateTimeImmutable @1695819660 {#2834
      date: 2023-09-27 15:01:00.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
  +body: """
    If you don’t believe that Jesus died and rose again for your sins, then you’re not a Christian by definition.\n
    \n
    Also, those are not “obscure” stories. They’re the basis of all Abrahamic religions, including Christianity. In fact, the only reason there even is a NT is because they wanted to write about the “prophecies” from the OT “coming true.” You can’t have one without the other.\n
    \n
    And, once again, Jesus is God. God did really fucked up things in the old testament, that means Jesus did really fucked up things. In the NT he supported those fucked up things that he did, and his existence itself is allegedly a fulfillment of OT prophecy. That’s why they killed him! Assuming he ever existed in the first place.\n
    \n
    Not trying to be a dick, but as someone who was raised in an evangelical church, I know the Bible inside and out. People who pick and choose, or pretend they can be Christian and still think being gay is ok, piss me off because it’s a direct contradiction of what you claim to believe.\n
    \n
    People like you legitimize a barbaric religion that is (once again) destroying the fabric of our society. Be honest with yourself and come to terms with the fact that your religion condones slavery, and killing people for being homosexual.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1695846077 {#2394
    date: 2023-09-27 22:21:17.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCool@feddit.ch"
    "@qooqie@lemmy.world"
    "@prole@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1383 …}
  +nested: Doctrine\ORM\PersistentCollection {#1405 …}
  +votes: Doctrine\ORM\PersistentCollection {#1382 …}
  +reports: Doctrine\ORM\PersistentCollection {#1404 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
  -id: 29919
  -bodyTs: "'abraham':35 'alleg':112 'also':23 'assum':124 'barbar':193 'basi':32 'believ':5,187 'bibl':151 'choos':159 'christian':20,38,165 'church':147 'claim':185 'come':61,210 'condon':219 'contradict':181 'definit':22 'destroy':199 'dick':137 'die':8 'direct':180 'evangel':146 'even':45 'ever':126 'exist':109,127 'fabric':201 'fact':40,215 'first':130 'fuck':80,92,101 'fulfil':114 'gay':170 'god':76,77 'homosexu':226 'honest':206 'includ':37 'insid':152 'jesus':7,74,89 'kill':122,222 'know':149 'legitim':191 'like':189 'mean':88 'nt':48,97 'obscur':27 'ok':172 'old':85 'one':67 'ot':60,116 'peopl':155,188,223 'pick':157 'piss':173 'place':131 'pretend':161 'propheci':57,117 'rais':143 're':17,30 'realli':79,91 'reason':43 'religion':36,194,218 'rose':10 'sin':14 'slaveri':220 'societi':204 'someon':140 'still':167 'stori':28 'support':99 'term':212 'testament':86 'thing':82,94,103 'think':168 'tri':133 'true':62 'want':52 'without':68 'write':54"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/3706874"
  +editedAt: DateTimeImmutable @1695846183 {#2395
    date: 2023-09-27 22:23:03.0 +02:00
  }
  +createdAt: DateTimeImmutable @1695846077 {#2393
    date: 2023-09-27 22:21:17.0 +02:00
  }
  +"title": 29919
}
"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
63 DENIED edit
App\Entity\EntryComment {#1384
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2377
    +user: Proxies\__CG__\App\Entity\User {#2757 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
    +image: Proxies\__CG__\App\Entity\Image {#3039 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3056 …}
    +slug: "Texas-church-defies-government-crackdown-by-blessing-drag-queens"
    +title: "Texas church defies government crackdown by blessing drag queens"
    +url: "https://www.lgbtqnation.com/2023/09/texas-church-defies-government-crackdown-by-blessing-drag-queens/"
    +body: """
      The Cathedral of Hope — an LGBTQ±affirming United Church of Christ in Dallas, Texas — has made a concerted effort to defend the queer community from “persecution,” as the state government targets drag queens and transgender people.\n
      \n
      The church recently held a service where they blessed drag queens and pledged to “stand for justice, proclaim love, and protect the rights of all people.”\n
      \n
      While about three dozen protestors stood outside of the church hurling slurs and threats, approximately 850 people attended the service.\n
      \n
      “Anyone check the weather today?!” one protester screamed. “’Cause it might rain fire and brimstone on this church and burn every homo inside!”\n
      \n
      But for the ugliness on display outside, the congregation filled the building with love and “radical inclusivity.”\n
      \n
      “We recognize that all people are made in the loving image of God, no matter who they are, how they dress, express themselves, or who they love,” the pastor intoned during the service. “We celebrate this divine diversity and commit to lifting up the voices of the LGBTQ+ community and creating spaces where everyone can thrive.”\n
      \n
      As one worship leader noted as the pastor gave communion, “Drag queens are often targets of hate and violence.” The Sisters of Perpetual Indulgence, in particular, were singled out for particular honor due to their lifesaving work during the AIDS epidemic.\n
      \n
      “These Sisters were at the bedsides of men dying of AIDS,” Rev. Dr. Neil G. Thomas said. “They bring humor, they bring activism, they provide and bring a level of spirituality that many of us have had taken away from us. Despite the humor, they take their spiritual work very seriously.”\n
      \n
      The service was a response to recently passed legislation meant to make a drag a crime. The law, passed by Republicans, has been challenged in court by civil rights groups and blocked repeatedly by federal courts.\n
      \n
      The law punishes drag performers and venues with a $10,000 fine if they allow a minor to see a “sexually explicit” performance. Such a performance is defined as one in which “a male performer [is] exhibiting as a female, or a female performer exhibiting as a male, who uses clothing, makeup, or other similar physical markers and who sings, lip syncs, dances, or otherwise performs before an audience.”\n
      \n
      Lawyers from the Texas Attorney General’s office argued that because the law didn’t specifically mention drag, it wasn’t discriminatory to drag performances. However, in June, Gov. Greg Abbott ® shared a story about the law’s passage that contained the headline, “Texas Governor Signs Law Banning Drag Performances in Public,” and added the comment, “That’s right.” Many state politicians who supported the law also publicly stated that it was meant to target drag, specifically.\n
      \n
      But would the law apply to churches? That’s unclear.\n
      \n
      “My kid was here,” the lead pastor said. “I don’t have the right to choose to bring my kid to church when there are drag queens?”
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 101
    +favouriteCount: 718
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696166183 {#2264
      date: 2023-10-01 15:16:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3055 …}
    +votes: Doctrine\ORM\PersistentCollection {#3053 …}
    +reports: Doctrine\ORM\PersistentCollection {#3050 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3084 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3080 …}
    +badges: Doctrine\ORM\PersistentCollection {#3097 …}
    +children: [
      9 => App\Entity\EntryComment {#2036
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Yes and they are hypocrites.\n
          \n
          It’s amazing the mental gymnastics Christians will do to justify their hateful beliefs.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695899761 {#2035
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +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: 29975
        -bodyTs: "'amaz':8 'belief':19 'christian':12 'gymnast':11 'hate':18 'hypocrit':5 'justifi':16 'mental':10 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724621"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899761 {#2031
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +"title": 29975
      }
      10 => App\Entity\EntryComment {#2077
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "It’s pretty close to the beginning, which is kind of telling… maybe try actually reading your holy book. You may be surprised what you find."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1695899854 {#2062
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@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: 29976
        -bodyTs: "'actual':15 'begin':7 'book':19 'close':4 'find':26 'holi':18 'kind':10 'may':21 'mayb':13 'pretti':3 'read':16 'surpris':23 'tell':12 'tri':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724660"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899854 {#2081
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +"title": 29976
      }
      7 => App\Entity\EntryComment {#1384}
      8 => App\Entity\EntryComment {#2026
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          You need to look again, because it absolutely does. Or do you think, “if a man lies with another man,” was just talking about best buds sleeping in the same bed.\n
          \n
          **edit:** I guess people are too lazy to look themselves for something that’s already common knowledge…\n
          \n
          But it’s Leviticus 20:13.\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1695846676 {#2023
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2022 …}
        +nested: Doctrine\ORM\PersistentCollection {#2025 …}
        +votes: Doctrine\ORM\PersistentCollection {#2033 …}
        +reports: Doctrine\ORM\PersistentCollection {#2028 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2012 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2013 …}
        -id: 29924
        -bodyTs: "'13':54 '20':53 'abomin':70 'absolut':8 'alreadi':46 'anoth':19 'bed':31 'best':25 'blood':79 'bud':26 'commit':69 'common':47 'death':77 'edit':32 'guess':34 'knowledg':48 'lazi':38 'leviticus':52 'lie':17,59 'look':4,40 'man':16,20,58 'mankind':61 'need':2 'peopl':35 'put':75 'shall':72,80 'sleep':27 'someth':43 'sure':73 'talk':23 'think':13 'upon':82 'womankind':64"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3707120"
        +editedAt: DateTimeImmutable @1695913492 {#2030
          date: 2023-09-28 17:04:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846676 {#2032
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +"title": 29924
      }
      5 => App\Entity\EntryComment {#1909
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1708 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Ok, just pointing out that your beliefs are not consistent with your holy book.\n
          \n
          By what criteria are you able to justify ignoring parts of the book and not others? Is it not the inerrant word of God? Didn’t Jesus say that he didn’t come to abolish the law, but to fulfill it? He made it very clear that you can’t just throw away the OT.\n
          \n
          You seem to have good values, just don’t see the reason any kind of unscientific claims about the supernatural need to be a part of it. Just unnecessary baggage.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 20
        +score: 0
        +lastActive: DateTime @1695840894 {#1910
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1926 …}
        +nested: Doctrine\ORM\PersistentCollection {#1874 …}
        +votes: Doctrine\ORM\PersistentCollection {#1908 …}
        +reports: Doctrine\ORM\PersistentCollection {#1883 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2387 …}
        -id: 29907
        -bodyTs: "'abl':20 'abolish':49 'away':67 'baggag':99 'belief':7 'book':14,27 'claim':86 'clear':60 'come':47 'consist':10 'criteria':17 'didn':39,45 'fulfil':54 'god':38 'good':74 'holi':13 'ignor':23 'inerr':35 'jesus':41 'justifi':22 'kind':83 'law':51 'made':57 'need':90 'ok':1 'ot':69 'other':30 'part':24,94 'point':3 'reason':81 'say':42 'see':79 'seem':71 'supernatur':89 'throw':66 'unnecessari':98 'unscientif':85 'valu':75 'word':36"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3704378"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695840894 {#1906
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +"title": 29907
      }
      6 => App\Entity\EntryComment {#2135
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2136 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "I’m well aware of the apologetics. Whatever mental gymnastics you have to do, friend. Maybe one day you’ll be free of the constant cognitive dissonance. It’s a huge relief."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695905918 {#2159
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2137 …}
        +nested: Doctrine\ORM\PersistentCollection {#2068 …}
        +votes: Doctrine\ORM\PersistentCollection {#2069 …}
        +reports: Doctrine\ORM\PersistentCollection {#2074 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2071 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2070 …}
        -id: 29991
        -bodyTs: "'apologet':7 'awar':4 'cognit':26 'constant':25 'day':18 'disson':27 'free':22 'friend':15 'gymnast':10 'huge':31 'll':20 'm':2 'mayb':16 'mental':9 'one':17 'relief':32 'well':3 'whatev':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3727709"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695905918 {#2143
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +"title": 29991
      }
      4 => App\Entity\EntryComment {#2333
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2323 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "Leviticus 20:13 is very clear. What makes you think you can just ignore that part?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695903764 {#2327
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2324 …}
        +nested: Doctrine\ORM\PersistentCollection {#2334 …}
        +votes: Doctrine\ORM\PersistentCollection {#2341 …}
        +reports: Doctrine\ORM\PersistentCollection {#2337 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2336 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2339 …}
        -id: 29987
        -bodyTs: "'13':3 '20':2 'clear':6 'ignor':14 'leviticus':1 'make':8 'part':16 'think':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726695"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695903764 {#2329
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +"title": 29987
      }
      3 => App\Entity\EntryComment {#2056
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          What was hateful about what I said?\n
          \n
          We’ve got Christians on the verge of genocide in the name of your God, but I’m “hateful” for pointing out that they’re just following their holy book?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695913394 {#2048
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2046 …}
        +nested: Doctrine\ORM\PersistentCollection {#2045 …}
        +votes: Doctrine\ORM\PersistentCollection {#2050 …}
        +reports: Doctrine\ORM\PersistentCollection {#2052 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
        -id: 29994
        -bodyTs: "'book':37 'christian':11 'follow':34 'genocid':16 'god':22 'got':10 'hate':3,26 'holi':36 'm':25 'name':19 'point':28 're':32 'said':7 've':9 'verg':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3731992"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695913394 {#2051
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +"title": 29994
      }
      2 => App\Entity\EntryComment {#2370
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          The Bible contains quite a bit of hating others… God is a real piece of shit in the old testament. What did Job do to deserve what he got? Why did he tell Abraham to kill his own son for a goof? The book literally justifies slavery.\n
          \n
          According to the book, Jesus is God, so…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1695838397 {#2471
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2361 …}
        +nested: Doctrine\ORM\PersistentCollection {#2372 …}
        +votes: Doctrine\ORM\PersistentCollection {#2386 …}
        +reports: Doctrine\ORM\PersistentCollection {#2385 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
        -id: 29898
        -bodyTs: "'abraham':34 'accord':48 'bibl':2 'bit':6 'book':44,51 'contain':3 'deserv':26 'god':10,54 'goof':42 'got':29 'hate':8 'jesus':52 'job':23 'justifi':46 'kill':36 'liter':45 'old':19 'other':9 'piec':14 'quit':4 'real':13 'shit':16 'slaveri':47 'son':39 'tell':33 'testament':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3703429"
        +editedAt: DateTimeImmutable @1695838464 {#2371
          date: 2023-09-27 20:14:24.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695838397 {#2363
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +"title": 29898
      }
      1 => App\Entity\EntryComment {#2344
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          In case you didn’t see the other replies, Leviticus 20:13:\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.\n
          \n
          Seems pretty black and white to me.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695902427 {#2347
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2349 …}
        +nested: Doctrine\ORM\PersistentCollection {#2141 …}
        +votes: Doctrine\ORM\PersistentCollection {#2164 …}
        +reports: Doctrine\ORM\PersistentCollection {#2314 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2191 …}
        -id: 29982
        -bodyTs: "'13':12 '20':11 'abomin':28 'black':44 'blood':37 'case':2 'commit':27 'death':35 'didn':4 'leviticus':10 'lie':17 'man':16 'mankind':19 'pretti':43 'put':33 'repli':9 'see':6 'seem':42 'shall':30,38 'sure':31 'upon':40 'white':46 'womankind':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726243"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902427 {#2332
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +"title": 29982
      }
      0 => App\Entity\EntryComment {#2140
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          How is that contradictory? I didn’t say all Christians are hypocrites, just the ones that pick and choose what verses are convenient for them. Westboro Baptist seems to adhere pretty closely.\n
          \n
          Christianity itself is a hateful ideology. Many people pick some of those hateful things when they walk past on the buffett line. Those people are both hateful and hypocritical.\n
          \n
          I’m saying to either do it the way it says you have to do it, or stop wasting your time.\n
          \n
          After all, God did say not to be lukewarm Christians, and if you are, he will *“spew you from his mouth”*
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695902289 {#2094
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2133 …}
        +nested: Doctrine\ORM\PersistentCollection {#2131 …}
        +votes: Doctrine\ORM\PersistentCollection {#2138 …}
        +reports: Doctrine\ORM\PersistentCollection {#2345 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2330 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2346 …}
        -id: 29981
        -bodyTs: "'adher':30 'baptist':27 'buffett':53 'choos':19 'christian':10,33,92 'close':32 'contradictori':4 'conveni':23 'didn':6 'either':66 'god':85 'hate':37,45,59 'hypocrit':12,61 'ideolog':38 'line':54 'lukewarm':91 'm':63 'mani':39 'mouth':103 'one':15 'past':50 'peopl':40,56 'pick':17,41 'pretti':31 'say':8,64,72,87 'seem':28 'spew':99 'stop':79 'thing':46 'time':82 'vers':21 'walk':49 'wast':80 'way':70 'westboro':26"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726207"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902289 {#2241
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +"title": 29981
      }
    ]
    -id: 2351
    -titleTs: "'bless':7 'church':2 'crackdown':5 'defi':3 'drag':8 'govern':4 'queen':9 'texa':1"
    -bodyTs: "'000':317 '10':316 '850':78 'abbott':406 'activ':242 'ad':429 'affirm':7 'aid':218,230 'allow':321 'also':442 'anyon':83 'appli':457 'approxim':77 'argu':384 'attend':80 'attorney':380 'audienc':375 'away':258 'ban':423 'bedsid':225 'bless':45 'block':302 'brimston':97 'bring':238,241,246,480 'build':117 'burn':102 'cathedr':2 'caus':91 'celebr':157 'challeng':294 'check':84 'choos':478 'christ':11 'church':9,38,72,100,459,484 'civil':298 'cloth':357 'comment':431 'commit':162 'communion':188 'communiti':24,171 'concert':18 'congreg':114 'contain':416 'court':296,306 'creat':173 'crime':286 'dalla':13 'danc':369 'defend':21 'defin':334 'despit':261 'didn':389 'die':228 'discriminatori':397 'display':111 'divers':160 'divin':159 'dozen':66 'dr':232 'drag':32,46,189,284,310,393,399,424,451,488 'dress':143 'due':211 'effort':19 'epidem':219 'everi':103 'everyon':176 'exhibit':343,351 'explicit':328 'express':144 'feder':305 'femal':346,349 'fill':115 'fine':318 'fire':95 'g':234 'gave':187 'general':381 'god':135 'gov':404 'govern':30 'governor':420 'greg':405 'group':300 'hate':195 'headlin':418 'held':40 'homo':104 'honor':210 'hope':4 'howev':401 'humor':239,263 'hurl':73 'imag':133 'inclus':122 'indulg':202 'insid':105 'inton':152 'june':403 'justic':53 'kid':464,482 'law':288,308,388,412,422,441,456 'lawyer':376 'lead':468 'leader':182 'legisl':279 'level':248 'lgbtq':6,170 'lifesav':214 'lift':164 'lip':367 'love':55,119,132,149 'made':16,129 'make':282 'makeup':358 'male':340,354 'mani':252,435 'marker':363 'matter':137 'meant':280,448 'men':227 'mention':392 'might':93 'minor':323 'neil':233 'note':183 'offic':383 'often':192 'one':88,180,336 'otherwis':371 'outsid':69,112 'particular':204,209 'pass':278,289 'passag':414 'pastor':151,186,469 'peopl':36,62,79,127 'perform':311,329,332,341,350,372,400,425 'perpetu':201 'persecut':26 'physic':362 'pledg':49 'politician':437 'proclaim':54 'protect':57 'protest':89 'protestor':67 'provid':244 'public':427,443 'punish':309 'queen':33,47,190,489 'queer':23 'radic':121 'rain':94 'recent':39,277 'recogn':124 'repeat':303 'republican':291 'respons':275 'rev':231 'right':59,299,434,476 'said':236,470 'scream':90 'see':325 'serious':270 'servic':42,82,155,272 'sexual':327 'share':407 'sign':421 'similar':361 'sing':366 'singl':206 'sister':199,221 'slur':74 'space':174 'specif':391,452 'spiritu':250,267 'stand':51 'state':29,436,444 'stood':68 'stori':409 'support':439 'sync':368 'take':265 'taken':257 'target':31,193,450 'texa':14,379,419 'thoma':235 'threat':76 'three':65 'thrive':178 'today':87 'transgend':35 'ugli':109 'unclear':462 'unit':8 'us':254,260 'use':356 'venu':313 'violenc':197 'voic':167 'wasn':395 'weather':86 'work':215,268 'worship':181 'would':454"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1695906060
    +visibility: "visible             "
    +apId: "https://feddit.ch/post/1306063"
    +editedAt: null
    +createdAt: DateTimeImmutable @1695819660 {#2834
      date: 2023-09-27 15:01:00.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
  +body: """
    If you don’t believe that Jesus died and rose again for your sins, then you’re not a Christian by definition.\n
    \n
    Also, those are not “obscure” stories. They’re the basis of all Abrahamic religions, including Christianity. In fact, the only reason there even is a NT is because they wanted to write about the “prophecies” from the OT “coming true.” You can’t have one without the other.\n
    \n
    And, once again, Jesus is God. God did really fucked up things in the old testament, that means Jesus did really fucked up things. In the NT he supported those fucked up things that he did, and his existence itself is allegedly a fulfillment of OT prophecy. That’s why they killed him! Assuming he ever existed in the first place.\n
    \n
    Not trying to be a dick, but as someone who was raised in an evangelical church, I know the Bible inside and out. People who pick and choose, or pretend they can be Christian and still think being gay is ok, piss me off because it’s a direct contradiction of what you claim to believe.\n
    \n
    People like you legitimize a barbaric religion that is (once again) destroying the fabric of our society. Be honest with yourself and come to terms with the fact that your religion condones slavery, and killing people for being homosexual.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1695846077 {#2394
    date: 2023-09-27 22:21:17.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCool@feddit.ch"
    "@qooqie@lemmy.world"
    "@prole@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1383 …}
  +nested: Doctrine\ORM\PersistentCollection {#1405 …}
  +votes: Doctrine\ORM\PersistentCollection {#1382 …}
  +reports: Doctrine\ORM\PersistentCollection {#1404 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
  -id: 29919
  -bodyTs: "'abraham':35 'alleg':112 'also':23 'assum':124 'barbar':193 'basi':32 'believ':5,187 'bibl':151 'choos':159 'christian':20,38,165 'church':147 'claim':185 'come':61,210 'condon':219 'contradict':181 'definit':22 'destroy':199 'dick':137 'die':8 'direct':180 'evangel':146 'even':45 'ever':126 'exist':109,127 'fabric':201 'fact':40,215 'first':130 'fuck':80,92,101 'fulfil':114 'gay':170 'god':76,77 'homosexu':226 'honest':206 'includ':37 'insid':152 'jesus':7,74,89 'kill':122,222 'know':149 'legitim':191 'like':189 'mean':88 'nt':48,97 'obscur':27 'ok':172 'old':85 'one':67 'ot':60,116 'peopl':155,188,223 'pick':157 'piss':173 'place':131 'pretend':161 'propheci':57,117 'rais':143 're':17,30 'realli':79,91 'reason':43 'religion':36,194,218 'rose':10 'sin':14 'slaveri':220 'societi':204 'someon':140 'still':167 'stori':28 'support':99 'term':212 'testament':86 'thing':82,94,103 'think':168 'tri':133 'true':62 'want':52 'without':68 'write':54"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/3706874"
  +editedAt: DateTimeImmutable @1695846183 {#2395
    date: 2023-09-27 22:23:03.0 +02:00
  }
  +createdAt: DateTimeImmutable @1695846077 {#2393
    date: 2023-09-27 22:21:17.0 +02:00
  }
  +"title": 29919
}
"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
64 DENIED moderate
App\Entity\EntryComment {#1384
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2377
    +user: Proxies\__CG__\App\Entity\User {#2757 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
    +image: Proxies\__CG__\App\Entity\Image {#3039 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3056 …}
    +slug: "Texas-church-defies-government-crackdown-by-blessing-drag-queens"
    +title: "Texas church defies government crackdown by blessing drag queens"
    +url: "https://www.lgbtqnation.com/2023/09/texas-church-defies-government-crackdown-by-blessing-drag-queens/"
    +body: """
      The Cathedral of Hope — an LGBTQ±affirming United Church of Christ in Dallas, Texas — has made a concerted effort to defend the queer community from “persecution,” as the state government targets drag queens and transgender people.\n
      \n
      The church recently held a service where they blessed drag queens and pledged to “stand for justice, proclaim love, and protect the rights of all people.”\n
      \n
      While about three dozen protestors stood outside of the church hurling slurs and threats, approximately 850 people attended the service.\n
      \n
      “Anyone check the weather today?!” one protester screamed. “’Cause it might rain fire and brimstone on this church and burn every homo inside!”\n
      \n
      But for the ugliness on display outside, the congregation filled the building with love and “radical inclusivity.”\n
      \n
      “We recognize that all people are made in the loving image of God, no matter who they are, how they dress, express themselves, or who they love,” the pastor intoned during the service. “We celebrate this divine diversity and commit to lifting up the voices of the LGBTQ+ community and creating spaces where everyone can thrive.”\n
      \n
      As one worship leader noted as the pastor gave communion, “Drag queens are often targets of hate and violence.” The Sisters of Perpetual Indulgence, in particular, were singled out for particular honor due to their lifesaving work during the AIDS epidemic.\n
      \n
      “These Sisters were at the bedsides of men dying of AIDS,” Rev. Dr. Neil G. Thomas said. “They bring humor, they bring activism, they provide and bring a level of spirituality that many of us have had taken away from us. Despite the humor, they take their spiritual work very seriously.”\n
      \n
      The service was a response to recently passed legislation meant to make a drag a crime. The law, passed by Republicans, has been challenged in court by civil rights groups and blocked repeatedly by federal courts.\n
      \n
      The law punishes drag performers and venues with a $10,000 fine if they allow a minor to see a “sexually explicit” performance. Such a performance is defined as one in which “a male performer [is] exhibiting as a female, or a female performer exhibiting as a male, who uses clothing, makeup, or other similar physical markers and who sings, lip syncs, dances, or otherwise performs before an audience.”\n
      \n
      Lawyers from the Texas Attorney General’s office argued that because the law didn’t specifically mention drag, it wasn’t discriminatory to drag performances. However, in June, Gov. Greg Abbott ® shared a story about the law’s passage that contained the headline, “Texas Governor Signs Law Banning Drag Performances in Public,” and added the comment, “That’s right.” Many state politicians who supported the law also publicly stated that it was meant to target drag, specifically.\n
      \n
      But would the law apply to churches? That’s unclear.\n
      \n
      “My kid was here,” the lead pastor said. “I don’t have the right to choose to bring my kid to church when there are drag queens?”
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 101
    +favouriteCount: 718
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696166183 {#2264
      date: 2023-10-01 15:16:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3055 …}
    +votes: Doctrine\ORM\PersistentCollection {#3053 …}
    +reports: Doctrine\ORM\PersistentCollection {#3050 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3084 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3080 …}
    +badges: Doctrine\ORM\PersistentCollection {#3097 …}
    +children: [
      9 => App\Entity\EntryComment {#2036
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Yes and they are hypocrites.\n
          \n
          It’s amazing the mental gymnastics Christians will do to justify their hateful beliefs.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695899761 {#2035
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +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: 29975
        -bodyTs: "'amaz':8 'belief':19 'christian':12 'gymnast':11 'hate':18 'hypocrit':5 'justifi':16 'mental':10 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724621"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899761 {#2031
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +"title": 29975
      }
      10 => App\Entity\EntryComment {#2077
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "It’s pretty close to the beginning, which is kind of telling… maybe try actually reading your holy book. You may be surprised what you find."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1695899854 {#2062
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@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: 29976
        -bodyTs: "'actual':15 'begin':7 'book':19 'close':4 'find':26 'holi':18 'kind':10 'may':21 'mayb':13 'pretti':3 'read':16 'surpris':23 'tell':12 'tri':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724660"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899854 {#2081
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +"title": 29976
      }
      7 => App\Entity\EntryComment {#1384}
      8 => App\Entity\EntryComment {#2026
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          You need to look again, because it absolutely does. Or do you think, “if a man lies with another man,” was just talking about best buds sleeping in the same bed.\n
          \n
          **edit:** I guess people are too lazy to look themselves for something that’s already common knowledge…\n
          \n
          But it’s Leviticus 20:13.\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1695846676 {#2023
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2022 …}
        +nested: Doctrine\ORM\PersistentCollection {#2025 …}
        +votes: Doctrine\ORM\PersistentCollection {#2033 …}
        +reports: Doctrine\ORM\PersistentCollection {#2028 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2012 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2013 …}
        -id: 29924
        -bodyTs: "'13':54 '20':53 'abomin':70 'absolut':8 'alreadi':46 'anoth':19 'bed':31 'best':25 'blood':79 'bud':26 'commit':69 'common':47 'death':77 'edit':32 'guess':34 'knowledg':48 'lazi':38 'leviticus':52 'lie':17,59 'look':4,40 'man':16,20,58 'mankind':61 'need':2 'peopl':35 'put':75 'shall':72,80 'sleep':27 'someth':43 'sure':73 'talk':23 'think':13 'upon':82 'womankind':64"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3707120"
        +editedAt: DateTimeImmutable @1695913492 {#2030
          date: 2023-09-28 17:04:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846676 {#2032
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +"title": 29924
      }
      5 => App\Entity\EntryComment {#1909
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1708 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Ok, just pointing out that your beliefs are not consistent with your holy book.\n
          \n
          By what criteria are you able to justify ignoring parts of the book and not others? Is it not the inerrant word of God? Didn’t Jesus say that he didn’t come to abolish the law, but to fulfill it? He made it very clear that you can’t just throw away the OT.\n
          \n
          You seem to have good values, just don’t see the reason any kind of unscientific claims about the supernatural need to be a part of it. Just unnecessary baggage.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 20
        +score: 0
        +lastActive: DateTime @1695840894 {#1910
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1926 …}
        +nested: Doctrine\ORM\PersistentCollection {#1874 …}
        +votes: Doctrine\ORM\PersistentCollection {#1908 …}
        +reports: Doctrine\ORM\PersistentCollection {#1883 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2387 …}
        -id: 29907
        -bodyTs: "'abl':20 'abolish':49 'away':67 'baggag':99 'belief':7 'book':14,27 'claim':86 'clear':60 'come':47 'consist':10 'criteria':17 'didn':39,45 'fulfil':54 'god':38 'good':74 'holi':13 'ignor':23 'inerr':35 'jesus':41 'justifi':22 'kind':83 'law':51 'made':57 'need':90 'ok':1 'ot':69 'other':30 'part':24,94 'point':3 'reason':81 'say':42 'see':79 'seem':71 'supernatur':89 'throw':66 'unnecessari':98 'unscientif':85 'valu':75 'word':36"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3704378"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695840894 {#1906
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +"title": 29907
      }
      6 => App\Entity\EntryComment {#2135
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2136 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "I’m well aware of the apologetics. Whatever mental gymnastics you have to do, friend. Maybe one day you’ll be free of the constant cognitive dissonance. It’s a huge relief."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695905918 {#2159
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2137 …}
        +nested: Doctrine\ORM\PersistentCollection {#2068 …}
        +votes: Doctrine\ORM\PersistentCollection {#2069 …}
        +reports: Doctrine\ORM\PersistentCollection {#2074 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2071 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2070 …}
        -id: 29991
        -bodyTs: "'apologet':7 'awar':4 'cognit':26 'constant':25 'day':18 'disson':27 'free':22 'friend':15 'gymnast':10 'huge':31 'll':20 'm':2 'mayb':16 'mental':9 'one':17 'relief':32 'well':3 'whatev':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3727709"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695905918 {#2143
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +"title": 29991
      }
      4 => App\Entity\EntryComment {#2333
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2323 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "Leviticus 20:13 is very clear. What makes you think you can just ignore that part?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695903764 {#2327
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2324 …}
        +nested: Doctrine\ORM\PersistentCollection {#2334 …}
        +votes: Doctrine\ORM\PersistentCollection {#2341 …}
        +reports: Doctrine\ORM\PersistentCollection {#2337 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2336 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2339 …}
        -id: 29987
        -bodyTs: "'13':3 '20':2 'clear':6 'ignor':14 'leviticus':1 'make':8 'part':16 'think':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726695"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695903764 {#2329
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +"title": 29987
      }
      3 => App\Entity\EntryComment {#2056
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          What was hateful about what I said?\n
          \n
          We’ve got Christians on the verge of genocide in the name of your God, but I’m “hateful” for pointing out that they’re just following their holy book?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695913394 {#2048
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2046 …}
        +nested: Doctrine\ORM\PersistentCollection {#2045 …}
        +votes: Doctrine\ORM\PersistentCollection {#2050 …}
        +reports: Doctrine\ORM\PersistentCollection {#2052 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
        -id: 29994
        -bodyTs: "'book':37 'christian':11 'follow':34 'genocid':16 'god':22 'got':10 'hate':3,26 'holi':36 'm':25 'name':19 'point':28 're':32 'said':7 've':9 'verg':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3731992"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695913394 {#2051
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +"title": 29994
      }
      2 => App\Entity\EntryComment {#2370
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          The Bible contains quite a bit of hating others… God is a real piece of shit in the old testament. What did Job do to deserve what he got? Why did he tell Abraham to kill his own son for a goof? The book literally justifies slavery.\n
          \n
          According to the book, Jesus is God, so…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1695838397 {#2471
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2361 …}
        +nested: Doctrine\ORM\PersistentCollection {#2372 …}
        +votes: Doctrine\ORM\PersistentCollection {#2386 …}
        +reports: Doctrine\ORM\PersistentCollection {#2385 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
        -id: 29898
        -bodyTs: "'abraham':34 'accord':48 'bibl':2 'bit':6 'book':44,51 'contain':3 'deserv':26 'god':10,54 'goof':42 'got':29 'hate':8 'jesus':52 'job':23 'justifi':46 'kill':36 'liter':45 'old':19 'other':9 'piec':14 'quit':4 'real':13 'shit':16 'slaveri':47 'son':39 'tell':33 'testament':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3703429"
        +editedAt: DateTimeImmutable @1695838464 {#2371
          date: 2023-09-27 20:14:24.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695838397 {#2363
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +"title": 29898
      }
      1 => App\Entity\EntryComment {#2344
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          In case you didn’t see the other replies, Leviticus 20:13:\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.\n
          \n
          Seems pretty black and white to me.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695902427 {#2347
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2349 …}
        +nested: Doctrine\ORM\PersistentCollection {#2141 …}
        +votes: Doctrine\ORM\PersistentCollection {#2164 …}
        +reports: Doctrine\ORM\PersistentCollection {#2314 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2191 …}
        -id: 29982
        -bodyTs: "'13':12 '20':11 'abomin':28 'black':44 'blood':37 'case':2 'commit':27 'death':35 'didn':4 'leviticus':10 'lie':17 'man':16 'mankind':19 'pretti':43 'put':33 'repli':9 'see':6 'seem':42 'shall':30,38 'sure':31 'upon':40 'white':46 'womankind':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726243"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902427 {#2332
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +"title": 29982
      }
      0 => App\Entity\EntryComment {#2140
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          How is that contradictory? I didn’t say all Christians are hypocrites, just the ones that pick and choose what verses are convenient for them. Westboro Baptist seems to adhere pretty closely.\n
          \n
          Christianity itself is a hateful ideology. Many people pick some of those hateful things when they walk past on the buffett line. Those people are both hateful and hypocritical.\n
          \n
          I’m saying to either do it the way it says you have to do it, or stop wasting your time.\n
          \n
          After all, God did say not to be lukewarm Christians, and if you are, he will *“spew you from his mouth”*
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695902289 {#2094
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2133 …}
        +nested: Doctrine\ORM\PersistentCollection {#2131 …}
        +votes: Doctrine\ORM\PersistentCollection {#2138 …}
        +reports: Doctrine\ORM\PersistentCollection {#2345 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2330 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2346 …}
        -id: 29981
        -bodyTs: "'adher':30 'baptist':27 'buffett':53 'choos':19 'christian':10,33,92 'close':32 'contradictori':4 'conveni':23 'didn':6 'either':66 'god':85 'hate':37,45,59 'hypocrit':12,61 'ideolog':38 'line':54 'lukewarm':91 'm':63 'mani':39 'mouth':103 'one':15 'past':50 'peopl':40,56 'pick':17,41 'pretti':31 'say':8,64,72,87 'seem':28 'spew':99 'stop':79 'thing':46 'time':82 'vers':21 'walk':49 'wast':80 'way':70 'westboro':26"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726207"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902289 {#2241
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +"title": 29981
      }
    ]
    -id: 2351
    -titleTs: "'bless':7 'church':2 'crackdown':5 'defi':3 'drag':8 'govern':4 'queen':9 'texa':1"
    -bodyTs: "'000':317 '10':316 '850':78 'abbott':406 'activ':242 'ad':429 'affirm':7 'aid':218,230 'allow':321 'also':442 'anyon':83 'appli':457 'approxim':77 'argu':384 'attend':80 'attorney':380 'audienc':375 'away':258 'ban':423 'bedsid':225 'bless':45 'block':302 'brimston':97 'bring':238,241,246,480 'build':117 'burn':102 'cathedr':2 'caus':91 'celebr':157 'challeng':294 'check':84 'choos':478 'christ':11 'church':9,38,72,100,459,484 'civil':298 'cloth':357 'comment':431 'commit':162 'communion':188 'communiti':24,171 'concert':18 'congreg':114 'contain':416 'court':296,306 'creat':173 'crime':286 'dalla':13 'danc':369 'defend':21 'defin':334 'despit':261 'didn':389 'die':228 'discriminatori':397 'display':111 'divers':160 'divin':159 'dozen':66 'dr':232 'drag':32,46,189,284,310,393,399,424,451,488 'dress':143 'due':211 'effort':19 'epidem':219 'everi':103 'everyon':176 'exhibit':343,351 'explicit':328 'express':144 'feder':305 'femal':346,349 'fill':115 'fine':318 'fire':95 'g':234 'gave':187 'general':381 'god':135 'gov':404 'govern':30 'governor':420 'greg':405 'group':300 'hate':195 'headlin':418 'held':40 'homo':104 'honor':210 'hope':4 'howev':401 'humor':239,263 'hurl':73 'imag':133 'inclus':122 'indulg':202 'insid':105 'inton':152 'june':403 'justic':53 'kid':464,482 'law':288,308,388,412,422,441,456 'lawyer':376 'lead':468 'leader':182 'legisl':279 'level':248 'lgbtq':6,170 'lifesav':214 'lift':164 'lip':367 'love':55,119,132,149 'made':16,129 'make':282 'makeup':358 'male':340,354 'mani':252,435 'marker':363 'matter':137 'meant':280,448 'men':227 'mention':392 'might':93 'minor':323 'neil':233 'note':183 'offic':383 'often':192 'one':88,180,336 'otherwis':371 'outsid':69,112 'particular':204,209 'pass':278,289 'passag':414 'pastor':151,186,469 'peopl':36,62,79,127 'perform':311,329,332,341,350,372,400,425 'perpetu':201 'persecut':26 'physic':362 'pledg':49 'politician':437 'proclaim':54 'protect':57 'protest':89 'protestor':67 'provid':244 'public':427,443 'punish':309 'queen':33,47,190,489 'queer':23 'radic':121 'rain':94 'recent':39,277 'recogn':124 'repeat':303 'republican':291 'respons':275 'rev':231 'right':59,299,434,476 'said':236,470 'scream':90 'see':325 'serious':270 'servic':42,82,155,272 'sexual':327 'share':407 'sign':421 'similar':361 'sing':366 'singl':206 'sister':199,221 'slur':74 'space':174 'specif':391,452 'spiritu':250,267 'stand':51 'state':29,436,444 'stood':68 'stori':409 'support':439 'sync':368 'take':265 'taken':257 'target':31,193,450 'texa':14,379,419 'thoma':235 'threat':76 'three':65 'thrive':178 'today':87 'transgend':35 'ugli':109 'unclear':462 'unit':8 'us':254,260 'use':356 'venu':313 'violenc':197 'voic':167 'wasn':395 'weather':86 'work':215,268 'worship':181 'would':454"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1695906060
    +visibility: "visible             "
    +apId: "https://feddit.ch/post/1306063"
    +editedAt: null
    +createdAt: DateTimeImmutable @1695819660 {#2834
      date: 2023-09-27 15:01:00.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
  +body: """
    If you don’t believe that Jesus died and rose again for your sins, then you’re not a Christian by definition.\n
    \n
    Also, those are not “obscure” stories. They’re the basis of all Abrahamic religions, including Christianity. In fact, the only reason there even is a NT is because they wanted to write about the “prophecies” from the OT “coming true.” You can’t have one without the other.\n
    \n
    And, once again, Jesus is God. God did really fucked up things in the old testament, that means Jesus did really fucked up things. In the NT he supported those fucked up things that he did, and his existence itself is allegedly a fulfillment of OT prophecy. That’s why they killed him! Assuming he ever existed in the first place.\n
    \n
    Not trying to be a dick, but as someone who was raised in an evangelical church, I know the Bible inside and out. People who pick and choose, or pretend they can be Christian and still think being gay is ok, piss me off because it’s a direct contradiction of what you claim to believe.\n
    \n
    People like you legitimize a barbaric religion that is (once again) destroying the fabric of our society. Be honest with yourself and come to terms with the fact that your religion condones slavery, and killing people for being homosexual.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1695846077 {#2394
    date: 2023-09-27 22:21:17.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCool@feddit.ch"
    "@qooqie@lemmy.world"
    "@prole@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1383 …}
  +nested: Doctrine\ORM\PersistentCollection {#1405 …}
  +votes: Doctrine\ORM\PersistentCollection {#1382 …}
  +reports: Doctrine\ORM\PersistentCollection {#1404 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
  -id: 29919
  -bodyTs: "'abraham':35 'alleg':112 'also':23 'assum':124 'barbar':193 'basi':32 'believ':5,187 'bibl':151 'choos':159 'christian':20,38,165 'church':147 'claim':185 'come':61,210 'condon':219 'contradict':181 'definit':22 'destroy':199 'dick':137 'die':8 'direct':180 'evangel':146 'even':45 'ever':126 'exist':109,127 'fabric':201 'fact':40,215 'first':130 'fuck':80,92,101 'fulfil':114 'gay':170 'god':76,77 'homosexu':226 'honest':206 'includ':37 'insid':152 'jesus':7,74,89 'kill':122,222 'know':149 'legitim':191 'like':189 'mean':88 'nt':48,97 'obscur':27 'ok':172 'old':85 'one':67 'ot':60,116 'peopl':155,188,223 'pick':157 'piss':173 'place':131 'pretend':161 'propheci':57,117 'rais':143 're':17,30 'realli':79,91 'reason':43 'religion':36,194,218 'rose':10 'sin':14 'slaveri':220 'societi':204 'someon':140 'still':167 'stori':28 'support':99 'term':212 'testament':86 'thing':82,94,103 'think':168 'tri':133 'true':62 'want':52 'without':68 'write':54"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/3706874"
  +editedAt: DateTimeImmutable @1695846183 {#2395
    date: 2023-09-27 22:23:03.0 +02:00
  }
  +createdAt: DateTimeImmutable @1695846077 {#2393
    date: 2023-09-27 22:21:17.0 +02:00
  }
  +"title": 29919
}
"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
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 {#2026
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2377
    +user: Proxies\__CG__\App\Entity\User {#2757 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
    +image: Proxies\__CG__\App\Entity\Image {#3039 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3056 …}
    +slug: "Texas-church-defies-government-crackdown-by-blessing-drag-queens"
    +title: "Texas church defies government crackdown by blessing drag queens"
    +url: "https://www.lgbtqnation.com/2023/09/texas-church-defies-government-crackdown-by-blessing-drag-queens/"
    +body: """
      The Cathedral of Hope — an LGBTQ±affirming United Church of Christ in Dallas, Texas — has made a concerted effort to defend the queer community from “persecution,” as the state government targets drag queens and transgender people.\n
      \n
      The church recently held a service where they blessed drag queens and pledged to “stand for justice, proclaim love, and protect the rights of all people.”\n
      \n
      While about three dozen protestors stood outside of the church hurling slurs and threats, approximately 850 people attended the service.\n
      \n
      “Anyone check the weather today?!” one protester screamed. “’Cause it might rain fire and brimstone on this church and burn every homo inside!”\n
      \n
      But for the ugliness on display outside, the congregation filled the building with love and “radical inclusivity.”\n
      \n
      “We recognize that all people are made in the loving image of God, no matter who they are, how they dress, express themselves, or who they love,” the pastor intoned during the service. “We celebrate this divine diversity and commit to lifting up the voices of the LGBTQ+ community and creating spaces where everyone can thrive.”\n
      \n
      As one worship leader noted as the pastor gave communion, “Drag queens are often targets of hate and violence.” The Sisters of Perpetual Indulgence, in particular, were singled out for particular honor due to their lifesaving work during the AIDS epidemic.\n
      \n
      “These Sisters were at the bedsides of men dying of AIDS,” Rev. Dr. Neil G. Thomas said. “They bring humor, they bring activism, they provide and bring a level of spirituality that many of us have had taken away from us. Despite the humor, they take their spiritual work very seriously.”\n
      \n
      The service was a response to recently passed legislation meant to make a drag a crime. The law, passed by Republicans, has been challenged in court by civil rights groups and blocked repeatedly by federal courts.\n
      \n
      The law punishes drag performers and venues with a $10,000 fine if they allow a minor to see a “sexually explicit” performance. Such a performance is defined as one in which “a male performer [is] exhibiting as a female, or a female performer exhibiting as a male, who uses clothing, makeup, or other similar physical markers and who sings, lip syncs, dances, or otherwise performs before an audience.”\n
      \n
      Lawyers from the Texas Attorney General’s office argued that because the law didn’t specifically mention drag, it wasn’t discriminatory to drag performances. However, in June, Gov. Greg Abbott ® shared a story about the law’s passage that contained the headline, “Texas Governor Signs Law Banning Drag Performances in Public,” and added the comment, “That’s right.” Many state politicians who supported the law also publicly stated that it was meant to target drag, specifically.\n
      \n
      But would the law apply to churches? That’s unclear.\n
      \n
      “My kid was here,” the lead pastor said. “I don’t have the right to choose to bring my kid to church when there are drag queens?”
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 101
    +favouriteCount: 718
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696166183 {#2264
      date: 2023-10-01 15:16:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3055 …}
    +votes: Doctrine\ORM\PersistentCollection {#3053 …}
    +reports: Doctrine\ORM\PersistentCollection {#3050 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3084 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3080 …}
    +badges: Doctrine\ORM\PersistentCollection {#3097 …}
    +children: [
      9 => App\Entity\EntryComment {#2036
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Yes and they are hypocrites.\n
          \n
          It’s amazing the mental gymnastics Christians will do to justify their hateful beliefs.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695899761 {#2035
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +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: 29975
        -bodyTs: "'amaz':8 'belief':19 'christian':12 'gymnast':11 'hate':18 'hypocrit':5 'justifi':16 'mental':10 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724621"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899761 {#2031
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +"title": 29975
      }
      10 => App\Entity\EntryComment {#2077
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "It’s pretty close to the beginning, which is kind of telling… maybe try actually reading your holy book. You may be surprised what you find."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1695899854 {#2062
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@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: 29976
        -bodyTs: "'actual':15 'begin':7 'book':19 'close':4 'find':26 'holi':18 'kind':10 'may':21 'mayb':13 'pretti':3 'read':16 'surpris':23 'tell':12 'tri':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724660"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899854 {#2081
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +"title": 29976
      }
      7 => App\Entity\EntryComment {#1384
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          If you don’t believe that Jesus died and rose again for your sins, then you’re not a Christian by definition.\n
          \n
          Also, those are not “obscure” stories. They’re the basis of all Abrahamic religions, including Christianity. In fact, the only reason there even is a NT is because they wanted to write about the “prophecies” from the OT “coming true.” You can’t have one without the other.\n
          \n
          And, once again, Jesus is God. God did really fucked up things in the old testament, that means Jesus did really fucked up things. In the NT he supported those fucked up things that he did, and his existence itself is allegedly a fulfillment of OT prophecy. That’s why they killed him! Assuming he ever existed in the first place.\n
          \n
          Not trying to be a dick, but as someone who was raised in an evangelical church, I know the Bible inside and out. People who pick and choose, or pretend they can be Christian and still think being gay is ok, piss me off because it’s a direct contradiction of what you claim to believe.\n
          \n
          People like you legitimize a barbaric religion that is (once again) destroying the fabric of our society. Be honest with yourself and come to terms with the fact that your religion condones slavery, and killing people for being homosexual.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1695846077 {#2394
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1383 …}
        +nested: Doctrine\ORM\PersistentCollection {#1405 …}
        +votes: Doctrine\ORM\PersistentCollection {#1382 …}
        +reports: Doctrine\ORM\PersistentCollection {#1404 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
        -id: 29919
        -bodyTs: "'abraham':35 'alleg':112 'also':23 'assum':124 'barbar':193 'basi':32 'believ':5,187 'bibl':151 'choos':159 'christian':20,38,165 'church':147 'claim':185 'come':61,210 'condon':219 'contradict':181 'definit':22 'destroy':199 'dick':137 'die':8 'direct':180 'evangel':146 'even':45 'ever':126 'exist':109,127 'fabric':201 'fact':40,215 'first':130 'fuck':80,92,101 'fulfil':114 'gay':170 'god':76,77 'homosexu':226 'honest':206 'includ':37 'insid':152 'jesus':7,74,89 'kill':122,222 'know':149 'legitim':191 'like':189 'mean':88 'nt':48,97 'obscur':27 'ok':172 'old':85 'one':67 'ot':60,116 'peopl':155,188,223 'pick':157 'piss':173 'place':131 'pretend':161 'propheci':57,117 'rais':143 're':17,30 'realli':79,91 'reason':43 'religion':36,194,218 'rose':10 'sin':14 'slaveri':220 'societi':204 'someon':140 'still':167 'stori':28 'support':99 'term':212 'testament':86 'thing':82,94,103 'think':168 'tri':133 'true':62 'want':52 'without':68 'write':54"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3706874"
        +editedAt: DateTimeImmutable @1695846183 {#2395
          date: 2023-09-27 22:23:03.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846077 {#2393
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +"title": 29919
      }
      8 => App\Entity\EntryComment {#2026}
      5 => App\Entity\EntryComment {#1909
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1708 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Ok, just pointing out that your beliefs are not consistent with your holy book.\n
          \n
          By what criteria are you able to justify ignoring parts of the book and not others? Is it not the inerrant word of God? Didn’t Jesus say that he didn’t come to abolish the law, but to fulfill it? He made it very clear that you can’t just throw away the OT.\n
          \n
          You seem to have good values, just don’t see the reason any kind of unscientific claims about the supernatural need to be a part of it. Just unnecessary baggage.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 20
        +score: 0
        +lastActive: DateTime @1695840894 {#1910
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1926 …}
        +nested: Doctrine\ORM\PersistentCollection {#1874 …}
        +votes: Doctrine\ORM\PersistentCollection {#1908 …}
        +reports: Doctrine\ORM\PersistentCollection {#1883 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2387 …}
        -id: 29907
        -bodyTs: "'abl':20 'abolish':49 'away':67 'baggag':99 'belief':7 'book':14,27 'claim':86 'clear':60 'come':47 'consist':10 'criteria':17 'didn':39,45 'fulfil':54 'god':38 'good':74 'holi':13 'ignor':23 'inerr':35 'jesus':41 'justifi':22 'kind':83 'law':51 'made':57 'need':90 'ok':1 'ot':69 'other':30 'part':24,94 'point':3 'reason':81 'say':42 'see':79 'seem':71 'supernatur':89 'throw':66 'unnecessari':98 'unscientif':85 'valu':75 'word':36"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3704378"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695840894 {#1906
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +"title": 29907
      }
      6 => App\Entity\EntryComment {#2135
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2136 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "I’m well aware of the apologetics. Whatever mental gymnastics you have to do, friend. Maybe one day you’ll be free of the constant cognitive dissonance. It’s a huge relief."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695905918 {#2159
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2137 …}
        +nested: Doctrine\ORM\PersistentCollection {#2068 …}
        +votes: Doctrine\ORM\PersistentCollection {#2069 …}
        +reports: Doctrine\ORM\PersistentCollection {#2074 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2071 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2070 …}
        -id: 29991
        -bodyTs: "'apologet':7 'awar':4 'cognit':26 'constant':25 'day':18 'disson':27 'free':22 'friend':15 'gymnast':10 'huge':31 'll':20 'm':2 'mayb':16 'mental':9 'one':17 'relief':32 'well':3 'whatev':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3727709"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695905918 {#2143
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +"title": 29991
      }
      4 => App\Entity\EntryComment {#2333
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2323 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "Leviticus 20:13 is very clear. What makes you think you can just ignore that part?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695903764 {#2327
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2324 …}
        +nested: Doctrine\ORM\PersistentCollection {#2334 …}
        +votes: Doctrine\ORM\PersistentCollection {#2341 …}
        +reports: Doctrine\ORM\PersistentCollection {#2337 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2336 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2339 …}
        -id: 29987
        -bodyTs: "'13':3 '20':2 'clear':6 'ignor':14 'leviticus':1 'make':8 'part':16 'think':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726695"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695903764 {#2329
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +"title": 29987
      }
      3 => App\Entity\EntryComment {#2056
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          What was hateful about what I said?\n
          \n
          We’ve got Christians on the verge of genocide in the name of your God, but I’m “hateful” for pointing out that they’re just following their holy book?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695913394 {#2048
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2046 …}
        +nested: Doctrine\ORM\PersistentCollection {#2045 …}
        +votes: Doctrine\ORM\PersistentCollection {#2050 …}
        +reports: Doctrine\ORM\PersistentCollection {#2052 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
        -id: 29994
        -bodyTs: "'book':37 'christian':11 'follow':34 'genocid':16 'god':22 'got':10 'hate':3,26 'holi':36 'm':25 'name':19 'point':28 're':32 'said':7 've':9 'verg':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3731992"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695913394 {#2051
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +"title": 29994
      }
      2 => App\Entity\EntryComment {#2370
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          The Bible contains quite a bit of hating others… God is a real piece of shit in the old testament. What did Job do to deserve what he got? Why did he tell Abraham to kill his own son for a goof? The book literally justifies slavery.\n
          \n
          According to the book, Jesus is God, so…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1695838397 {#2471
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2361 …}
        +nested: Doctrine\ORM\PersistentCollection {#2372 …}
        +votes: Doctrine\ORM\PersistentCollection {#2386 …}
        +reports: Doctrine\ORM\PersistentCollection {#2385 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
        -id: 29898
        -bodyTs: "'abraham':34 'accord':48 'bibl':2 'bit':6 'book':44,51 'contain':3 'deserv':26 'god':10,54 'goof':42 'got':29 'hate':8 'jesus':52 'job':23 'justifi':46 'kill':36 'liter':45 'old':19 'other':9 'piec':14 'quit':4 'real':13 'shit':16 'slaveri':47 'son':39 'tell':33 'testament':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3703429"
        +editedAt: DateTimeImmutable @1695838464 {#2371
          date: 2023-09-27 20:14:24.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695838397 {#2363
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +"title": 29898
      }
      1 => App\Entity\EntryComment {#2344
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          In case you didn’t see the other replies, Leviticus 20:13:\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.\n
          \n
          Seems pretty black and white to me.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695902427 {#2347
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2349 …}
        +nested: Doctrine\ORM\PersistentCollection {#2141 …}
        +votes: Doctrine\ORM\PersistentCollection {#2164 …}
        +reports: Doctrine\ORM\PersistentCollection {#2314 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2191 …}
        -id: 29982
        -bodyTs: "'13':12 '20':11 'abomin':28 'black':44 'blood':37 'case':2 'commit':27 'death':35 'didn':4 'leviticus':10 'lie':17 'man':16 'mankind':19 'pretti':43 'put':33 'repli':9 'see':6 'seem':42 'shall':30,38 'sure':31 'upon':40 'white':46 'womankind':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726243"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902427 {#2332
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +"title": 29982
      }
      0 => App\Entity\EntryComment {#2140
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          How is that contradictory? I didn’t say all Christians are hypocrites, just the ones that pick and choose what verses are convenient for them. Westboro Baptist seems to adhere pretty closely.\n
          \n
          Christianity itself is a hateful ideology. Many people pick some of those hateful things when they walk past on the buffett line. Those people are both hateful and hypocritical.\n
          \n
          I’m saying to either do it the way it says you have to do it, or stop wasting your time.\n
          \n
          After all, God did say not to be lukewarm Christians, and if you are, he will *“spew you from his mouth”*
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695902289 {#2094
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2133 …}
        +nested: Doctrine\ORM\PersistentCollection {#2131 …}
        +votes: Doctrine\ORM\PersistentCollection {#2138 …}
        +reports: Doctrine\ORM\PersistentCollection {#2345 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2330 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2346 …}
        -id: 29981
        -bodyTs: "'adher':30 'baptist':27 'buffett':53 'choos':19 'christian':10,33,92 'close':32 'contradictori':4 'conveni':23 'didn':6 'either':66 'god':85 'hate':37,45,59 'hypocrit':12,61 'ideolog':38 'line':54 'lukewarm':91 'm':63 'mani':39 'mouth':103 'one':15 'past':50 'peopl':40,56 'pick':17,41 'pretti':31 'say':8,64,72,87 'seem':28 'spew':99 'stop':79 'thing':46 'time':82 'vers':21 'walk':49 'wast':80 'way':70 'westboro':26"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726207"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902289 {#2241
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +"title": 29981
      }
    ]
    -id: 2351
    -titleTs: "'bless':7 'church':2 'crackdown':5 'defi':3 'drag':8 'govern':4 'queen':9 'texa':1"
    -bodyTs: "'000':317 '10':316 '850':78 'abbott':406 'activ':242 'ad':429 'affirm':7 'aid':218,230 'allow':321 'also':442 'anyon':83 'appli':457 'approxim':77 'argu':384 'attend':80 'attorney':380 'audienc':375 'away':258 'ban':423 'bedsid':225 'bless':45 'block':302 'brimston':97 'bring':238,241,246,480 'build':117 'burn':102 'cathedr':2 'caus':91 'celebr':157 'challeng':294 'check':84 'choos':478 'christ':11 'church':9,38,72,100,459,484 'civil':298 'cloth':357 'comment':431 'commit':162 'communion':188 'communiti':24,171 'concert':18 'congreg':114 'contain':416 'court':296,306 'creat':173 'crime':286 'dalla':13 'danc':369 'defend':21 'defin':334 'despit':261 'didn':389 'die':228 'discriminatori':397 'display':111 'divers':160 'divin':159 'dozen':66 'dr':232 'drag':32,46,189,284,310,393,399,424,451,488 'dress':143 'due':211 'effort':19 'epidem':219 'everi':103 'everyon':176 'exhibit':343,351 'explicit':328 'express':144 'feder':305 'femal':346,349 'fill':115 'fine':318 'fire':95 'g':234 'gave':187 'general':381 'god':135 'gov':404 'govern':30 'governor':420 'greg':405 'group':300 'hate':195 'headlin':418 'held':40 'homo':104 'honor':210 'hope':4 'howev':401 'humor':239,263 'hurl':73 'imag':133 'inclus':122 'indulg':202 'insid':105 'inton':152 'june':403 'justic':53 'kid':464,482 'law':288,308,388,412,422,441,456 'lawyer':376 'lead':468 'leader':182 'legisl':279 'level':248 'lgbtq':6,170 'lifesav':214 'lift':164 'lip':367 'love':55,119,132,149 'made':16,129 'make':282 'makeup':358 'male':340,354 'mani':252,435 'marker':363 'matter':137 'meant':280,448 'men':227 'mention':392 'might':93 'minor':323 'neil':233 'note':183 'offic':383 'often':192 'one':88,180,336 'otherwis':371 'outsid':69,112 'particular':204,209 'pass':278,289 'passag':414 'pastor':151,186,469 'peopl':36,62,79,127 'perform':311,329,332,341,350,372,400,425 'perpetu':201 'persecut':26 'physic':362 'pledg':49 'politician':437 'proclaim':54 'protect':57 'protest':89 'protestor':67 'provid':244 'public':427,443 'punish':309 'queen':33,47,190,489 'queer':23 'radic':121 'rain':94 'recent':39,277 'recogn':124 'repeat':303 'republican':291 'respons':275 'rev':231 'right':59,299,434,476 'said':236,470 'scream':90 'see':325 'serious':270 'servic':42,82,155,272 'sexual':327 'share':407 'sign':421 'similar':361 'sing':366 'singl':206 'sister':199,221 'slur':74 'space':174 'specif':391,452 'spiritu':250,267 'stand':51 'state':29,436,444 'stood':68 'stori':409 'support':439 'sync':368 'take':265 'taken':257 'target':31,193,450 'texa':14,379,419 'thoma':235 'threat':76 'three':65 'thrive':178 'today':87 'transgend':35 'ugli':109 'unclear':462 'unit':8 'us':254,260 'use':356 'venu':313 'violenc':197 'voic':167 'wasn':395 'weather':86 'work':215,268 'worship':181 'would':454"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1695906060
    +visibility: "visible             "
    +apId: "https://feddit.ch/post/1306063"
    +editedAt: null
    +createdAt: DateTimeImmutable @1695819660 {#2834
      date: 2023-09-27 15:01:00.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
  +body: """
    You need to look again, because it absolutely does. Or do you think, “if a man lies with another man,” was just talking about best buds sleeping in the same bed.\n
    \n
    **edit:** I guess people are too lazy to look themselves for something that’s already common knowledge…\n
    \n
    But it’s Leviticus 20:13.\n
    \n
    > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1695846676 {#2023
    date: 2023-09-27 22:31:16.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCool@feddit.ch"
    "@qooqie@lemmy.world"
    "@eestileib@sh.itjust.works"
    "@Bunnylux@lemmy.world"
    "@CaptFeather@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2022 …}
  +nested: Doctrine\ORM\PersistentCollection {#2025 …}
  +votes: Doctrine\ORM\PersistentCollection {#2033 …}
  +reports: Doctrine\ORM\PersistentCollection {#2028 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2012 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2013 …}
  -id: 29924
  -bodyTs: "'13':54 '20':53 'abomin':70 'absolut':8 'alreadi':46 'anoth':19 'bed':31 'best':25 'blood':79 'bud':26 'commit':69 'common':47 'death':77 'edit':32 'guess':34 'knowledg':48 'lazi':38 'leviticus':52 'lie':17,59 'look':4,40 'man':16,20,58 'mankind':61 'need':2 'peopl':35 'put':75 'shall':72,80 'sleep':27 'someth':43 'sure':73 'talk':23 'think':13 'upon':82 'womankind':64"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/3707120"
  +editedAt: DateTimeImmutable @1695913492 {#2030
    date: 2023-09-28 17:04:52.0 +02:00
  }
  +createdAt: DateTimeImmutable @1695846676 {#2032
    date: 2023-09-27 22:31:16.0 +02:00
  }
  +"title": 29924
}
"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 {#2026
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2377
    +user: Proxies\__CG__\App\Entity\User {#2757 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
    +image: Proxies\__CG__\App\Entity\Image {#3039 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3056 …}
    +slug: "Texas-church-defies-government-crackdown-by-blessing-drag-queens"
    +title: "Texas church defies government crackdown by blessing drag queens"
    +url: "https://www.lgbtqnation.com/2023/09/texas-church-defies-government-crackdown-by-blessing-drag-queens/"
    +body: """
      The Cathedral of Hope — an LGBTQ±affirming United Church of Christ in Dallas, Texas — has made a concerted effort to defend the queer community from “persecution,” as the state government targets drag queens and transgender people.\n
      \n
      The church recently held a service where they blessed drag queens and pledged to “stand for justice, proclaim love, and protect the rights of all people.”\n
      \n
      While about three dozen protestors stood outside of the church hurling slurs and threats, approximately 850 people attended the service.\n
      \n
      “Anyone check the weather today?!” one protester screamed. “’Cause it might rain fire and brimstone on this church and burn every homo inside!”\n
      \n
      But for the ugliness on display outside, the congregation filled the building with love and “radical inclusivity.”\n
      \n
      “We recognize that all people are made in the loving image of God, no matter who they are, how they dress, express themselves, or who they love,” the pastor intoned during the service. “We celebrate this divine diversity and commit to lifting up the voices of the LGBTQ+ community and creating spaces where everyone can thrive.”\n
      \n
      As one worship leader noted as the pastor gave communion, “Drag queens are often targets of hate and violence.” The Sisters of Perpetual Indulgence, in particular, were singled out for particular honor due to their lifesaving work during the AIDS epidemic.\n
      \n
      “These Sisters were at the bedsides of men dying of AIDS,” Rev. Dr. Neil G. Thomas said. “They bring humor, they bring activism, they provide and bring a level of spirituality that many of us have had taken away from us. Despite the humor, they take their spiritual work very seriously.”\n
      \n
      The service was a response to recently passed legislation meant to make a drag a crime. The law, passed by Republicans, has been challenged in court by civil rights groups and blocked repeatedly by federal courts.\n
      \n
      The law punishes drag performers and venues with a $10,000 fine if they allow a minor to see a “sexually explicit” performance. Such a performance is defined as one in which “a male performer [is] exhibiting as a female, or a female performer exhibiting as a male, who uses clothing, makeup, or other similar physical markers and who sings, lip syncs, dances, or otherwise performs before an audience.”\n
      \n
      Lawyers from the Texas Attorney General’s office argued that because the law didn’t specifically mention drag, it wasn’t discriminatory to drag performances. However, in June, Gov. Greg Abbott ® shared a story about the law’s passage that contained the headline, “Texas Governor Signs Law Banning Drag Performances in Public,” and added the comment, “That’s right.” Many state politicians who supported the law also publicly stated that it was meant to target drag, specifically.\n
      \n
      But would the law apply to churches? That’s unclear.\n
      \n
      “My kid was here,” the lead pastor said. “I don’t have the right to choose to bring my kid to church when there are drag queens?”
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 101
    +favouriteCount: 718
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696166183 {#2264
      date: 2023-10-01 15:16:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3055 …}
    +votes: Doctrine\ORM\PersistentCollection {#3053 …}
    +reports: Doctrine\ORM\PersistentCollection {#3050 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3084 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3080 …}
    +badges: Doctrine\ORM\PersistentCollection {#3097 …}
    +children: [
      9 => App\Entity\EntryComment {#2036
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Yes and they are hypocrites.\n
          \n
          It’s amazing the mental gymnastics Christians will do to justify their hateful beliefs.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695899761 {#2035
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +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: 29975
        -bodyTs: "'amaz':8 'belief':19 'christian':12 'gymnast':11 'hate':18 'hypocrit':5 'justifi':16 'mental':10 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724621"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899761 {#2031
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +"title": 29975
      }
      10 => App\Entity\EntryComment {#2077
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "It’s pretty close to the beginning, which is kind of telling… maybe try actually reading your holy book. You may be surprised what you find."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1695899854 {#2062
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@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: 29976
        -bodyTs: "'actual':15 'begin':7 'book':19 'close':4 'find':26 'holi':18 'kind':10 'may':21 'mayb':13 'pretti':3 'read':16 'surpris':23 'tell':12 'tri':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724660"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899854 {#2081
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +"title": 29976
      }
      7 => App\Entity\EntryComment {#1384
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          If you don’t believe that Jesus died and rose again for your sins, then you’re not a Christian by definition.\n
          \n
          Also, those are not “obscure” stories. They’re the basis of all Abrahamic religions, including Christianity. In fact, the only reason there even is a NT is because they wanted to write about the “prophecies” from the OT “coming true.” You can’t have one without the other.\n
          \n
          And, once again, Jesus is God. God did really fucked up things in the old testament, that means Jesus did really fucked up things. In the NT he supported those fucked up things that he did, and his existence itself is allegedly a fulfillment of OT prophecy. That’s why they killed him! Assuming he ever existed in the first place.\n
          \n
          Not trying to be a dick, but as someone who was raised in an evangelical church, I know the Bible inside and out. People who pick and choose, or pretend they can be Christian and still think being gay is ok, piss me off because it’s a direct contradiction of what you claim to believe.\n
          \n
          People like you legitimize a barbaric religion that is (once again) destroying the fabric of our society. Be honest with yourself and come to terms with the fact that your religion condones slavery, and killing people for being homosexual.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1695846077 {#2394
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1383 …}
        +nested: Doctrine\ORM\PersistentCollection {#1405 …}
        +votes: Doctrine\ORM\PersistentCollection {#1382 …}
        +reports: Doctrine\ORM\PersistentCollection {#1404 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
        -id: 29919
        -bodyTs: "'abraham':35 'alleg':112 'also':23 'assum':124 'barbar':193 'basi':32 'believ':5,187 'bibl':151 'choos':159 'christian':20,38,165 'church':147 'claim':185 'come':61,210 'condon':219 'contradict':181 'definit':22 'destroy':199 'dick':137 'die':8 'direct':180 'evangel':146 'even':45 'ever':126 'exist':109,127 'fabric':201 'fact':40,215 'first':130 'fuck':80,92,101 'fulfil':114 'gay':170 'god':76,77 'homosexu':226 'honest':206 'includ':37 'insid':152 'jesus':7,74,89 'kill':122,222 'know':149 'legitim':191 'like':189 'mean':88 'nt':48,97 'obscur':27 'ok':172 'old':85 'one':67 'ot':60,116 'peopl':155,188,223 'pick':157 'piss':173 'place':131 'pretend':161 'propheci':57,117 'rais':143 're':17,30 'realli':79,91 'reason':43 'religion':36,194,218 'rose':10 'sin':14 'slaveri':220 'societi':204 'someon':140 'still':167 'stori':28 'support':99 'term':212 'testament':86 'thing':82,94,103 'think':168 'tri':133 'true':62 'want':52 'without':68 'write':54"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3706874"
        +editedAt: DateTimeImmutable @1695846183 {#2395
          date: 2023-09-27 22:23:03.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846077 {#2393
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +"title": 29919
      }
      8 => App\Entity\EntryComment {#2026}
      5 => App\Entity\EntryComment {#1909
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1708 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Ok, just pointing out that your beliefs are not consistent with your holy book.\n
          \n
          By what criteria are you able to justify ignoring parts of the book and not others? Is it not the inerrant word of God? Didn’t Jesus say that he didn’t come to abolish the law, but to fulfill it? He made it very clear that you can’t just throw away the OT.\n
          \n
          You seem to have good values, just don’t see the reason any kind of unscientific claims about the supernatural need to be a part of it. Just unnecessary baggage.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 20
        +score: 0
        +lastActive: DateTime @1695840894 {#1910
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1926 …}
        +nested: Doctrine\ORM\PersistentCollection {#1874 …}
        +votes: Doctrine\ORM\PersistentCollection {#1908 …}
        +reports: Doctrine\ORM\PersistentCollection {#1883 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2387 …}
        -id: 29907
        -bodyTs: "'abl':20 'abolish':49 'away':67 'baggag':99 'belief':7 'book':14,27 'claim':86 'clear':60 'come':47 'consist':10 'criteria':17 'didn':39,45 'fulfil':54 'god':38 'good':74 'holi':13 'ignor':23 'inerr':35 'jesus':41 'justifi':22 'kind':83 'law':51 'made':57 'need':90 'ok':1 'ot':69 'other':30 'part':24,94 'point':3 'reason':81 'say':42 'see':79 'seem':71 'supernatur':89 'throw':66 'unnecessari':98 'unscientif':85 'valu':75 'word':36"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3704378"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695840894 {#1906
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +"title": 29907
      }
      6 => App\Entity\EntryComment {#2135
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2136 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "I’m well aware of the apologetics. Whatever mental gymnastics you have to do, friend. Maybe one day you’ll be free of the constant cognitive dissonance. It’s a huge relief."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695905918 {#2159
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2137 …}
        +nested: Doctrine\ORM\PersistentCollection {#2068 …}
        +votes: Doctrine\ORM\PersistentCollection {#2069 …}
        +reports: Doctrine\ORM\PersistentCollection {#2074 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2071 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2070 …}
        -id: 29991
        -bodyTs: "'apologet':7 'awar':4 'cognit':26 'constant':25 'day':18 'disson':27 'free':22 'friend':15 'gymnast':10 'huge':31 'll':20 'm':2 'mayb':16 'mental':9 'one':17 'relief':32 'well':3 'whatev':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3727709"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695905918 {#2143
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +"title": 29991
      }
      4 => App\Entity\EntryComment {#2333
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2323 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "Leviticus 20:13 is very clear. What makes you think you can just ignore that part?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695903764 {#2327
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2324 …}
        +nested: Doctrine\ORM\PersistentCollection {#2334 …}
        +votes: Doctrine\ORM\PersistentCollection {#2341 …}
        +reports: Doctrine\ORM\PersistentCollection {#2337 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2336 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2339 …}
        -id: 29987
        -bodyTs: "'13':3 '20':2 'clear':6 'ignor':14 'leviticus':1 'make':8 'part':16 'think':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726695"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695903764 {#2329
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +"title": 29987
      }
      3 => App\Entity\EntryComment {#2056
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          What was hateful about what I said?\n
          \n
          We’ve got Christians on the verge of genocide in the name of your God, but I’m “hateful” for pointing out that they’re just following their holy book?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695913394 {#2048
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2046 …}
        +nested: Doctrine\ORM\PersistentCollection {#2045 …}
        +votes: Doctrine\ORM\PersistentCollection {#2050 …}
        +reports: Doctrine\ORM\PersistentCollection {#2052 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
        -id: 29994
        -bodyTs: "'book':37 'christian':11 'follow':34 'genocid':16 'god':22 'got':10 'hate':3,26 'holi':36 'm':25 'name':19 'point':28 're':32 'said':7 've':9 'verg':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3731992"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695913394 {#2051
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +"title": 29994
      }
      2 => App\Entity\EntryComment {#2370
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          The Bible contains quite a bit of hating others… God is a real piece of shit in the old testament. What did Job do to deserve what he got? Why did he tell Abraham to kill his own son for a goof? The book literally justifies slavery.\n
          \n
          According to the book, Jesus is God, so…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1695838397 {#2471
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2361 …}
        +nested: Doctrine\ORM\PersistentCollection {#2372 …}
        +votes: Doctrine\ORM\PersistentCollection {#2386 …}
        +reports: Doctrine\ORM\PersistentCollection {#2385 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
        -id: 29898
        -bodyTs: "'abraham':34 'accord':48 'bibl':2 'bit':6 'book':44,51 'contain':3 'deserv':26 'god':10,54 'goof':42 'got':29 'hate':8 'jesus':52 'job':23 'justifi':46 'kill':36 'liter':45 'old':19 'other':9 'piec':14 'quit':4 'real':13 'shit':16 'slaveri':47 'son':39 'tell':33 'testament':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3703429"
        +editedAt: DateTimeImmutable @1695838464 {#2371
          date: 2023-09-27 20:14:24.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695838397 {#2363
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +"title": 29898
      }
      1 => App\Entity\EntryComment {#2344
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          In case you didn’t see the other replies, Leviticus 20:13:\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.\n
          \n
          Seems pretty black and white to me.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695902427 {#2347
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2349 …}
        +nested: Doctrine\ORM\PersistentCollection {#2141 …}
        +votes: Doctrine\ORM\PersistentCollection {#2164 …}
        +reports: Doctrine\ORM\PersistentCollection {#2314 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2191 …}
        -id: 29982
        -bodyTs: "'13':12 '20':11 'abomin':28 'black':44 'blood':37 'case':2 'commit':27 'death':35 'didn':4 'leviticus':10 'lie':17 'man':16 'mankind':19 'pretti':43 'put':33 'repli':9 'see':6 'seem':42 'shall':30,38 'sure':31 'upon':40 'white':46 'womankind':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726243"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902427 {#2332
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +"title": 29982
      }
      0 => App\Entity\EntryComment {#2140
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          How is that contradictory? I didn’t say all Christians are hypocrites, just the ones that pick and choose what verses are convenient for them. Westboro Baptist seems to adhere pretty closely.\n
          \n
          Christianity itself is a hateful ideology. Many people pick some of those hateful things when they walk past on the buffett line. Those people are both hateful and hypocritical.\n
          \n
          I’m saying to either do it the way it says you have to do it, or stop wasting your time.\n
          \n
          After all, God did say not to be lukewarm Christians, and if you are, he will *“spew you from his mouth”*
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695902289 {#2094
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2133 …}
        +nested: Doctrine\ORM\PersistentCollection {#2131 …}
        +votes: Doctrine\ORM\PersistentCollection {#2138 …}
        +reports: Doctrine\ORM\PersistentCollection {#2345 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2330 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2346 …}
        -id: 29981
        -bodyTs: "'adher':30 'baptist':27 'buffett':53 'choos':19 'christian':10,33,92 'close':32 'contradictori':4 'conveni':23 'didn':6 'either':66 'god':85 'hate':37,45,59 'hypocrit':12,61 'ideolog':38 'line':54 'lukewarm':91 'm':63 'mani':39 'mouth':103 'one':15 'past':50 'peopl':40,56 'pick':17,41 'pretti':31 'say':8,64,72,87 'seem':28 'spew':99 'stop':79 'thing':46 'time':82 'vers':21 'walk':49 'wast':80 'way':70 'westboro':26"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726207"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902289 {#2241
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +"title": 29981
      }
    ]
    -id: 2351
    -titleTs: "'bless':7 'church':2 'crackdown':5 'defi':3 'drag':8 'govern':4 'queen':9 'texa':1"
    -bodyTs: "'000':317 '10':316 '850':78 'abbott':406 'activ':242 'ad':429 'affirm':7 'aid':218,230 'allow':321 'also':442 'anyon':83 'appli':457 'approxim':77 'argu':384 'attend':80 'attorney':380 'audienc':375 'away':258 'ban':423 'bedsid':225 'bless':45 'block':302 'brimston':97 'bring':238,241,246,480 'build':117 'burn':102 'cathedr':2 'caus':91 'celebr':157 'challeng':294 'check':84 'choos':478 'christ':11 'church':9,38,72,100,459,484 'civil':298 'cloth':357 'comment':431 'commit':162 'communion':188 'communiti':24,171 'concert':18 'congreg':114 'contain':416 'court':296,306 'creat':173 'crime':286 'dalla':13 'danc':369 'defend':21 'defin':334 'despit':261 'didn':389 'die':228 'discriminatori':397 'display':111 'divers':160 'divin':159 'dozen':66 'dr':232 'drag':32,46,189,284,310,393,399,424,451,488 'dress':143 'due':211 'effort':19 'epidem':219 'everi':103 'everyon':176 'exhibit':343,351 'explicit':328 'express':144 'feder':305 'femal':346,349 'fill':115 'fine':318 'fire':95 'g':234 'gave':187 'general':381 'god':135 'gov':404 'govern':30 'governor':420 'greg':405 'group':300 'hate':195 'headlin':418 'held':40 'homo':104 'honor':210 'hope':4 'howev':401 'humor':239,263 'hurl':73 'imag':133 'inclus':122 'indulg':202 'insid':105 'inton':152 'june':403 'justic':53 'kid':464,482 'law':288,308,388,412,422,441,456 'lawyer':376 'lead':468 'leader':182 'legisl':279 'level':248 'lgbtq':6,170 'lifesav':214 'lift':164 'lip':367 'love':55,119,132,149 'made':16,129 'make':282 'makeup':358 'male':340,354 'mani':252,435 'marker':363 'matter':137 'meant':280,448 'men':227 'mention':392 'might':93 'minor':323 'neil':233 'note':183 'offic':383 'often':192 'one':88,180,336 'otherwis':371 'outsid':69,112 'particular':204,209 'pass':278,289 'passag':414 'pastor':151,186,469 'peopl':36,62,79,127 'perform':311,329,332,341,350,372,400,425 'perpetu':201 'persecut':26 'physic':362 'pledg':49 'politician':437 'proclaim':54 'protect':57 'protest':89 'protestor':67 'provid':244 'public':427,443 'punish':309 'queen':33,47,190,489 'queer':23 'radic':121 'rain':94 'recent':39,277 'recogn':124 'repeat':303 'republican':291 'respons':275 'rev':231 'right':59,299,434,476 'said':236,470 'scream':90 'see':325 'serious':270 'servic':42,82,155,272 'sexual':327 'share':407 'sign':421 'similar':361 'sing':366 'singl':206 'sister':199,221 'slur':74 'space':174 'specif':391,452 'spiritu':250,267 'stand':51 'state':29,436,444 'stood':68 'stori':409 'support':439 'sync':368 'take':265 'taken':257 'target':31,193,450 'texa':14,379,419 'thoma':235 'threat':76 'three':65 'thrive':178 'today':87 'transgend':35 'ugli':109 'unclear':462 'unit':8 'us':254,260 'use':356 'venu':313 'violenc':197 'voic':167 'wasn':395 'weather':86 'work':215,268 'worship':181 'would':454"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1695906060
    +visibility: "visible             "
    +apId: "https://feddit.ch/post/1306063"
    +editedAt: null
    +createdAt: DateTimeImmutable @1695819660 {#2834
      date: 2023-09-27 15:01:00.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
  +body: """
    You need to look again, because it absolutely does. Or do you think, “if a man lies with another man,” was just talking about best buds sleeping in the same bed.\n
    \n
    **edit:** I guess people are too lazy to look themselves for something that’s already common knowledge…\n
    \n
    But it’s Leviticus 20:13.\n
    \n
    > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1695846676 {#2023
    date: 2023-09-27 22:31:16.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCool@feddit.ch"
    "@qooqie@lemmy.world"
    "@eestileib@sh.itjust.works"
    "@Bunnylux@lemmy.world"
    "@CaptFeather@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2022 …}
  +nested: Doctrine\ORM\PersistentCollection {#2025 …}
  +votes: Doctrine\ORM\PersistentCollection {#2033 …}
  +reports: Doctrine\ORM\PersistentCollection {#2028 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2012 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2013 …}
  -id: 29924
  -bodyTs: "'13':54 '20':53 'abomin':70 'absolut':8 'alreadi':46 'anoth':19 'bed':31 'best':25 'blood':79 'bud':26 'commit':69 'common':47 'death':77 'edit':32 'guess':34 'knowledg':48 'lazi':38 'leviticus':52 'lie':17,59 'look':4,40 'man':16,20,58 'mankind':61 'need':2 'peopl':35 'put':75 'shall':72,80 'sleep':27 'someth':43 'sure':73 'talk':23 'think':13 'upon':82 'womankind':64"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/3707120"
  +editedAt: DateTimeImmutable @1695913492 {#2030
    date: 2023-09-28 17:04:52.0 +02:00
  }
  +createdAt: DateTimeImmutable @1695846676 {#2032
    date: 2023-09-27 22:31:16.0 +02:00
  }
  +"title": 29924
}
"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 {#2026
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2377
    +user: Proxies\__CG__\App\Entity\User {#2757 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
    +image: Proxies\__CG__\App\Entity\Image {#3039 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3056 …}
    +slug: "Texas-church-defies-government-crackdown-by-blessing-drag-queens"
    +title: "Texas church defies government crackdown by blessing drag queens"
    +url: "https://www.lgbtqnation.com/2023/09/texas-church-defies-government-crackdown-by-blessing-drag-queens/"
    +body: """
      The Cathedral of Hope — an LGBTQ±affirming United Church of Christ in Dallas, Texas — has made a concerted effort to defend the queer community from “persecution,” as the state government targets drag queens and transgender people.\n
      \n
      The church recently held a service where they blessed drag queens and pledged to “stand for justice, proclaim love, and protect the rights of all people.”\n
      \n
      While about three dozen protestors stood outside of the church hurling slurs and threats, approximately 850 people attended the service.\n
      \n
      “Anyone check the weather today?!” one protester screamed. “’Cause it might rain fire and brimstone on this church and burn every homo inside!”\n
      \n
      But for the ugliness on display outside, the congregation filled the building with love and “radical inclusivity.”\n
      \n
      “We recognize that all people are made in the loving image of God, no matter who they are, how they dress, express themselves, or who they love,” the pastor intoned during the service. “We celebrate this divine diversity and commit to lifting up the voices of the LGBTQ+ community and creating spaces where everyone can thrive.”\n
      \n
      As one worship leader noted as the pastor gave communion, “Drag queens are often targets of hate and violence.” The Sisters of Perpetual Indulgence, in particular, were singled out for particular honor due to their lifesaving work during the AIDS epidemic.\n
      \n
      “These Sisters were at the bedsides of men dying of AIDS,” Rev. Dr. Neil G. Thomas said. “They bring humor, they bring activism, they provide and bring a level of spirituality that many of us have had taken away from us. Despite the humor, they take their spiritual work very seriously.”\n
      \n
      The service was a response to recently passed legislation meant to make a drag a crime. The law, passed by Republicans, has been challenged in court by civil rights groups and blocked repeatedly by federal courts.\n
      \n
      The law punishes drag performers and venues with a $10,000 fine if they allow a minor to see a “sexually explicit” performance. Such a performance is defined as one in which “a male performer [is] exhibiting as a female, or a female performer exhibiting as a male, who uses clothing, makeup, or other similar physical markers and who sings, lip syncs, dances, or otherwise performs before an audience.”\n
      \n
      Lawyers from the Texas Attorney General’s office argued that because the law didn’t specifically mention drag, it wasn’t discriminatory to drag performances. However, in June, Gov. Greg Abbott ® shared a story about the law’s passage that contained the headline, “Texas Governor Signs Law Banning Drag Performances in Public,” and added the comment, “That’s right.” Many state politicians who supported the law also publicly stated that it was meant to target drag, specifically.\n
      \n
      But would the law apply to churches? That’s unclear.\n
      \n
      “My kid was here,” the lead pastor said. “I don’t have the right to choose to bring my kid to church when there are drag queens?”
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 101
    +favouriteCount: 718
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696166183 {#2264
      date: 2023-10-01 15:16:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3055 …}
    +votes: Doctrine\ORM\PersistentCollection {#3053 …}
    +reports: Doctrine\ORM\PersistentCollection {#3050 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3084 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3080 …}
    +badges: Doctrine\ORM\PersistentCollection {#3097 …}
    +children: [
      9 => App\Entity\EntryComment {#2036
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Yes and they are hypocrites.\n
          \n
          It’s amazing the mental gymnastics Christians will do to justify their hateful beliefs.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695899761 {#2035
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +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: 29975
        -bodyTs: "'amaz':8 'belief':19 'christian':12 'gymnast':11 'hate':18 'hypocrit':5 'justifi':16 'mental':10 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724621"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899761 {#2031
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +"title": 29975
      }
      10 => App\Entity\EntryComment {#2077
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "It’s pretty close to the beginning, which is kind of telling… maybe try actually reading your holy book. You may be surprised what you find."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1695899854 {#2062
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@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: 29976
        -bodyTs: "'actual':15 'begin':7 'book':19 'close':4 'find':26 'holi':18 'kind':10 'may':21 'mayb':13 'pretti':3 'read':16 'surpris':23 'tell':12 'tri':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724660"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899854 {#2081
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +"title": 29976
      }
      7 => App\Entity\EntryComment {#1384
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          If you don’t believe that Jesus died and rose again for your sins, then you’re not a Christian by definition.\n
          \n
          Also, those are not “obscure” stories. They’re the basis of all Abrahamic religions, including Christianity. In fact, the only reason there even is a NT is because they wanted to write about the “prophecies” from the OT “coming true.” You can’t have one without the other.\n
          \n
          And, once again, Jesus is God. God did really fucked up things in the old testament, that means Jesus did really fucked up things. In the NT he supported those fucked up things that he did, and his existence itself is allegedly a fulfillment of OT prophecy. That’s why they killed him! Assuming he ever existed in the first place.\n
          \n
          Not trying to be a dick, but as someone who was raised in an evangelical church, I know the Bible inside and out. People who pick and choose, or pretend they can be Christian and still think being gay is ok, piss me off because it’s a direct contradiction of what you claim to believe.\n
          \n
          People like you legitimize a barbaric religion that is (once again) destroying the fabric of our society. Be honest with yourself and come to terms with the fact that your religion condones slavery, and killing people for being homosexual.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1695846077 {#2394
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1383 …}
        +nested: Doctrine\ORM\PersistentCollection {#1405 …}
        +votes: Doctrine\ORM\PersistentCollection {#1382 …}
        +reports: Doctrine\ORM\PersistentCollection {#1404 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
        -id: 29919
        -bodyTs: "'abraham':35 'alleg':112 'also':23 'assum':124 'barbar':193 'basi':32 'believ':5,187 'bibl':151 'choos':159 'christian':20,38,165 'church':147 'claim':185 'come':61,210 'condon':219 'contradict':181 'definit':22 'destroy':199 'dick':137 'die':8 'direct':180 'evangel':146 'even':45 'ever':126 'exist':109,127 'fabric':201 'fact':40,215 'first':130 'fuck':80,92,101 'fulfil':114 'gay':170 'god':76,77 'homosexu':226 'honest':206 'includ':37 'insid':152 'jesus':7,74,89 'kill':122,222 'know':149 'legitim':191 'like':189 'mean':88 'nt':48,97 'obscur':27 'ok':172 'old':85 'one':67 'ot':60,116 'peopl':155,188,223 'pick':157 'piss':173 'place':131 'pretend':161 'propheci':57,117 'rais':143 're':17,30 'realli':79,91 'reason':43 'religion':36,194,218 'rose':10 'sin':14 'slaveri':220 'societi':204 'someon':140 'still':167 'stori':28 'support':99 'term':212 'testament':86 'thing':82,94,103 'think':168 'tri':133 'true':62 'want':52 'without':68 'write':54"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3706874"
        +editedAt: DateTimeImmutable @1695846183 {#2395
          date: 2023-09-27 22:23:03.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846077 {#2393
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +"title": 29919
      }
      8 => App\Entity\EntryComment {#2026}
      5 => App\Entity\EntryComment {#1909
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1708 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Ok, just pointing out that your beliefs are not consistent with your holy book.\n
          \n
          By what criteria are you able to justify ignoring parts of the book and not others? Is it not the inerrant word of God? Didn’t Jesus say that he didn’t come to abolish the law, but to fulfill it? He made it very clear that you can’t just throw away the OT.\n
          \n
          You seem to have good values, just don’t see the reason any kind of unscientific claims about the supernatural need to be a part of it. Just unnecessary baggage.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 20
        +score: 0
        +lastActive: DateTime @1695840894 {#1910
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1926 …}
        +nested: Doctrine\ORM\PersistentCollection {#1874 …}
        +votes: Doctrine\ORM\PersistentCollection {#1908 …}
        +reports: Doctrine\ORM\PersistentCollection {#1883 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2387 …}
        -id: 29907
        -bodyTs: "'abl':20 'abolish':49 'away':67 'baggag':99 'belief':7 'book':14,27 'claim':86 'clear':60 'come':47 'consist':10 'criteria':17 'didn':39,45 'fulfil':54 'god':38 'good':74 'holi':13 'ignor':23 'inerr':35 'jesus':41 'justifi':22 'kind':83 'law':51 'made':57 'need':90 'ok':1 'ot':69 'other':30 'part':24,94 'point':3 'reason':81 'say':42 'see':79 'seem':71 'supernatur':89 'throw':66 'unnecessari':98 'unscientif':85 'valu':75 'word':36"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3704378"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695840894 {#1906
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +"title": 29907
      }
      6 => App\Entity\EntryComment {#2135
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2136 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "I’m well aware of the apologetics. Whatever mental gymnastics you have to do, friend. Maybe one day you’ll be free of the constant cognitive dissonance. It’s a huge relief."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695905918 {#2159
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2137 …}
        +nested: Doctrine\ORM\PersistentCollection {#2068 …}
        +votes: Doctrine\ORM\PersistentCollection {#2069 …}
        +reports: Doctrine\ORM\PersistentCollection {#2074 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2071 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2070 …}
        -id: 29991
        -bodyTs: "'apologet':7 'awar':4 'cognit':26 'constant':25 'day':18 'disson':27 'free':22 'friend':15 'gymnast':10 'huge':31 'll':20 'm':2 'mayb':16 'mental':9 'one':17 'relief':32 'well':3 'whatev':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3727709"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695905918 {#2143
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +"title": 29991
      }
      4 => App\Entity\EntryComment {#2333
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2323 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "Leviticus 20:13 is very clear. What makes you think you can just ignore that part?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695903764 {#2327
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2324 …}
        +nested: Doctrine\ORM\PersistentCollection {#2334 …}
        +votes: Doctrine\ORM\PersistentCollection {#2341 …}
        +reports: Doctrine\ORM\PersistentCollection {#2337 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2336 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2339 …}
        -id: 29987
        -bodyTs: "'13':3 '20':2 'clear':6 'ignor':14 'leviticus':1 'make':8 'part':16 'think':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726695"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695903764 {#2329
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +"title": 29987
      }
      3 => App\Entity\EntryComment {#2056
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          What was hateful about what I said?\n
          \n
          We’ve got Christians on the verge of genocide in the name of your God, but I’m “hateful” for pointing out that they’re just following their holy book?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695913394 {#2048
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2046 …}
        +nested: Doctrine\ORM\PersistentCollection {#2045 …}
        +votes: Doctrine\ORM\PersistentCollection {#2050 …}
        +reports: Doctrine\ORM\PersistentCollection {#2052 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
        -id: 29994
        -bodyTs: "'book':37 'christian':11 'follow':34 'genocid':16 'god':22 'got':10 'hate':3,26 'holi':36 'm':25 'name':19 'point':28 're':32 'said':7 've':9 'verg':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3731992"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695913394 {#2051
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +"title": 29994
      }
      2 => App\Entity\EntryComment {#2370
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          The Bible contains quite a bit of hating others… God is a real piece of shit in the old testament. What did Job do to deserve what he got? Why did he tell Abraham to kill his own son for a goof? The book literally justifies slavery.\n
          \n
          According to the book, Jesus is God, so…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1695838397 {#2471
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2361 …}
        +nested: Doctrine\ORM\PersistentCollection {#2372 …}
        +votes: Doctrine\ORM\PersistentCollection {#2386 …}
        +reports: Doctrine\ORM\PersistentCollection {#2385 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
        -id: 29898
        -bodyTs: "'abraham':34 'accord':48 'bibl':2 'bit':6 'book':44,51 'contain':3 'deserv':26 'god':10,54 'goof':42 'got':29 'hate':8 'jesus':52 'job':23 'justifi':46 'kill':36 'liter':45 'old':19 'other':9 'piec':14 'quit':4 'real':13 'shit':16 'slaveri':47 'son':39 'tell':33 'testament':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3703429"
        +editedAt: DateTimeImmutable @1695838464 {#2371
          date: 2023-09-27 20:14:24.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695838397 {#2363
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +"title": 29898
      }
      1 => App\Entity\EntryComment {#2344
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          In case you didn’t see the other replies, Leviticus 20:13:\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.\n
          \n
          Seems pretty black and white to me.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695902427 {#2347
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2349 …}
        +nested: Doctrine\ORM\PersistentCollection {#2141 …}
        +votes: Doctrine\ORM\PersistentCollection {#2164 …}
        +reports: Doctrine\ORM\PersistentCollection {#2314 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2191 …}
        -id: 29982
        -bodyTs: "'13':12 '20':11 'abomin':28 'black':44 'blood':37 'case':2 'commit':27 'death':35 'didn':4 'leviticus':10 'lie':17 'man':16 'mankind':19 'pretti':43 'put':33 'repli':9 'see':6 'seem':42 'shall':30,38 'sure':31 'upon':40 'white':46 'womankind':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726243"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902427 {#2332
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +"title": 29982
      }
      0 => App\Entity\EntryComment {#2140
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          How is that contradictory? I didn’t say all Christians are hypocrites, just the ones that pick and choose what verses are convenient for them. Westboro Baptist seems to adhere pretty closely.\n
          \n
          Christianity itself is a hateful ideology. Many people pick some of those hateful things when they walk past on the buffett line. Those people are both hateful and hypocritical.\n
          \n
          I’m saying to either do it the way it says you have to do it, or stop wasting your time.\n
          \n
          After all, God did say not to be lukewarm Christians, and if you are, he will *“spew you from his mouth”*
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695902289 {#2094
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2133 …}
        +nested: Doctrine\ORM\PersistentCollection {#2131 …}
        +votes: Doctrine\ORM\PersistentCollection {#2138 …}
        +reports: Doctrine\ORM\PersistentCollection {#2345 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2330 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2346 …}
        -id: 29981
        -bodyTs: "'adher':30 'baptist':27 'buffett':53 'choos':19 'christian':10,33,92 'close':32 'contradictori':4 'conveni':23 'didn':6 'either':66 'god':85 'hate':37,45,59 'hypocrit':12,61 'ideolog':38 'line':54 'lukewarm':91 'm':63 'mani':39 'mouth':103 'one':15 'past':50 'peopl':40,56 'pick':17,41 'pretti':31 'say':8,64,72,87 'seem':28 'spew':99 'stop':79 'thing':46 'time':82 'vers':21 'walk':49 'wast':80 'way':70 'westboro':26"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726207"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902289 {#2241
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +"title": 29981
      }
    ]
    -id: 2351
    -titleTs: "'bless':7 'church':2 'crackdown':5 'defi':3 'drag':8 'govern':4 'queen':9 'texa':1"
    -bodyTs: "'000':317 '10':316 '850':78 'abbott':406 'activ':242 'ad':429 'affirm':7 'aid':218,230 'allow':321 'also':442 'anyon':83 'appli':457 'approxim':77 'argu':384 'attend':80 'attorney':380 'audienc':375 'away':258 'ban':423 'bedsid':225 'bless':45 'block':302 'brimston':97 'bring':238,241,246,480 'build':117 'burn':102 'cathedr':2 'caus':91 'celebr':157 'challeng':294 'check':84 'choos':478 'christ':11 'church':9,38,72,100,459,484 'civil':298 'cloth':357 'comment':431 'commit':162 'communion':188 'communiti':24,171 'concert':18 'congreg':114 'contain':416 'court':296,306 'creat':173 'crime':286 'dalla':13 'danc':369 'defend':21 'defin':334 'despit':261 'didn':389 'die':228 'discriminatori':397 'display':111 'divers':160 'divin':159 'dozen':66 'dr':232 'drag':32,46,189,284,310,393,399,424,451,488 'dress':143 'due':211 'effort':19 'epidem':219 'everi':103 'everyon':176 'exhibit':343,351 'explicit':328 'express':144 'feder':305 'femal':346,349 'fill':115 'fine':318 'fire':95 'g':234 'gave':187 'general':381 'god':135 'gov':404 'govern':30 'governor':420 'greg':405 'group':300 'hate':195 'headlin':418 'held':40 'homo':104 'honor':210 'hope':4 'howev':401 'humor':239,263 'hurl':73 'imag':133 'inclus':122 'indulg':202 'insid':105 'inton':152 'june':403 'justic':53 'kid':464,482 'law':288,308,388,412,422,441,456 'lawyer':376 'lead':468 'leader':182 'legisl':279 'level':248 'lgbtq':6,170 'lifesav':214 'lift':164 'lip':367 'love':55,119,132,149 'made':16,129 'make':282 'makeup':358 'male':340,354 'mani':252,435 'marker':363 'matter':137 'meant':280,448 'men':227 'mention':392 'might':93 'minor':323 'neil':233 'note':183 'offic':383 'often':192 'one':88,180,336 'otherwis':371 'outsid':69,112 'particular':204,209 'pass':278,289 'passag':414 'pastor':151,186,469 'peopl':36,62,79,127 'perform':311,329,332,341,350,372,400,425 'perpetu':201 'persecut':26 'physic':362 'pledg':49 'politician':437 'proclaim':54 'protect':57 'protest':89 'protestor':67 'provid':244 'public':427,443 'punish':309 'queen':33,47,190,489 'queer':23 'radic':121 'rain':94 'recent':39,277 'recogn':124 'repeat':303 'republican':291 'respons':275 'rev':231 'right':59,299,434,476 'said':236,470 'scream':90 'see':325 'serious':270 'servic':42,82,155,272 'sexual':327 'share':407 'sign':421 'similar':361 'sing':366 'singl':206 'sister':199,221 'slur':74 'space':174 'specif':391,452 'spiritu':250,267 'stand':51 'state':29,436,444 'stood':68 'stori':409 'support':439 'sync':368 'take':265 'taken':257 'target':31,193,450 'texa':14,379,419 'thoma':235 'threat':76 'three':65 'thrive':178 'today':87 'transgend':35 'ugli':109 'unclear':462 'unit':8 'us':254,260 'use':356 'venu':313 'violenc':197 'voic':167 'wasn':395 'weather':86 'work':215,268 'worship':181 'would':454"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1695906060
    +visibility: "visible             "
    +apId: "https://feddit.ch/post/1306063"
    +editedAt: null
    +createdAt: DateTimeImmutable @1695819660 {#2834
      date: 2023-09-27 15:01:00.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
  +body: """
    You need to look again, because it absolutely does. Or do you think, “if a man lies with another man,” was just talking about best buds sleeping in the same bed.\n
    \n
    **edit:** I guess people are too lazy to look themselves for something that’s already common knowledge…\n
    \n
    But it’s Leviticus 20:13.\n
    \n
    > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1695846676 {#2023
    date: 2023-09-27 22:31:16.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCool@feddit.ch"
    "@qooqie@lemmy.world"
    "@eestileib@sh.itjust.works"
    "@Bunnylux@lemmy.world"
    "@CaptFeather@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2022 …}
  +nested: Doctrine\ORM\PersistentCollection {#2025 …}
  +votes: Doctrine\ORM\PersistentCollection {#2033 …}
  +reports: Doctrine\ORM\PersistentCollection {#2028 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2012 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2013 …}
  -id: 29924
  -bodyTs: "'13':54 '20':53 'abomin':70 'absolut':8 'alreadi':46 'anoth':19 'bed':31 'best':25 'blood':79 'bud':26 'commit':69 'common':47 'death':77 'edit':32 'guess':34 'knowledg':48 'lazi':38 'leviticus':52 'lie':17,59 'look':4,40 'man':16,20,58 'mankind':61 'need':2 'peopl':35 'put':75 'shall':72,80 'sleep':27 'someth':43 'sure':73 'talk':23 'think':13 'upon':82 'womankind':64"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/3707120"
  +editedAt: DateTimeImmutable @1695913492 {#2030
    date: 2023-09-28 17:04:52.0 +02:00
  }
  +createdAt: DateTimeImmutable @1695846676 {#2032
    date: 2023-09-27 22:31:16.0 +02:00
  }
  +"title": 29924
}
"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
App\Entity\EntryComment {#1909
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2377
    +user: Proxies\__CG__\App\Entity\User {#2757 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
    +image: Proxies\__CG__\App\Entity\Image {#3039 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3056 …}
    +slug: "Texas-church-defies-government-crackdown-by-blessing-drag-queens"
    +title: "Texas church defies government crackdown by blessing drag queens"
    +url: "https://www.lgbtqnation.com/2023/09/texas-church-defies-government-crackdown-by-blessing-drag-queens/"
    +body: """
      The Cathedral of Hope — an LGBTQ±affirming United Church of Christ in Dallas, Texas — has made a concerted effort to defend the queer community from “persecution,” as the state government targets drag queens and transgender people.\n
      \n
      The church recently held a service where they blessed drag queens and pledged to “stand for justice, proclaim love, and protect the rights of all people.”\n
      \n
      While about three dozen protestors stood outside of the church hurling slurs and threats, approximately 850 people attended the service.\n
      \n
      “Anyone check the weather today?!” one protester screamed. “’Cause it might rain fire and brimstone on this church and burn every homo inside!”\n
      \n
      But for the ugliness on display outside, the congregation filled the building with love and “radical inclusivity.”\n
      \n
      “We recognize that all people are made in the loving image of God, no matter who they are, how they dress, express themselves, or who they love,” the pastor intoned during the service. “We celebrate this divine diversity and commit to lifting up the voices of the LGBTQ+ community and creating spaces where everyone can thrive.”\n
      \n
      As one worship leader noted as the pastor gave communion, “Drag queens are often targets of hate and violence.” The Sisters of Perpetual Indulgence, in particular, were singled out for particular honor due to their lifesaving work during the AIDS epidemic.\n
      \n
      “These Sisters were at the bedsides of men dying of AIDS,” Rev. Dr. Neil G. Thomas said. “They bring humor, they bring activism, they provide and bring a level of spirituality that many of us have had taken away from us. Despite the humor, they take their spiritual work very seriously.”\n
      \n
      The service was a response to recently passed legislation meant to make a drag a crime. The law, passed by Republicans, has been challenged in court by civil rights groups and blocked repeatedly by federal courts.\n
      \n
      The law punishes drag performers and venues with a $10,000 fine if they allow a minor to see a “sexually explicit” performance. Such a performance is defined as one in which “a male performer [is] exhibiting as a female, or a female performer exhibiting as a male, who uses clothing, makeup, or other similar physical markers and who sings, lip syncs, dances, or otherwise performs before an audience.”\n
      \n
      Lawyers from the Texas Attorney General’s office argued that because the law didn’t specifically mention drag, it wasn’t discriminatory to drag performances. However, in June, Gov. Greg Abbott ® shared a story about the law’s passage that contained the headline, “Texas Governor Signs Law Banning Drag Performances in Public,” and added the comment, “That’s right.” Many state politicians who supported the law also publicly stated that it was meant to target drag, specifically.\n
      \n
      But would the law apply to churches? That’s unclear.\n
      \n
      “My kid was here,” the lead pastor said. “I don’t have the right to choose to bring my kid to church when there are drag queens?”
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 101
    +favouriteCount: 718
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696166183 {#2264
      date: 2023-10-01 15:16:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3055 …}
    +votes: Doctrine\ORM\PersistentCollection {#3053 …}
    +reports: Doctrine\ORM\PersistentCollection {#3050 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3084 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3080 …}
    +badges: Doctrine\ORM\PersistentCollection {#3097 …}
    +children: [
      9 => App\Entity\EntryComment {#2036
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Yes and they are hypocrites.\n
          \n
          It’s amazing the mental gymnastics Christians will do to justify their hateful beliefs.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695899761 {#2035
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +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: 29975
        -bodyTs: "'amaz':8 'belief':19 'christian':12 'gymnast':11 'hate':18 'hypocrit':5 'justifi':16 'mental':10 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724621"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899761 {#2031
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +"title": 29975
      }
      10 => App\Entity\EntryComment {#2077
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "It’s pretty close to the beginning, which is kind of telling… maybe try actually reading your holy book. You may be surprised what you find."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1695899854 {#2062
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@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: 29976
        -bodyTs: "'actual':15 'begin':7 'book':19 'close':4 'find':26 'holi':18 'kind':10 'may':21 'mayb':13 'pretti':3 'read':16 'surpris':23 'tell':12 'tri':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724660"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899854 {#2081
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +"title": 29976
      }
      7 => App\Entity\EntryComment {#1384
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          If you don’t believe that Jesus died and rose again for your sins, then you’re not a Christian by definition.\n
          \n
          Also, those are not “obscure” stories. They’re the basis of all Abrahamic religions, including Christianity. In fact, the only reason there even is a NT is because they wanted to write about the “prophecies” from the OT “coming true.” You can’t have one without the other.\n
          \n
          And, once again, Jesus is God. God did really fucked up things in the old testament, that means Jesus did really fucked up things. In the NT he supported those fucked up things that he did, and his existence itself is allegedly a fulfillment of OT prophecy. That’s why they killed him! Assuming he ever existed in the first place.\n
          \n
          Not trying to be a dick, but as someone who was raised in an evangelical church, I know the Bible inside and out. People who pick and choose, or pretend they can be Christian and still think being gay is ok, piss me off because it’s a direct contradiction of what you claim to believe.\n
          \n
          People like you legitimize a barbaric religion that is (once again) destroying the fabric of our society. Be honest with yourself and come to terms with the fact that your religion condones slavery, and killing people for being homosexual.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1695846077 {#2394
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1383 …}
        +nested: Doctrine\ORM\PersistentCollection {#1405 …}
        +votes: Doctrine\ORM\PersistentCollection {#1382 …}
        +reports: Doctrine\ORM\PersistentCollection {#1404 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
        -id: 29919
        -bodyTs: "'abraham':35 'alleg':112 'also':23 'assum':124 'barbar':193 'basi':32 'believ':5,187 'bibl':151 'choos':159 'christian':20,38,165 'church':147 'claim':185 'come':61,210 'condon':219 'contradict':181 'definit':22 'destroy':199 'dick':137 'die':8 'direct':180 'evangel':146 'even':45 'ever':126 'exist':109,127 'fabric':201 'fact':40,215 'first':130 'fuck':80,92,101 'fulfil':114 'gay':170 'god':76,77 'homosexu':226 'honest':206 'includ':37 'insid':152 'jesus':7,74,89 'kill':122,222 'know':149 'legitim':191 'like':189 'mean':88 'nt':48,97 'obscur':27 'ok':172 'old':85 'one':67 'ot':60,116 'peopl':155,188,223 'pick':157 'piss':173 'place':131 'pretend':161 'propheci':57,117 'rais':143 're':17,30 'realli':79,91 'reason':43 'religion':36,194,218 'rose':10 'sin':14 'slaveri':220 'societi':204 'someon':140 'still':167 'stori':28 'support':99 'term':212 'testament':86 'thing':82,94,103 'think':168 'tri':133 'true':62 'want':52 'without':68 'write':54"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3706874"
        +editedAt: DateTimeImmutable @1695846183 {#2395
          date: 2023-09-27 22:23:03.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846077 {#2393
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +"title": 29919
      }
      8 => App\Entity\EntryComment {#2026
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          You need to look again, because it absolutely does. Or do you think, “if a man lies with another man,” was just talking about best buds sleeping in the same bed.\n
          \n
          **edit:** I guess people are too lazy to look themselves for something that’s already common knowledge…\n
          \n
          But it’s Leviticus 20:13.\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1695846676 {#2023
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2022 …}
        +nested: Doctrine\ORM\PersistentCollection {#2025 …}
        +votes: Doctrine\ORM\PersistentCollection {#2033 …}
        +reports: Doctrine\ORM\PersistentCollection {#2028 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2012 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2013 …}
        -id: 29924
        -bodyTs: "'13':54 '20':53 'abomin':70 'absolut':8 'alreadi':46 'anoth':19 'bed':31 'best':25 'blood':79 'bud':26 'commit':69 'common':47 'death':77 'edit':32 'guess':34 'knowledg':48 'lazi':38 'leviticus':52 'lie':17,59 'look':4,40 'man':16,20,58 'mankind':61 'need':2 'peopl':35 'put':75 'shall':72,80 'sleep':27 'someth':43 'sure':73 'talk':23 'think':13 'upon':82 'womankind':64"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3707120"
        +editedAt: DateTimeImmutable @1695913492 {#2030
          date: 2023-09-28 17:04:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846676 {#2032
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +"title": 29924
      }
      5 => App\Entity\EntryComment {#1909}
      6 => App\Entity\EntryComment {#2135
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2136 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "I’m well aware of the apologetics. Whatever mental gymnastics you have to do, friend. Maybe one day you’ll be free of the constant cognitive dissonance. It’s a huge relief."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695905918 {#2159
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2137 …}
        +nested: Doctrine\ORM\PersistentCollection {#2068 …}
        +votes: Doctrine\ORM\PersistentCollection {#2069 …}
        +reports: Doctrine\ORM\PersistentCollection {#2074 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2071 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2070 …}
        -id: 29991
        -bodyTs: "'apologet':7 'awar':4 'cognit':26 'constant':25 'day':18 'disson':27 'free':22 'friend':15 'gymnast':10 'huge':31 'll':20 'm':2 'mayb':16 'mental':9 'one':17 'relief':32 'well':3 'whatev':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3727709"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695905918 {#2143
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +"title": 29991
      }
      4 => App\Entity\EntryComment {#2333
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2323 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "Leviticus 20:13 is very clear. What makes you think you can just ignore that part?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695903764 {#2327
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2324 …}
        +nested: Doctrine\ORM\PersistentCollection {#2334 …}
        +votes: Doctrine\ORM\PersistentCollection {#2341 …}
        +reports: Doctrine\ORM\PersistentCollection {#2337 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2336 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2339 …}
        -id: 29987
        -bodyTs: "'13':3 '20':2 'clear':6 'ignor':14 'leviticus':1 'make':8 'part':16 'think':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726695"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695903764 {#2329
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +"title": 29987
      }
      3 => App\Entity\EntryComment {#2056
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          What was hateful about what I said?\n
          \n
          We’ve got Christians on the verge of genocide in the name of your God, but I’m “hateful” for pointing out that they’re just following their holy book?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695913394 {#2048
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2046 …}
        +nested: Doctrine\ORM\PersistentCollection {#2045 …}
        +votes: Doctrine\ORM\PersistentCollection {#2050 …}
        +reports: Doctrine\ORM\PersistentCollection {#2052 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
        -id: 29994
        -bodyTs: "'book':37 'christian':11 'follow':34 'genocid':16 'god':22 'got':10 'hate':3,26 'holi':36 'm':25 'name':19 'point':28 're':32 'said':7 've':9 'verg':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3731992"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695913394 {#2051
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +"title": 29994
      }
      2 => App\Entity\EntryComment {#2370
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          The Bible contains quite a bit of hating others… God is a real piece of shit in the old testament. What did Job do to deserve what he got? Why did he tell Abraham to kill his own son for a goof? The book literally justifies slavery.\n
          \n
          According to the book, Jesus is God, so…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1695838397 {#2471
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2361 …}
        +nested: Doctrine\ORM\PersistentCollection {#2372 …}
        +votes: Doctrine\ORM\PersistentCollection {#2386 …}
        +reports: Doctrine\ORM\PersistentCollection {#2385 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
        -id: 29898
        -bodyTs: "'abraham':34 'accord':48 'bibl':2 'bit':6 'book':44,51 'contain':3 'deserv':26 'god':10,54 'goof':42 'got':29 'hate':8 'jesus':52 'job':23 'justifi':46 'kill':36 'liter':45 'old':19 'other':9 'piec':14 'quit':4 'real':13 'shit':16 'slaveri':47 'son':39 'tell':33 'testament':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3703429"
        +editedAt: DateTimeImmutable @1695838464 {#2371
          date: 2023-09-27 20:14:24.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695838397 {#2363
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +"title": 29898
      }
      1 => App\Entity\EntryComment {#2344
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          In case you didn’t see the other replies, Leviticus 20:13:\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.\n
          \n
          Seems pretty black and white to me.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695902427 {#2347
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2349 …}
        +nested: Doctrine\ORM\PersistentCollection {#2141 …}
        +votes: Doctrine\ORM\PersistentCollection {#2164 …}
        +reports: Doctrine\ORM\PersistentCollection {#2314 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2191 …}
        -id: 29982
        -bodyTs: "'13':12 '20':11 'abomin':28 'black':44 'blood':37 'case':2 'commit':27 'death':35 'didn':4 'leviticus':10 'lie':17 'man':16 'mankind':19 'pretti':43 'put':33 'repli':9 'see':6 'seem':42 'shall':30,38 'sure':31 'upon':40 'white':46 'womankind':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726243"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902427 {#2332
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +"title": 29982
      }
      0 => App\Entity\EntryComment {#2140
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          How is that contradictory? I didn’t say all Christians are hypocrites, just the ones that pick and choose what verses are convenient for them. Westboro Baptist seems to adhere pretty closely.\n
          \n
          Christianity itself is a hateful ideology. Many people pick some of those hateful things when they walk past on the buffett line. Those people are both hateful and hypocritical.\n
          \n
          I’m saying to either do it the way it says you have to do it, or stop wasting your time.\n
          \n
          After all, God did say not to be lukewarm Christians, and if you are, he will *“spew you from his mouth”*
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695902289 {#2094
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2133 …}
        +nested: Doctrine\ORM\PersistentCollection {#2131 …}
        +votes: Doctrine\ORM\PersistentCollection {#2138 …}
        +reports: Doctrine\ORM\PersistentCollection {#2345 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2330 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2346 …}
        -id: 29981
        -bodyTs: "'adher':30 'baptist':27 'buffett':53 'choos':19 'christian':10,33,92 'close':32 'contradictori':4 'conveni':23 'didn':6 'either':66 'god':85 'hate':37,45,59 'hypocrit':12,61 'ideolog':38 'line':54 'lukewarm':91 'm':63 'mani':39 'mouth':103 'one':15 'past':50 'peopl':40,56 'pick':17,41 'pretti':31 'say':8,64,72,87 'seem':28 'spew':99 'stop':79 'thing':46 'time':82 'vers':21 'walk':49 'wast':80 'way':70 'westboro':26"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726207"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902289 {#2241
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +"title": 29981
      }
    ]
    -id: 2351
    -titleTs: "'bless':7 'church':2 'crackdown':5 'defi':3 'drag':8 'govern':4 'queen':9 'texa':1"
    -bodyTs: "'000':317 '10':316 '850':78 'abbott':406 'activ':242 'ad':429 'affirm':7 'aid':218,230 'allow':321 'also':442 'anyon':83 'appli':457 'approxim':77 'argu':384 'attend':80 'attorney':380 'audienc':375 'away':258 'ban':423 'bedsid':225 'bless':45 'block':302 'brimston':97 'bring':238,241,246,480 'build':117 'burn':102 'cathedr':2 'caus':91 'celebr':157 'challeng':294 'check':84 'choos':478 'christ':11 'church':9,38,72,100,459,484 'civil':298 'cloth':357 'comment':431 'commit':162 'communion':188 'communiti':24,171 'concert':18 'congreg':114 'contain':416 'court':296,306 'creat':173 'crime':286 'dalla':13 'danc':369 'defend':21 'defin':334 'despit':261 'didn':389 'die':228 'discriminatori':397 'display':111 'divers':160 'divin':159 'dozen':66 'dr':232 'drag':32,46,189,284,310,393,399,424,451,488 'dress':143 'due':211 'effort':19 'epidem':219 'everi':103 'everyon':176 'exhibit':343,351 'explicit':328 'express':144 'feder':305 'femal':346,349 'fill':115 'fine':318 'fire':95 'g':234 'gave':187 'general':381 'god':135 'gov':404 'govern':30 'governor':420 'greg':405 'group':300 'hate':195 'headlin':418 'held':40 'homo':104 'honor':210 'hope':4 'howev':401 'humor':239,263 'hurl':73 'imag':133 'inclus':122 'indulg':202 'insid':105 'inton':152 'june':403 'justic':53 'kid':464,482 'law':288,308,388,412,422,441,456 'lawyer':376 'lead':468 'leader':182 'legisl':279 'level':248 'lgbtq':6,170 'lifesav':214 'lift':164 'lip':367 'love':55,119,132,149 'made':16,129 'make':282 'makeup':358 'male':340,354 'mani':252,435 'marker':363 'matter':137 'meant':280,448 'men':227 'mention':392 'might':93 'minor':323 'neil':233 'note':183 'offic':383 'often':192 'one':88,180,336 'otherwis':371 'outsid':69,112 'particular':204,209 'pass':278,289 'passag':414 'pastor':151,186,469 'peopl':36,62,79,127 'perform':311,329,332,341,350,372,400,425 'perpetu':201 'persecut':26 'physic':362 'pledg':49 'politician':437 'proclaim':54 'protect':57 'protest':89 'protestor':67 'provid':244 'public':427,443 'punish':309 'queen':33,47,190,489 'queer':23 'radic':121 'rain':94 'recent':39,277 'recogn':124 'repeat':303 'republican':291 'respons':275 'rev':231 'right':59,299,434,476 'said':236,470 'scream':90 'see':325 'serious':270 'servic':42,82,155,272 'sexual':327 'share':407 'sign':421 'similar':361 'sing':366 'singl':206 'sister':199,221 'slur':74 'space':174 'specif':391,452 'spiritu':250,267 'stand':51 'state':29,436,444 'stood':68 'stori':409 'support':439 'sync':368 'take':265 'taken':257 'target':31,193,450 'texa':14,379,419 'thoma':235 'threat':76 'three':65 'thrive':178 'today':87 'transgend':35 'ugli':109 'unclear':462 'unit':8 'us':254,260 'use':356 'venu':313 'violenc':197 'voic':167 'wasn':395 'weather':86 'work':215,268 'worship':181 'would':454"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1695906060
    +visibility: "visible             "
    +apId: "https://feddit.ch/post/1306063"
    +editedAt: null
    +createdAt: DateTimeImmutable @1695819660 {#2834
      date: 2023-09-27 15:01:00.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1708 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
  +body: """
    Ok, just pointing out that your beliefs are not consistent with your holy book.\n
    \n
    By what criteria are you able to justify ignoring parts of the book and not others? Is it not the inerrant word of God? Didn’t Jesus say that he didn’t come to abolish the law, but to fulfill it? He made it very clear that you can’t just throw away the OT.\n
    \n
    You seem to have good values, just don’t see the reason any kind of unscientific claims about the supernatural need to be a part of it. Just unnecessary baggage.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 20
  +score: 0
  +lastActive: DateTime @1695840894 {#1910
    date: 2023-09-27 20:54:54.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCool@feddit.ch"
    "@qooqie@lemmy.world"
    "@prole@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1926 …}
  +nested: Doctrine\ORM\PersistentCollection {#1874 …}
  +votes: Doctrine\ORM\PersistentCollection {#1908 …}
  +reports: Doctrine\ORM\PersistentCollection {#1883 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2387 …}
  -id: 29907
  -bodyTs: "'abl':20 'abolish':49 'away':67 'baggag':99 'belief':7 'book':14,27 'claim':86 'clear':60 'come':47 'consist':10 'criteria':17 'didn':39,45 'fulfil':54 'god':38 'good':74 'holi':13 'ignor':23 'inerr':35 'jesus':41 'justifi':22 'kind':83 'law':51 'made':57 'need':90 'ok':1 'ot':69 'other':30 'part':24,94 'point':3 'reason':81 'say':42 'see':79 'seem':71 'supernatur':89 'throw':66 'unnecessari':98 'unscientif':85 'valu':75 'word':36"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/3704378"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695840894 {#1906
    date: 2023-09-27 20:54:54.0 +02:00
  }
  +"title": 29907
}
"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
71 DENIED edit
App\Entity\EntryComment {#1909
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2377
    +user: Proxies\__CG__\App\Entity\User {#2757 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
    +image: Proxies\__CG__\App\Entity\Image {#3039 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3056 …}
    +slug: "Texas-church-defies-government-crackdown-by-blessing-drag-queens"
    +title: "Texas church defies government crackdown by blessing drag queens"
    +url: "https://www.lgbtqnation.com/2023/09/texas-church-defies-government-crackdown-by-blessing-drag-queens/"
    +body: """
      The Cathedral of Hope — an LGBTQ±affirming United Church of Christ in Dallas, Texas — has made a concerted effort to defend the queer community from “persecution,” as the state government targets drag queens and transgender people.\n
      \n
      The church recently held a service where they blessed drag queens and pledged to “stand for justice, proclaim love, and protect the rights of all people.”\n
      \n
      While about three dozen protestors stood outside of the church hurling slurs and threats, approximately 850 people attended the service.\n
      \n
      “Anyone check the weather today?!” one protester screamed. “’Cause it might rain fire and brimstone on this church and burn every homo inside!”\n
      \n
      But for the ugliness on display outside, the congregation filled the building with love and “radical inclusivity.”\n
      \n
      “We recognize that all people are made in the loving image of God, no matter who they are, how they dress, express themselves, or who they love,” the pastor intoned during the service. “We celebrate this divine diversity and commit to lifting up the voices of the LGBTQ+ community and creating spaces where everyone can thrive.”\n
      \n
      As one worship leader noted as the pastor gave communion, “Drag queens are often targets of hate and violence.” The Sisters of Perpetual Indulgence, in particular, were singled out for particular honor due to their lifesaving work during the AIDS epidemic.\n
      \n
      “These Sisters were at the bedsides of men dying of AIDS,” Rev. Dr. Neil G. Thomas said. “They bring humor, they bring activism, they provide and bring a level of spirituality that many of us have had taken away from us. Despite the humor, they take their spiritual work very seriously.”\n
      \n
      The service was a response to recently passed legislation meant to make a drag a crime. The law, passed by Republicans, has been challenged in court by civil rights groups and blocked repeatedly by federal courts.\n
      \n
      The law punishes drag performers and venues with a $10,000 fine if they allow a minor to see a “sexually explicit” performance. Such a performance is defined as one in which “a male performer [is] exhibiting as a female, or a female performer exhibiting as a male, who uses clothing, makeup, or other similar physical markers and who sings, lip syncs, dances, or otherwise performs before an audience.”\n
      \n
      Lawyers from the Texas Attorney General’s office argued that because the law didn’t specifically mention drag, it wasn’t discriminatory to drag performances. However, in June, Gov. Greg Abbott ® shared a story about the law’s passage that contained the headline, “Texas Governor Signs Law Banning Drag Performances in Public,” and added the comment, “That’s right.” Many state politicians who supported the law also publicly stated that it was meant to target drag, specifically.\n
      \n
      But would the law apply to churches? That’s unclear.\n
      \n
      “My kid was here,” the lead pastor said. “I don’t have the right to choose to bring my kid to church when there are drag queens?”
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 101
    +favouriteCount: 718
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696166183 {#2264
      date: 2023-10-01 15:16:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3055 …}
    +votes: Doctrine\ORM\PersistentCollection {#3053 …}
    +reports: Doctrine\ORM\PersistentCollection {#3050 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3084 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3080 …}
    +badges: Doctrine\ORM\PersistentCollection {#3097 …}
    +children: [
      9 => App\Entity\EntryComment {#2036
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Yes and they are hypocrites.\n
          \n
          It’s amazing the mental gymnastics Christians will do to justify their hateful beliefs.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695899761 {#2035
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +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: 29975
        -bodyTs: "'amaz':8 'belief':19 'christian':12 'gymnast':11 'hate':18 'hypocrit':5 'justifi':16 'mental':10 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724621"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899761 {#2031
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +"title": 29975
      }
      10 => App\Entity\EntryComment {#2077
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "It’s pretty close to the beginning, which is kind of telling… maybe try actually reading your holy book. You may be surprised what you find."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1695899854 {#2062
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@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: 29976
        -bodyTs: "'actual':15 'begin':7 'book':19 'close':4 'find':26 'holi':18 'kind':10 'may':21 'mayb':13 'pretti':3 'read':16 'surpris':23 'tell':12 'tri':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724660"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899854 {#2081
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +"title": 29976
      }
      7 => App\Entity\EntryComment {#1384
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          If you don’t believe that Jesus died and rose again for your sins, then you’re not a Christian by definition.\n
          \n
          Also, those are not “obscure” stories. They’re the basis of all Abrahamic religions, including Christianity. In fact, the only reason there even is a NT is because they wanted to write about the “prophecies” from the OT “coming true.” You can’t have one without the other.\n
          \n
          And, once again, Jesus is God. God did really fucked up things in the old testament, that means Jesus did really fucked up things. In the NT he supported those fucked up things that he did, and his existence itself is allegedly a fulfillment of OT prophecy. That’s why they killed him! Assuming he ever existed in the first place.\n
          \n
          Not trying to be a dick, but as someone who was raised in an evangelical church, I know the Bible inside and out. People who pick and choose, or pretend they can be Christian and still think being gay is ok, piss me off because it’s a direct contradiction of what you claim to believe.\n
          \n
          People like you legitimize a barbaric religion that is (once again) destroying the fabric of our society. Be honest with yourself and come to terms with the fact that your religion condones slavery, and killing people for being homosexual.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1695846077 {#2394
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1383 …}
        +nested: Doctrine\ORM\PersistentCollection {#1405 …}
        +votes: Doctrine\ORM\PersistentCollection {#1382 …}
        +reports: Doctrine\ORM\PersistentCollection {#1404 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
        -id: 29919
        -bodyTs: "'abraham':35 'alleg':112 'also':23 'assum':124 'barbar':193 'basi':32 'believ':5,187 'bibl':151 'choos':159 'christian':20,38,165 'church':147 'claim':185 'come':61,210 'condon':219 'contradict':181 'definit':22 'destroy':199 'dick':137 'die':8 'direct':180 'evangel':146 'even':45 'ever':126 'exist':109,127 'fabric':201 'fact':40,215 'first':130 'fuck':80,92,101 'fulfil':114 'gay':170 'god':76,77 'homosexu':226 'honest':206 'includ':37 'insid':152 'jesus':7,74,89 'kill':122,222 'know':149 'legitim':191 'like':189 'mean':88 'nt':48,97 'obscur':27 'ok':172 'old':85 'one':67 'ot':60,116 'peopl':155,188,223 'pick':157 'piss':173 'place':131 'pretend':161 'propheci':57,117 'rais':143 're':17,30 'realli':79,91 'reason':43 'religion':36,194,218 'rose':10 'sin':14 'slaveri':220 'societi':204 'someon':140 'still':167 'stori':28 'support':99 'term':212 'testament':86 'thing':82,94,103 'think':168 'tri':133 'true':62 'want':52 'without':68 'write':54"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3706874"
        +editedAt: DateTimeImmutable @1695846183 {#2395
          date: 2023-09-27 22:23:03.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846077 {#2393
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +"title": 29919
      }
      8 => App\Entity\EntryComment {#2026
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          You need to look again, because it absolutely does. Or do you think, “if a man lies with another man,” was just talking about best buds sleeping in the same bed.\n
          \n
          **edit:** I guess people are too lazy to look themselves for something that’s already common knowledge…\n
          \n
          But it’s Leviticus 20:13.\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1695846676 {#2023
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2022 …}
        +nested: Doctrine\ORM\PersistentCollection {#2025 …}
        +votes: Doctrine\ORM\PersistentCollection {#2033 …}
        +reports: Doctrine\ORM\PersistentCollection {#2028 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2012 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2013 …}
        -id: 29924
        -bodyTs: "'13':54 '20':53 'abomin':70 'absolut':8 'alreadi':46 'anoth':19 'bed':31 'best':25 'blood':79 'bud':26 'commit':69 'common':47 'death':77 'edit':32 'guess':34 'knowledg':48 'lazi':38 'leviticus':52 'lie':17,59 'look':4,40 'man':16,20,58 'mankind':61 'need':2 'peopl':35 'put':75 'shall':72,80 'sleep':27 'someth':43 'sure':73 'talk':23 'think':13 'upon':82 'womankind':64"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3707120"
        +editedAt: DateTimeImmutable @1695913492 {#2030
          date: 2023-09-28 17:04:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846676 {#2032
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +"title": 29924
      }
      5 => App\Entity\EntryComment {#1909}
      6 => App\Entity\EntryComment {#2135
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2136 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "I’m well aware of the apologetics. Whatever mental gymnastics you have to do, friend. Maybe one day you’ll be free of the constant cognitive dissonance. It’s a huge relief."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695905918 {#2159
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2137 …}
        +nested: Doctrine\ORM\PersistentCollection {#2068 …}
        +votes: Doctrine\ORM\PersistentCollection {#2069 …}
        +reports: Doctrine\ORM\PersistentCollection {#2074 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2071 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2070 …}
        -id: 29991
        -bodyTs: "'apologet':7 'awar':4 'cognit':26 'constant':25 'day':18 'disson':27 'free':22 'friend':15 'gymnast':10 'huge':31 'll':20 'm':2 'mayb':16 'mental':9 'one':17 'relief':32 'well':3 'whatev':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3727709"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695905918 {#2143
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +"title": 29991
      }
      4 => App\Entity\EntryComment {#2333
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2323 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "Leviticus 20:13 is very clear. What makes you think you can just ignore that part?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695903764 {#2327
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2324 …}
        +nested: Doctrine\ORM\PersistentCollection {#2334 …}
        +votes: Doctrine\ORM\PersistentCollection {#2341 …}
        +reports: Doctrine\ORM\PersistentCollection {#2337 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2336 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2339 …}
        -id: 29987
        -bodyTs: "'13':3 '20':2 'clear':6 'ignor':14 'leviticus':1 'make':8 'part':16 'think':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726695"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695903764 {#2329
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +"title": 29987
      }
      3 => App\Entity\EntryComment {#2056
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          What was hateful about what I said?\n
          \n
          We’ve got Christians on the verge of genocide in the name of your God, but I’m “hateful” for pointing out that they’re just following their holy book?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695913394 {#2048
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2046 …}
        +nested: Doctrine\ORM\PersistentCollection {#2045 …}
        +votes: Doctrine\ORM\PersistentCollection {#2050 …}
        +reports: Doctrine\ORM\PersistentCollection {#2052 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
        -id: 29994
        -bodyTs: "'book':37 'christian':11 'follow':34 'genocid':16 'god':22 'got':10 'hate':3,26 'holi':36 'm':25 'name':19 'point':28 're':32 'said':7 've':9 'verg':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3731992"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695913394 {#2051
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +"title": 29994
      }
      2 => App\Entity\EntryComment {#2370
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          The Bible contains quite a bit of hating others… God is a real piece of shit in the old testament. What did Job do to deserve what he got? Why did he tell Abraham to kill his own son for a goof? The book literally justifies slavery.\n
          \n
          According to the book, Jesus is God, so…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1695838397 {#2471
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2361 …}
        +nested: Doctrine\ORM\PersistentCollection {#2372 …}
        +votes: Doctrine\ORM\PersistentCollection {#2386 …}
        +reports: Doctrine\ORM\PersistentCollection {#2385 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
        -id: 29898
        -bodyTs: "'abraham':34 'accord':48 'bibl':2 'bit':6 'book':44,51 'contain':3 'deserv':26 'god':10,54 'goof':42 'got':29 'hate':8 'jesus':52 'job':23 'justifi':46 'kill':36 'liter':45 'old':19 'other':9 'piec':14 'quit':4 'real':13 'shit':16 'slaveri':47 'son':39 'tell':33 'testament':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3703429"
        +editedAt: DateTimeImmutable @1695838464 {#2371
          date: 2023-09-27 20:14:24.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695838397 {#2363
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +"title": 29898
      }
      1 => App\Entity\EntryComment {#2344
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          In case you didn’t see the other replies, Leviticus 20:13:\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.\n
          \n
          Seems pretty black and white to me.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695902427 {#2347
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2349 …}
        +nested: Doctrine\ORM\PersistentCollection {#2141 …}
        +votes: Doctrine\ORM\PersistentCollection {#2164 …}
        +reports: Doctrine\ORM\PersistentCollection {#2314 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2191 …}
        -id: 29982
        -bodyTs: "'13':12 '20':11 'abomin':28 'black':44 'blood':37 'case':2 'commit':27 'death':35 'didn':4 'leviticus':10 'lie':17 'man':16 'mankind':19 'pretti':43 'put':33 'repli':9 'see':6 'seem':42 'shall':30,38 'sure':31 'upon':40 'white':46 'womankind':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726243"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902427 {#2332
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +"title": 29982
      }
      0 => App\Entity\EntryComment {#2140
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          How is that contradictory? I didn’t say all Christians are hypocrites, just the ones that pick and choose what verses are convenient for them. Westboro Baptist seems to adhere pretty closely.\n
          \n
          Christianity itself is a hateful ideology. Many people pick some of those hateful things when they walk past on the buffett line. Those people are both hateful and hypocritical.\n
          \n
          I’m saying to either do it the way it says you have to do it, or stop wasting your time.\n
          \n
          After all, God did say not to be lukewarm Christians, and if you are, he will *“spew you from his mouth”*
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695902289 {#2094
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2133 …}
        +nested: Doctrine\ORM\PersistentCollection {#2131 …}
        +votes: Doctrine\ORM\PersistentCollection {#2138 …}
        +reports: Doctrine\ORM\PersistentCollection {#2345 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2330 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2346 …}
        -id: 29981
        -bodyTs: "'adher':30 'baptist':27 'buffett':53 'choos':19 'christian':10,33,92 'close':32 'contradictori':4 'conveni':23 'didn':6 'either':66 'god':85 'hate':37,45,59 'hypocrit':12,61 'ideolog':38 'line':54 'lukewarm':91 'm':63 'mani':39 'mouth':103 'one':15 'past':50 'peopl':40,56 'pick':17,41 'pretti':31 'say':8,64,72,87 'seem':28 'spew':99 'stop':79 'thing':46 'time':82 'vers':21 'walk':49 'wast':80 'way':70 'westboro':26"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726207"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902289 {#2241
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +"title": 29981
      }
    ]
    -id: 2351
    -titleTs: "'bless':7 'church':2 'crackdown':5 'defi':3 'drag':8 'govern':4 'queen':9 'texa':1"
    -bodyTs: "'000':317 '10':316 '850':78 'abbott':406 'activ':242 'ad':429 'affirm':7 'aid':218,230 'allow':321 'also':442 'anyon':83 'appli':457 'approxim':77 'argu':384 'attend':80 'attorney':380 'audienc':375 'away':258 'ban':423 'bedsid':225 'bless':45 'block':302 'brimston':97 'bring':238,241,246,480 'build':117 'burn':102 'cathedr':2 'caus':91 'celebr':157 'challeng':294 'check':84 'choos':478 'christ':11 'church':9,38,72,100,459,484 'civil':298 'cloth':357 'comment':431 'commit':162 'communion':188 'communiti':24,171 'concert':18 'congreg':114 'contain':416 'court':296,306 'creat':173 'crime':286 'dalla':13 'danc':369 'defend':21 'defin':334 'despit':261 'didn':389 'die':228 'discriminatori':397 'display':111 'divers':160 'divin':159 'dozen':66 'dr':232 'drag':32,46,189,284,310,393,399,424,451,488 'dress':143 'due':211 'effort':19 'epidem':219 'everi':103 'everyon':176 'exhibit':343,351 'explicit':328 'express':144 'feder':305 'femal':346,349 'fill':115 'fine':318 'fire':95 'g':234 'gave':187 'general':381 'god':135 'gov':404 'govern':30 'governor':420 'greg':405 'group':300 'hate':195 'headlin':418 'held':40 'homo':104 'honor':210 'hope':4 'howev':401 'humor':239,263 'hurl':73 'imag':133 'inclus':122 'indulg':202 'insid':105 'inton':152 'june':403 'justic':53 'kid':464,482 'law':288,308,388,412,422,441,456 'lawyer':376 'lead':468 'leader':182 'legisl':279 'level':248 'lgbtq':6,170 'lifesav':214 'lift':164 'lip':367 'love':55,119,132,149 'made':16,129 'make':282 'makeup':358 'male':340,354 'mani':252,435 'marker':363 'matter':137 'meant':280,448 'men':227 'mention':392 'might':93 'minor':323 'neil':233 'note':183 'offic':383 'often':192 'one':88,180,336 'otherwis':371 'outsid':69,112 'particular':204,209 'pass':278,289 'passag':414 'pastor':151,186,469 'peopl':36,62,79,127 'perform':311,329,332,341,350,372,400,425 'perpetu':201 'persecut':26 'physic':362 'pledg':49 'politician':437 'proclaim':54 'protect':57 'protest':89 'protestor':67 'provid':244 'public':427,443 'punish':309 'queen':33,47,190,489 'queer':23 'radic':121 'rain':94 'recent':39,277 'recogn':124 'repeat':303 'republican':291 'respons':275 'rev':231 'right':59,299,434,476 'said':236,470 'scream':90 'see':325 'serious':270 'servic':42,82,155,272 'sexual':327 'share':407 'sign':421 'similar':361 'sing':366 'singl':206 'sister':199,221 'slur':74 'space':174 'specif':391,452 'spiritu':250,267 'stand':51 'state':29,436,444 'stood':68 'stori':409 'support':439 'sync':368 'take':265 'taken':257 'target':31,193,450 'texa':14,379,419 'thoma':235 'threat':76 'three':65 'thrive':178 'today':87 'transgend':35 'ugli':109 'unclear':462 'unit':8 'us':254,260 'use':356 'venu':313 'violenc':197 'voic':167 'wasn':395 'weather':86 'work':215,268 'worship':181 'would':454"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1695906060
    +visibility: "visible             "
    +apId: "https://feddit.ch/post/1306063"
    +editedAt: null
    +createdAt: DateTimeImmutable @1695819660 {#2834
      date: 2023-09-27 15:01:00.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1708 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
  +body: """
    Ok, just pointing out that your beliefs are not consistent with your holy book.\n
    \n
    By what criteria are you able to justify ignoring parts of the book and not others? Is it not the inerrant word of God? Didn’t Jesus say that he didn’t come to abolish the law, but to fulfill it? He made it very clear that you can’t just throw away the OT.\n
    \n
    You seem to have good values, just don’t see the reason any kind of unscientific claims about the supernatural need to be a part of it. Just unnecessary baggage.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 20
  +score: 0
  +lastActive: DateTime @1695840894 {#1910
    date: 2023-09-27 20:54:54.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCool@feddit.ch"
    "@qooqie@lemmy.world"
    "@prole@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1926 …}
  +nested: Doctrine\ORM\PersistentCollection {#1874 …}
  +votes: Doctrine\ORM\PersistentCollection {#1908 …}
  +reports: Doctrine\ORM\PersistentCollection {#1883 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2387 …}
  -id: 29907
  -bodyTs: "'abl':20 'abolish':49 'away':67 'baggag':99 'belief':7 'book':14,27 'claim':86 'clear':60 'come':47 'consist':10 'criteria':17 'didn':39,45 'fulfil':54 'god':38 'good':74 'holi':13 'ignor':23 'inerr':35 'jesus':41 'justifi':22 'kind':83 'law':51 'made':57 'need':90 'ok':1 'ot':69 'other':30 'part':24,94 'point':3 'reason':81 'say':42 'see':79 'seem':71 'supernatur':89 'throw':66 'unnecessari':98 'unscientif':85 'valu':75 'word':36"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/3704378"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695840894 {#1906
    date: 2023-09-27 20:54:54.0 +02:00
  }
  +"title": 29907
}
"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
72 DENIED moderate
App\Entity\EntryComment {#1909
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2377
    +user: Proxies\__CG__\App\Entity\User {#2757 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
    +image: Proxies\__CG__\App\Entity\Image {#3039 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3056 …}
    +slug: "Texas-church-defies-government-crackdown-by-blessing-drag-queens"
    +title: "Texas church defies government crackdown by blessing drag queens"
    +url: "https://www.lgbtqnation.com/2023/09/texas-church-defies-government-crackdown-by-blessing-drag-queens/"
    +body: """
      The Cathedral of Hope — an LGBTQ±affirming United Church of Christ in Dallas, Texas — has made a concerted effort to defend the queer community from “persecution,” as the state government targets drag queens and transgender people.\n
      \n
      The church recently held a service where they blessed drag queens and pledged to “stand for justice, proclaim love, and protect the rights of all people.”\n
      \n
      While about three dozen protestors stood outside of the church hurling slurs and threats, approximately 850 people attended the service.\n
      \n
      “Anyone check the weather today?!” one protester screamed. “’Cause it might rain fire and brimstone on this church and burn every homo inside!”\n
      \n
      But for the ugliness on display outside, the congregation filled the building with love and “radical inclusivity.”\n
      \n
      “We recognize that all people are made in the loving image of God, no matter who they are, how they dress, express themselves, or who they love,” the pastor intoned during the service. “We celebrate this divine diversity and commit to lifting up the voices of the LGBTQ+ community and creating spaces where everyone can thrive.”\n
      \n
      As one worship leader noted as the pastor gave communion, “Drag queens are often targets of hate and violence.” The Sisters of Perpetual Indulgence, in particular, were singled out for particular honor due to their lifesaving work during the AIDS epidemic.\n
      \n
      “These Sisters were at the bedsides of men dying of AIDS,” Rev. Dr. Neil G. Thomas said. “They bring humor, they bring activism, they provide and bring a level of spirituality that many of us have had taken away from us. Despite the humor, they take their spiritual work very seriously.”\n
      \n
      The service was a response to recently passed legislation meant to make a drag a crime. The law, passed by Republicans, has been challenged in court by civil rights groups and blocked repeatedly by federal courts.\n
      \n
      The law punishes drag performers and venues with a $10,000 fine if they allow a minor to see a “sexually explicit” performance. Such a performance is defined as one in which “a male performer [is] exhibiting as a female, or a female performer exhibiting as a male, who uses clothing, makeup, or other similar physical markers and who sings, lip syncs, dances, or otherwise performs before an audience.”\n
      \n
      Lawyers from the Texas Attorney General’s office argued that because the law didn’t specifically mention drag, it wasn’t discriminatory to drag performances. However, in June, Gov. Greg Abbott ® shared a story about the law’s passage that contained the headline, “Texas Governor Signs Law Banning Drag Performances in Public,” and added the comment, “That’s right.” Many state politicians who supported the law also publicly stated that it was meant to target drag, specifically.\n
      \n
      But would the law apply to churches? That’s unclear.\n
      \n
      “My kid was here,” the lead pastor said. “I don’t have the right to choose to bring my kid to church when there are drag queens?”
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 101
    +favouriteCount: 718
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696166183 {#2264
      date: 2023-10-01 15:16:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3055 …}
    +votes: Doctrine\ORM\PersistentCollection {#3053 …}
    +reports: Doctrine\ORM\PersistentCollection {#3050 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3084 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3080 …}
    +badges: Doctrine\ORM\PersistentCollection {#3097 …}
    +children: [
      9 => App\Entity\EntryComment {#2036
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Yes and they are hypocrites.\n
          \n
          It’s amazing the mental gymnastics Christians will do to justify their hateful beliefs.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695899761 {#2035
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +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: 29975
        -bodyTs: "'amaz':8 'belief':19 'christian':12 'gymnast':11 'hate':18 'hypocrit':5 'justifi':16 'mental':10 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724621"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899761 {#2031
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +"title": 29975
      }
      10 => App\Entity\EntryComment {#2077
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "It’s pretty close to the beginning, which is kind of telling… maybe try actually reading your holy book. You may be surprised what you find."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1695899854 {#2062
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@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: 29976
        -bodyTs: "'actual':15 'begin':7 'book':19 'close':4 'find':26 'holi':18 'kind':10 'may':21 'mayb':13 'pretti':3 'read':16 'surpris':23 'tell':12 'tri':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724660"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899854 {#2081
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +"title": 29976
      }
      7 => App\Entity\EntryComment {#1384
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          If you don’t believe that Jesus died and rose again for your sins, then you’re not a Christian by definition.\n
          \n
          Also, those are not “obscure” stories. They’re the basis of all Abrahamic religions, including Christianity. In fact, the only reason there even is a NT is because they wanted to write about the “prophecies” from the OT “coming true.” You can’t have one without the other.\n
          \n
          And, once again, Jesus is God. God did really fucked up things in the old testament, that means Jesus did really fucked up things. In the NT he supported those fucked up things that he did, and his existence itself is allegedly a fulfillment of OT prophecy. That’s why they killed him! Assuming he ever existed in the first place.\n
          \n
          Not trying to be a dick, but as someone who was raised in an evangelical church, I know the Bible inside and out. People who pick and choose, or pretend they can be Christian and still think being gay is ok, piss me off because it’s a direct contradiction of what you claim to believe.\n
          \n
          People like you legitimize a barbaric religion that is (once again) destroying the fabric of our society. Be honest with yourself and come to terms with the fact that your religion condones slavery, and killing people for being homosexual.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1695846077 {#2394
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1383 …}
        +nested: Doctrine\ORM\PersistentCollection {#1405 …}
        +votes: Doctrine\ORM\PersistentCollection {#1382 …}
        +reports: Doctrine\ORM\PersistentCollection {#1404 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
        -id: 29919
        -bodyTs: "'abraham':35 'alleg':112 'also':23 'assum':124 'barbar':193 'basi':32 'believ':5,187 'bibl':151 'choos':159 'christian':20,38,165 'church':147 'claim':185 'come':61,210 'condon':219 'contradict':181 'definit':22 'destroy':199 'dick':137 'die':8 'direct':180 'evangel':146 'even':45 'ever':126 'exist':109,127 'fabric':201 'fact':40,215 'first':130 'fuck':80,92,101 'fulfil':114 'gay':170 'god':76,77 'homosexu':226 'honest':206 'includ':37 'insid':152 'jesus':7,74,89 'kill':122,222 'know':149 'legitim':191 'like':189 'mean':88 'nt':48,97 'obscur':27 'ok':172 'old':85 'one':67 'ot':60,116 'peopl':155,188,223 'pick':157 'piss':173 'place':131 'pretend':161 'propheci':57,117 'rais':143 're':17,30 'realli':79,91 'reason':43 'religion':36,194,218 'rose':10 'sin':14 'slaveri':220 'societi':204 'someon':140 'still':167 'stori':28 'support':99 'term':212 'testament':86 'thing':82,94,103 'think':168 'tri':133 'true':62 'want':52 'without':68 'write':54"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3706874"
        +editedAt: DateTimeImmutable @1695846183 {#2395
          date: 2023-09-27 22:23:03.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846077 {#2393
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +"title": 29919
      }
      8 => App\Entity\EntryComment {#2026
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          You need to look again, because it absolutely does. Or do you think, “if a man lies with another man,” was just talking about best buds sleeping in the same bed.\n
          \n
          **edit:** I guess people are too lazy to look themselves for something that’s already common knowledge…\n
          \n
          But it’s Leviticus 20:13.\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1695846676 {#2023
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2022 …}
        +nested: Doctrine\ORM\PersistentCollection {#2025 …}
        +votes: Doctrine\ORM\PersistentCollection {#2033 …}
        +reports: Doctrine\ORM\PersistentCollection {#2028 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2012 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2013 …}
        -id: 29924
        -bodyTs: "'13':54 '20':53 'abomin':70 'absolut':8 'alreadi':46 'anoth':19 'bed':31 'best':25 'blood':79 'bud':26 'commit':69 'common':47 'death':77 'edit':32 'guess':34 'knowledg':48 'lazi':38 'leviticus':52 'lie':17,59 'look':4,40 'man':16,20,58 'mankind':61 'need':2 'peopl':35 'put':75 'shall':72,80 'sleep':27 'someth':43 'sure':73 'talk':23 'think':13 'upon':82 'womankind':64"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3707120"
        +editedAt: DateTimeImmutable @1695913492 {#2030
          date: 2023-09-28 17:04:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846676 {#2032
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +"title": 29924
      }
      5 => App\Entity\EntryComment {#1909}
      6 => App\Entity\EntryComment {#2135
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2136 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "I’m well aware of the apologetics. Whatever mental gymnastics you have to do, friend. Maybe one day you’ll be free of the constant cognitive dissonance. It’s a huge relief."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695905918 {#2159
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2137 …}
        +nested: Doctrine\ORM\PersistentCollection {#2068 …}
        +votes: Doctrine\ORM\PersistentCollection {#2069 …}
        +reports: Doctrine\ORM\PersistentCollection {#2074 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2071 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2070 …}
        -id: 29991
        -bodyTs: "'apologet':7 'awar':4 'cognit':26 'constant':25 'day':18 'disson':27 'free':22 'friend':15 'gymnast':10 'huge':31 'll':20 'm':2 'mayb':16 'mental':9 'one':17 'relief':32 'well':3 'whatev':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3727709"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695905918 {#2143
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +"title": 29991
      }
      4 => App\Entity\EntryComment {#2333
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2323 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "Leviticus 20:13 is very clear. What makes you think you can just ignore that part?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695903764 {#2327
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2324 …}
        +nested: Doctrine\ORM\PersistentCollection {#2334 …}
        +votes: Doctrine\ORM\PersistentCollection {#2341 …}
        +reports: Doctrine\ORM\PersistentCollection {#2337 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2336 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2339 …}
        -id: 29987
        -bodyTs: "'13':3 '20':2 'clear':6 'ignor':14 'leviticus':1 'make':8 'part':16 'think':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726695"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695903764 {#2329
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +"title": 29987
      }
      3 => App\Entity\EntryComment {#2056
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          What was hateful about what I said?\n
          \n
          We’ve got Christians on the verge of genocide in the name of your God, but I’m “hateful” for pointing out that they’re just following their holy book?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695913394 {#2048
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2046 …}
        +nested: Doctrine\ORM\PersistentCollection {#2045 …}
        +votes: Doctrine\ORM\PersistentCollection {#2050 …}
        +reports: Doctrine\ORM\PersistentCollection {#2052 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
        -id: 29994
        -bodyTs: "'book':37 'christian':11 'follow':34 'genocid':16 'god':22 'got':10 'hate':3,26 'holi':36 'm':25 'name':19 'point':28 're':32 'said':7 've':9 'verg':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3731992"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695913394 {#2051
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +"title": 29994
      }
      2 => App\Entity\EntryComment {#2370
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          The Bible contains quite a bit of hating others… God is a real piece of shit in the old testament. What did Job do to deserve what he got? Why did he tell Abraham to kill his own son for a goof? The book literally justifies slavery.\n
          \n
          According to the book, Jesus is God, so…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1695838397 {#2471
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2361 …}
        +nested: Doctrine\ORM\PersistentCollection {#2372 …}
        +votes: Doctrine\ORM\PersistentCollection {#2386 …}
        +reports: Doctrine\ORM\PersistentCollection {#2385 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
        -id: 29898
        -bodyTs: "'abraham':34 'accord':48 'bibl':2 'bit':6 'book':44,51 'contain':3 'deserv':26 'god':10,54 'goof':42 'got':29 'hate':8 'jesus':52 'job':23 'justifi':46 'kill':36 'liter':45 'old':19 'other':9 'piec':14 'quit':4 'real':13 'shit':16 'slaveri':47 'son':39 'tell':33 'testament':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3703429"
        +editedAt: DateTimeImmutable @1695838464 {#2371
          date: 2023-09-27 20:14:24.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695838397 {#2363
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +"title": 29898
      }
      1 => App\Entity\EntryComment {#2344
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          In case you didn’t see the other replies, Leviticus 20:13:\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.\n
          \n
          Seems pretty black and white to me.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695902427 {#2347
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2349 …}
        +nested: Doctrine\ORM\PersistentCollection {#2141 …}
        +votes: Doctrine\ORM\PersistentCollection {#2164 …}
        +reports: Doctrine\ORM\PersistentCollection {#2314 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2191 …}
        -id: 29982
        -bodyTs: "'13':12 '20':11 'abomin':28 'black':44 'blood':37 'case':2 'commit':27 'death':35 'didn':4 'leviticus':10 'lie':17 'man':16 'mankind':19 'pretti':43 'put':33 'repli':9 'see':6 'seem':42 'shall':30,38 'sure':31 'upon':40 'white':46 'womankind':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726243"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902427 {#2332
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +"title": 29982
      }
      0 => App\Entity\EntryComment {#2140
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          How is that contradictory? I didn’t say all Christians are hypocrites, just the ones that pick and choose what verses are convenient for them. Westboro Baptist seems to adhere pretty closely.\n
          \n
          Christianity itself is a hateful ideology. Many people pick some of those hateful things when they walk past on the buffett line. Those people are both hateful and hypocritical.\n
          \n
          I’m saying to either do it the way it says you have to do it, or stop wasting your time.\n
          \n
          After all, God did say not to be lukewarm Christians, and if you are, he will *“spew you from his mouth”*
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695902289 {#2094
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2133 …}
        +nested: Doctrine\ORM\PersistentCollection {#2131 …}
        +votes: Doctrine\ORM\PersistentCollection {#2138 …}
        +reports: Doctrine\ORM\PersistentCollection {#2345 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2330 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2346 …}
        -id: 29981
        -bodyTs: "'adher':30 'baptist':27 'buffett':53 'choos':19 'christian':10,33,92 'close':32 'contradictori':4 'conveni':23 'didn':6 'either':66 'god':85 'hate':37,45,59 'hypocrit':12,61 'ideolog':38 'line':54 'lukewarm':91 'm':63 'mani':39 'mouth':103 'one':15 'past':50 'peopl':40,56 'pick':17,41 'pretti':31 'say':8,64,72,87 'seem':28 'spew':99 'stop':79 'thing':46 'time':82 'vers':21 'walk':49 'wast':80 'way':70 'westboro':26"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726207"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902289 {#2241
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +"title": 29981
      }
    ]
    -id: 2351
    -titleTs: "'bless':7 'church':2 'crackdown':5 'defi':3 'drag':8 'govern':4 'queen':9 'texa':1"
    -bodyTs: "'000':317 '10':316 '850':78 'abbott':406 'activ':242 'ad':429 'affirm':7 'aid':218,230 'allow':321 'also':442 'anyon':83 'appli':457 'approxim':77 'argu':384 'attend':80 'attorney':380 'audienc':375 'away':258 'ban':423 'bedsid':225 'bless':45 'block':302 'brimston':97 'bring':238,241,246,480 'build':117 'burn':102 'cathedr':2 'caus':91 'celebr':157 'challeng':294 'check':84 'choos':478 'christ':11 'church':9,38,72,100,459,484 'civil':298 'cloth':357 'comment':431 'commit':162 'communion':188 'communiti':24,171 'concert':18 'congreg':114 'contain':416 'court':296,306 'creat':173 'crime':286 'dalla':13 'danc':369 'defend':21 'defin':334 'despit':261 'didn':389 'die':228 'discriminatori':397 'display':111 'divers':160 'divin':159 'dozen':66 'dr':232 'drag':32,46,189,284,310,393,399,424,451,488 'dress':143 'due':211 'effort':19 'epidem':219 'everi':103 'everyon':176 'exhibit':343,351 'explicit':328 'express':144 'feder':305 'femal':346,349 'fill':115 'fine':318 'fire':95 'g':234 'gave':187 'general':381 'god':135 'gov':404 'govern':30 'governor':420 'greg':405 'group':300 'hate':195 'headlin':418 'held':40 'homo':104 'honor':210 'hope':4 'howev':401 'humor':239,263 'hurl':73 'imag':133 'inclus':122 'indulg':202 'insid':105 'inton':152 'june':403 'justic':53 'kid':464,482 'law':288,308,388,412,422,441,456 'lawyer':376 'lead':468 'leader':182 'legisl':279 'level':248 'lgbtq':6,170 'lifesav':214 'lift':164 'lip':367 'love':55,119,132,149 'made':16,129 'make':282 'makeup':358 'male':340,354 'mani':252,435 'marker':363 'matter':137 'meant':280,448 'men':227 'mention':392 'might':93 'minor':323 'neil':233 'note':183 'offic':383 'often':192 'one':88,180,336 'otherwis':371 'outsid':69,112 'particular':204,209 'pass':278,289 'passag':414 'pastor':151,186,469 'peopl':36,62,79,127 'perform':311,329,332,341,350,372,400,425 'perpetu':201 'persecut':26 'physic':362 'pledg':49 'politician':437 'proclaim':54 'protect':57 'protest':89 'protestor':67 'provid':244 'public':427,443 'punish':309 'queen':33,47,190,489 'queer':23 'radic':121 'rain':94 'recent':39,277 'recogn':124 'repeat':303 'republican':291 'respons':275 'rev':231 'right':59,299,434,476 'said':236,470 'scream':90 'see':325 'serious':270 'servic':42,82,155,272 'sexual':327 'share':407 'sign':421 'similar':361 'sing':366 'singl':206 'sister':199,221 'slur':74 'space':174 'specif':391,452 'spiritu':250,267 'stand':51 'state':29,436,444 'stood':68 'stori':409 'support':439 'sync':368 'take':265 'taken':257 'target':31,193,450 'texa':14,379,419 'thoma':235 'threat':76 'three':65 'thrive':178 'today':87 'transgend':35 'ugli':109 'unclear':462 'unit':8 'us':254,260 'use':356 'venu':313 'violenc':197 'voic':167 'wasn':395 'weather':86 'work':215,268 'worship':181 'would':454"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1695906060
    +visibility: "visible             "
    +apId: "https://feddit.ch/post/1306063"
    +editedAt: null
    +createdAt: DateTimeImmutable @1695819660 {#2834
      date: 2023-09-27 15:01:00.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1708 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
  +body: """
    Ok, just pointing out that your beliefs are not consistent with your holy book.\n
    \n
    By what criteria are you able to justify ignoring parts of the book and not others? Is it not the inerrant word of God? Didn’t Jesus say that he didn’t come to abolish the law, but to fulfill it? He made it very clear that you can’t just throw away the OT.\n
    \n
    You seem to have good values, just don’t see the reason any kind of unscientific claims about the supernatural need to be a part of it. Just unnecessary baggage.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 20
  +score: 0
  +lastActive: DateTime @1695840894 {#1910
    date: 2023-09-27 20:54:54.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCool@feddit.ch"
    "@qooqie@lemmy.world"
    "@prole@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1926 …}
  +nested: Doctrine\ORM\PersistentCollection {#1874 …}
  +votes: Doctrine\ORM\PersistentCollection {#1908 …}
  +reports: Doctrine\ORM\PersistentCollection {#1883 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2387 …}
  -id: 29907
  -bodyTs: "'abl':20 'abolish':49 'away':67 'baggag':99 'belief':7 'book':14,27 'claim':86 'clear':60 'come':47 'consist':10 'criteria':17 'didn':39,45 'fulfil':54 'god':38 'good':74 'holi':13 'ignor':23 'inerr':35 'jesus':41 'justifi':22 'kind':83 'law':51 'made':57 'need':90 'ok':1 'ot':69 'other':30 'part':24,94 'point':3 'reason':81 'say':42 'see':79 'seem':71 'supernatur':89 'throw':66 'unnecessari':98 'unscientif':85 'valu':75 'word':36"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/3704378"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695840894 {#1906
    date: 2023-09-27 20:54:54.0 +02:00
  }
  +"title": 29907
}
"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
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 {#2135
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2377
    +user: Proxies\__CG__\App\Entity\User {#2757 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
    +image: Proxies\__CG__\App\Entity\Image {#3039 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3056 …}
    +slug: "Texas-church-defies-government-crackdown-by-blessing-drag-queens"
    +title: "Texas church defies government crackdown by blessing drag queens"
    +url: "https://www.lgbtqnation.com/2023/09/texas-church-defies-government-crackdown-by-blessing-drag-queens/"
    +body: """
      The Cathedral of Hope — an LGBTQ±affirming United Church of Christ in Dallas, Texas — has made a concerted effort to defend the queer community from “persecution,” as the state government targets drag queens and transgender people.\n
      \n
      The church recently held a service where they blessed drag queens and pledged to “stand for justice, proclaim love, and protect the rights of all people.”\n
      \n
      While about three dozen protestors stood outside of the church hurling slurs and threats, approximately 850 people attended the service.\n
      \n
      “Anyone check the weather today?!” one protester screamed. “’Cause it might rain fire and brimstone on this church and burn every homo inside!”\n
      \n
      But for the ugliness on display outside, the congregation filled the building with love and “radical inclusivity.”\n
      \n
      “We recognize that all people are made in the loving image of God, no matter who they are, how they dress, express themselves, or who they love,” the pastor intoned during the service. “We celebrate this divine diversity and commit to lifting up the voices of the LGBTQ+ community and creating spaces where everyone can thrive.”\n
      \n
      As one worship leader noted as the pastor gave communion, “Drag queens are often targets of hate and violence.” The Sisters of Perpetual Indulgence, in particular, were singled out for particular honor due to their lifesaving work during the AIDS epidemic.\n
      \n
      “These Sisters were at the bedsides of men dying of AIDS,” Rev. Dr. Neil G. Thomas said. “They bring humor, they bring activism, they provide and bring a level of spirituality that many of us have had taken away from us. Despite the humor, they take their spiritual work very seriously.”\n
      \n
      The service was a response to recently passed legislation meant to make a drag a crime. The law, passed by Republicans, has been challenged in court by civil rights groups and blocked repeatedly by federal courts.\n
      \n
      The law punishes drag performers and venues with a $10,000 fine if they allow a minor to see a “sexually explicit” performance. Such a performance is defined as one in which “a male performer [is] exhibiting as a female, or a female performer exhibiting as a male, who uses clothing, makeup, or other similar physical markers and who sings, lip syncs, dances, or otherwise performs before an audience.”\n
      \n
      Lawyers from the Texas Attorney General’s office argued that because the law didn’t specifically mention drag, it wasn’t discriminatory to drag performances. However, in June, Gov. Greg Abbott ® shared a story about the law’s passage that contained the headline, “Texas Governor Signs Law Banning Drag Performances in Public,” and added the comment, “That’s right.” Many state politicians who supported the law also publicly stated that it was meant to target drag, specifically.\n
      \n
      But would the law apply to churches? That’s unclear.\n
      \n
      “My kid was here,” the lead pastor said. “I don’t have the right to choose to bring my kid to church when there are drag queens?”
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 101
    +favouriteCount: 718
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696166183 {#2264
      date: 2023-10-01 15:16:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3055 …}
    +votes: Doctrine\ORM\PersistentCollection {#3053 …}
    +reports: Doctrine\ORM\PersistentCollection {#3050 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3084 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3080 …}
    +badges: Doctrine\ORM\PersistentCollection {#3097 …}
    +children: [
      9 => App\Entity\EntryComment {#2036
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Yes and they are hypocrites.\n
          \n
          It’s amazing the mental gymnastics Christians will do to justify their hateful beliefs.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695899761 {#2035
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +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: 29975
        -bodyTs: "'amaz':8 'belief':19 'christian':12 'gymnast':11 'hate':18 'hypocrit':5 'justifi':16 'mental':10 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724621"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899761 {#2031
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +"title": 29975
      }
      10 => App\Entity\EntryComment {#2077
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "It’s pretty close to the beginning, which is kind of telling… maybe try actually reading your holy book. You may be surprised what you find."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1695899854 {#2062
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@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: 29976
        -bodyTs: "'actual':15 'begin':7 'book':19 'close':4 'find':26 'holi':18 'kind':10 'may':21 'mayb':13 'pretti':3 'read':16 'surpris':23 'tell':12 'tri':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724660"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899854 {#2081
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +"title": 29976
      }
      7 => App\Entity\EntryComment {#1384
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          If you don’t believe that Jesus died and rose again for your sins, then you’re not a Christian by definition.\n
          \n
          Also, those are not “obscure” stories. They’re the basis of all Abrahamic religions, including Christianity. In fact, the only reason there even is a NT is because they wanted to write about the “prophecies” from the OT “coming true.” You can’t have one without the other.\n
          \n
          And, once again, Jesus is God. God did really fucked up things in the old testament, that means Jesus did really fucked up things. In the NT he supported those fucked up things that he did, and his existence itself is allegedly a fulfillment of OT prophecy. That’s why they killed him! Assuming he ever existed in the first place.\n
          \n
          Not trying to be a dick, but as someone who was raised in an evangelical church, I know the Bible inside and out. People who pick and choose, or pretend they can be Christian and still think being gay is ok, piss me off because it’s a direct contradiction of what you claim to believe.\n
          \n
          People like you legitimize a barbaric religion that is (once again) destroying the fabric of our society. Be honest with yourself and come to terms with the fact that your religion condones slavery, and killing people for being homosexual.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1695846077 {#2394
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1383 …}
        +nested: Doctrine\ORM\PersistentCollection {#1405 …}
        +votes: Doctrine\ORM\PersistentCollection {#1382 …}
        +reports: Doctrine\ORM\PersistentCollection {#1404 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
        -id: 29919
        -bodyTs: "'abraham':35 'alleg':112 'also':23 'assum':124 'barbar':193 'basi':32 'believ':5,187 'bibl':151 'choos':159 'christian':20,38,165 'church':147 'claim':185 'come':61,210 'condon':219 'contradict':181 'definit':22 'destroy':199 'dick':137 'die':8 'direct':180 'evangel':146 'even':45 'ever':126 'exist':109,127 'fabric':201 'fact':40,215 'first':130 'fuck':80,92,101 'fulfil':114 'gay':170 'god':76,77 'homosexu':226 'honest':206 'includ':37 'insid':152 'jesus':7,74,89 'kill':122,222 'know':149 'legitim':191 'like':189 'mean':88 'nt':48,97 'obscur':27 'ok':172 'old':85 'one':67 'ot':60,116 'peopl':155,188,223 'pick':157 'piss':173 'place':131 'pretend':161 'propheci':57,117 'rais':143 're':17,30 'realli':79,91 'reason':43 'religion':36,194,218 'rose':10 'sin':14 'slaveri':220 'societi':204 'someon':140 'still':167 'stori':28 'support':99 'term':212 'testament':86 'thing':82,94,103 'think':168 'tri':133 'true':62 'want':52 'without':68 'write':54"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3706874"
        +editedAt: DateTimeImmutable @1695846183 {#2395
          date: 2023-09-27 22:23:03.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846077 {#2393
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +"title": 29919
      }
      8 => App\Entity\EntryComment {#2026
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          You need to look again, because it absolutely does. Or do you think, “if a man lies with another man,” was just talking about best buds sleeping in the same bed.\n
          \n
          **edit:** I guess people are too lazy to look themselves for something that’s already common knowledge…\n
          \n
          But it’s Leviticus 20:13.\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1695846676 {#2023
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2022 …}
        +nested: Doctrine\ORM\PersistentCollection {#2025 …}
        +votes: Doctrine\ORM\PersistentCollection {#2033 …}
        +reports: Doctrine\ORM\PersistentCollection {#2028 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2012 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2013 …}
        -id: 29924
        -bodyTs: "'13':54 '20':53 'abomin':70 'absolut':8 'alreadi':46 'anoth':19 'bed':31 'best':25 'blood':79 'bud':26 'commit':69 'common':47 'death':77 'edit':32 'guess':34 'knowledg':48 'lazi':38 'leviticus':52 'lie':17,59 'look':4,40 'man':16,20,58 'mankind':61 'need':2 'peopl':35 'put':75 'shall':72,80 'sleep':27 'someth':43 'sure':73 'talk':23 'think':13 'upon':82 'womankind':64"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3707120"
        +editedAt: DateTimeImmutable @1695913492 {#2030
          date: 2023-09-28 17:04:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846676 {#2032
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +"title": 29924
      }
      5 => App\Entity\EntryComment {#1909
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1708 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Ok, just pointing out that your beliefs are not consistent with your holy book.\n
          \n
          By what criteria are you able to justify ignoring parts of the book and not others? Is it not the inerrant word of God? Didn’t Jesus say that he didn’t come to abolish the law, but to fulfill it? He made it very clear that you can’t just throw away the OT.\n
          \n
          You seem to have good values, just don’t see the reason any kind of unscientific claims about the supernatural need to be a part of it. Just unnecessary baggage.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 20
        +score: 0
        +lastActive: DateTime @1695840894 {#1910
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1926 …}
        +nested: Doctrine\ORM\PersistentCollection {#1874 …}
        +votes: Doctrine\ORM\PersistentCollection {#1908 …}
        +reports: Doctrine\ORM\PersistentCollection {#1883 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2387 …}
        -id: 29907
        -bodyTs: "'abl':20 'abolish':49 'away':67 'baggag':99 'belief':7 'book':14,27 'claim':86 'clear':60 'come':47 'consist':10 'criteria':17 'didn':39,45 'fulfil':54 'god':38 'good':74 'holi':13 'ignor':23 'inerr':35 'jesus':41 'justifi':22 'kind':83 'law':51 'made':57 'need':90 'ok':1 'ot':69 'other':30 'part':24,94 'point':3 'reason':81 'say':42 'see':79 'seem':71 'supernatur':89 'throw':66 'unnecessari':98 'unscientif':85 'valu':75 'word':36"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3704378"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695840894 {#1906
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +"title": 29907
      }
      6 => App\Entity\EntryComment {#2135}
      4 => App\Entity\EntryComment {#2333
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2323 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "Leviticus 20:13 is very clear. What makes you think you can just ignore that part?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695903764 {#2327
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2324 …}
        +nested: Doctrine\ORM\PersistentCollection {#2334 …}
        +votes: Doctrine\ORM\PersistentCollection {#2341 …}
        +reports: Doctrine\ORM\PersistentCollection {#2337 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2336 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2339 …}
        -id: 29987
        -bodyTs: "'13':3 '20':2 'clear':6 'ignor':14 'leviticus':1 'make':8 'part':16 'think':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726695"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695903764 {#2329
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +"title": 29987
      }
      3 => App\Entity\EntryComment {#2056
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          What was hateful about what I said?\n
          \n
          We’ve got Christians on the verge of genocide in the name of your God, but I’m “hateful” for pointing out that they’re just following their holy book?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695913394 {#2048
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2046 …}
        +nested: Doctrine\ORM\PersistentCollection {#2045 …}
        +votes: Doctrine\ORM\PersistentCollection {#2050 …}
        +reports: Doctrine\ORM\PersistentCollection {#2052 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
        -id: 29994
        -bodyTs: "'book':37 'christian':11 'follow':34 'genocid':16 'god':22 'got':10 'hate':3,26 'holi':36 'm':25 'name':19 'point':28 're':32 'said':7 've':9 'verg':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3731992"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695913394 {#2051
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +"title": 29994
      }
      2 => App\Entity\EntryComment {#2370
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          The Bible contains quite a bit of hating others… God is a real piece of shit in the old testament. What did Job do to deserve what he got? Why did he tell Abraham to kill his own son for a goof? The book literally justifies slavery.\n
          \n
          According to the book, Jesus is God, so…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1695838397 {#2471
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2361 …}
        +nested: Doctrine\ORM\PersistentCollection {#2372 …}
        +votes: Doctrine\ORM\PersistentCollection {#2386 …}
        +reports: Doctrine\ORM\PersistentCollection {#2385 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
        -id: 29898
        -bodyTs: "'abraham':34 'accord':48 'bibl':2 'bit':6 'book':44,51 'contain':3 'deserv':26 'god':10,54 'goof':42 'got':29 'hate':8 'jesus':52 'job':23 'justifi':46 'kill':36 'liter':45 'old':19 'other':9 'piec':14 'quit':4 'real':13 'shit':16 'slaveri':47 'son':39 'tell':33 'testament':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3703429"
        +editedAt: DateTimeImmutable @1695838464 {#2371
          date: 2023-09-27 20:14:24.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695838397 {#2363
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +"title": 29898
      }
      1 => App\Entity\EntryComment {#2344
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          In case you didn’t see the other replies, Leviticus 20:13:\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.\n
          \n
          Seems pretty black and white to me.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695902427 {#2347
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2349 …}
        +nested: Doctrine\ORM\PersistentCollection {#2141 …}
        +votes: Doctrine\ORM\PersistentCollection {#2164 …}
        +reports: Doctrine\ORM\PersistentCollection {#2314 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2191 …}
        -id: 29982
        -bodyTs: "'13':12 '20':11 'abomin':28 'black':44 'blood':37 'case':2 'commit':27 'death':35 'didn':4 'leviticus':10 'lie':17 'man':16 'mankind':19 'pretti':43 'put':33 'repli':9 'see':6 'seem':42 'shall':30,38 'sure':31 'upon':40 'white':46 'womankind':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726243"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902427 {#2332
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +"title": 29982
      }
      0 => App\Entity\EntryComment {#2140
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          How is that contradictory? I didn’t say all Christians are hypocrites, just the ones that pick and choose what verses are convenient for them. Westboro Baptist seems to adhere pretty closely.\n
          \n
          Christianity itself is a hateful ideology. Many people pick some of those hateful things when they walk past on the buffett line. Those people are both hateful and hypocritical.\n
          \n
          I’m saying to either do it the way it says you have to do it, or stop wasting your time.\n
          \n
          After all, God did say not to be lukewarm Christians, and if you are, he will *“spew you from his mouth”*
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695902289 {#2094
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2133 …}
        +nested: Doctrine\ORM\PersistentCollection {#2131 …}
        +votes: Doctrine\ORM\PersistentCollection {#2138 …}
        +reports: Doctrine\ORM\PersistentCollection {#2345 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2330 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2346 …}
        -id: 29981
        -bodyTs: "'adher':30 'baptist':27 'buffett':53 'choos':19 'christian':10,33,92 'close':32 'contradictori':4 'conveni':23 'didn':6 'either':66 'god':85 'hate':37,45,59 'hypocrit':12,61 'ideolog':38 'line':54 'lukewarm':91 'm':63 'mani':39 'mouth':103 'one':15 'past':50 'peopl':40,56 'pick':17,41 'pretti':31 'say':8,64,72,87 'seem':28 'spew':99 'stop':79 'thing':46 'time':82 'vers':21 'walk':49 'wast':80 'way':70 'westboro':26"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726207"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902289 {#2241
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +"title": 29981
      }
    ]
    -id: 2351
    -titleTs: "'bless':7 'church':2 'crackdown':5 'defi':3 'drag':8 'govern':4 'queen':9 'texa':1"
    -bodyTs: "'000':317 '10':316 '850':78 'abbott':406 'activ':242 'ad':429 'affirm':7 'aid':218,230 'allow':321 'also':442 'anyon':83 'appli':457 'approxim':77 'argu':384 'attend':80 'attorney':380 'audienc':375 'away':258 'ban':423 'bedsid':225 'bless':45 'block':302 'brimston':97 'bring':238,241,246,480 'build':117 'burn':102 'cathedr':2 'caus':91 'celebr':157 'challeng':294 'check':84 'choos':478 'christ':11 'church':9,38,72,100,459,484 'civil':298 'cloth':357 'comment':431 'commit':162 'communion':188 'communiti':24,171 'concert':18 'congreg':114 'contain':416 'court':296,306 'creat':173 'crime':286 'dalla':13 'danc':369 'defend':21 'defin':334 'despit':261 'didn':389 'die':228 'discriminatori':397 'display':111 'divers':160 'divin':159 'dozen':66 'dr':232 'drag':32,46,189,284,310,393,399,424,451,488 'dress':143 'due':211 'effort':19 'epidem':219 'everi':103 'everyon':176 'exhibit':343,351 'explicit':328 'express':144 'feder':305 'femal':346,349 'fill':115 'fine':318 'fire':95 'g':234 'gave':187 'general':381 'god':135 'gov':404 'govern':30 'governor':420 'greg':405 'group':300 'hate':195 'headlin':418 'held':40 'homo':104 'honor':210 'hope':4 'howev':401 'humor':239,263 'hurl':73 'imag':133 'inclus':122 'indulg':202 'insid':105 'inton':152 'june':403 'justic':53 'kid':464,482 'law':288,308,388,412,422,441,456 'lawyer':376 'lead':468 'leader':182 'legisl':279 'level':248 'lgbtq':6,170 'lifesav':214 'lift':164 'lip':367 'love':55,119,132,149 'made':16,129 'make':282 'makeup':358 'male':340,354 'mani':252,435 'marker':363 'matter':137 'meant':280,448 'men':227 'mention':392 'might':93 'minor':323 'neil':233 'note':183 'offic':383 'often':192 'one':88,180,336 'otherwis':371 'outsid':69,112 'particular':204,209 'pass':278,289 'passag':414 'pastor':151,186,469 'peopl':36,62,79,127 'perform':311,329,332,341,350,372,400,425 'perpetu':201 'persecut':26 'physic':362 'pledg':49 'politician':437 'proclaim':54 'protect':57 'protest':89 'protestor':67 'provid':244 'public':427,443 'punish':309 'queen':33,47,190,489 'queer':23 'radic':121 'rain':94 'recent':39,277 'recogn':124 'repeat':303 'republican':291 'respons':275 'rev':231 'right':59,299,434,476 'said':236,470 'scream':90 'see':325 'serious':270 'servic':42,82,155,272 'sexual':327 'share':407 'sign':421 'similar':361 'sing':366 'singl':206 'sister':199,221 'slur':74 'space':174 'specif':391,452 'spiritu':250,267 'stand':51 'state':29,436,444 'stood':68 'stori':409 'support':439 'sync':368 'take':265 'taken':257 'target':31,193,450 'texa':14,379,419 'thoma':235 'threat':76 'three':65 'thrive':178 'today':87 'transgend':35 'ugli':109 'unclear':462 'unit':8 'us':254,260 'use':356 'venu':313 'violenc':197 'voic':167 'wasn':395 'weather':86 'work':215,268 'worship':181 'would':454"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1695906060
    +visibility: "visible             "
    +apId: "https://feddit.ch/post/1306063"
    +editedAt: null
    +createdAt: DateTimeImmutable @1695819660 {#2834
      date: 2023-09-27 15:01:00.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2136 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
  +body: "I’m well aware of the apologetics. Whatever mental gymnastics you have to do, friend. Maybe one day you’ll be free of the constant cognitive dissonance. It’s a huge relief."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1695905918 {#2159
    date: 2023-09-28 14:58:38.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCool@feddit.ch"
    "@qooqie@lemmy.world"
    "@eestileib@sh.itjust.works"
    "@Bunnylux@lemmy.world"
    "@CaptFeather@lemm.ee"
    "@prole@sh.itjust.works"
    "@jpeps@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2137 …}
  +nested: Doctrine\ORM\PersistentCollection {#2068 …}
  +votes: Doctrine\ORM\PersistentCollection {#2069 …}
  +reports: Doctrine\ORM\PersistentCollection {#2074 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2071 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2070 …}
  -id: 29991
  -bodyTs: "'apologet':7 'awar':4 'cognit':26 'constant':25 'day':18 'disson':27 'free':22 'friend':15 'gymnast':10 'huge':31 'll':20 'm':2 'mayb':16 'mental':9 'one':17 'relief':32 'well':3 'whatev':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/3727709"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695905918 {#2143
    date: 2023-09-28 14:58:38.0 +02:00
  }
  +"title": 29991
}
"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 {#2135
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2377
    +user: Proxies\__CG__\App\Entity\User {#2757 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
    +image: Proxies\__CG__\App\Entity\Image {#3039 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3056 …}
    +slug: "Texas-church-defies-government-crackdown-by-blessing-drag-queens"
    +title: "Texas church defies government crackdown by blessing drag queens"
    +url: "https://www.lgbtqnation.com/2023/09/texas-church-defies-government-crackdown-by-blessing-drag-queens/"
    +body: """
      The Cathedral of Hope — an LGBTQ±affirming United Church of Christ in Dallas, Texas — has made a concerted effort to defend the queer community from “persecution,” as the state government targets drag queens and transgender people.\n
      \n
      The church recently held a service where they blessed drag queens and pledged to “stand for justice, proclaim love, and protect the rights of all people.”\n
      \n
      While about three dozen protestors stood outside of the church hurling slurs and threats, approximately 850 people attended the service.\n
      \n
      “Anyone check the weather today?!” one protester screamed. “’Cause it might rain fire and brimstone on this church and burn every homo inside!”\n
      \n
      But for the ugliness on display outside, the congregation filled the building with love and “radical inclusivity.”\n
      \n
      “We recognize that all people are made in the loving image of God, no matter who they are, how they dress, express themselves, or who they love,” the pastor intoned during the service. “We celebrate this divine diversity and commit to lifting up the voices of the LGBTQ+ community and creating spaces where everyone can thrive.”\n
      \n
      As one worship leader noted as the pastor gave communion, “Drag queens are often targets of hate and violence.” The Sisters of Perpetual Indulgence, in particular, were singled out for particular honor due to their lifesaving work during the AIDS epidemic.\n
      \n
      “These Sisters were at the bedsides of men dying of AIDS,” Rev. Dr. Neil G. Thomas said. “They bring humor, they bring activism, they provide and bring a level of spirituality that many of us have had taken away from us. Despite the humor, they take their spiritual work very seriously.”\n
      \n
      The service was a response to recently passed legislation meant to make a drag a crime. The law, passed by Republicans, has been challenged in court by civil rights groups and blocked repeatedly by federal courts.\n
      \n
      The law punishes drag performers and venues with a $10,000 fine if they allow a minor to see a “sexually explicit” performance. Such a performance is defined as one in which “a male performer [is] exhibiting as a female, or a female performer exhibiting as a male, who uses clothing, makeup, or other similar physical markers and who sings, lip syncs, dances, or otherwise performs before an audience.”\n
      \n
      Lawyers from the Texas Attorney General’s office argued that because the law didn’t specifically mention drag, it wasn’t discriminatory to drag performances. However, in June, Gov. Greg Abbott ® shared a story about the law’s passage that contained the headline, “Texas Governor Signs Law Banning Drag Performances in Public,” and added the comment, “That’s right.” Many state politicians who supported the law also publicly stated that it was meant to target drag, specifically.\n
      \n
      But would the law apply to churches? That’s unclear.\n
      \n
      “My kid was here,” the lead pastor said. “I don’t have the right to choose to bring my kid to church when there are drag queens?”
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 101
    +favouriteCount: 718
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696166183 {#2264
      date: 2023-10-01 15:16:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3055 …}
    +votes: Doctrine\ORM\PersistentCollection {#3053 …}
    +reports: Doctrine\ORM\PersistentCollection {#3050 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3084 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3080 …}
    +badges: Doctrine\ORM\PersistentCollection {#3097 …}
    +children: [
      9 => App\Entity\EntryComment {#2036
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Yes and they are hypocrites.\n
          \n
          It’s amazing the mental gymnastics Christians will do to justify their hateful beliefs.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695899761 {#2035
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +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: 29975
        -bodyTs: "'amaz':8 'belief':19 'christian':12 'gymnast':11 'hate':18 'hypocrit':5 'justifi':16 'mental':10 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724621"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899761 {#2031
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +"title": 29975
      }
      10 => App\Entity\EntryComment {#2077
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "It’s pretty close to the beginning, which is kind of telling… maybe try actually reading your holy book. You may be surprised what you find."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1695899854 {#2062
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@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: 29976
        -bodyTs: "'actual':15 'begin':7 'book':19 'close':4 'find':26 'holi':18 'kind':10 'may':21 'mayb':13 'pretti':3 'read':16 'surpris':23 'tell':12 'tri':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724660"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899854 {#2081
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +"title": 29976
      }
      7 => App\Entity\EntryComment {#1384
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          If you don’t believe that Jesus died and rose again for your sins, then you’re not a Christian by definition.\n
          \n
          Also, those are not “obscure” stories. They’re the basis of all Abrahamic religions, including Christianity. In fact, the only reason there even is a NT is because they wanted to write about the “prophecies” from the OT “coming true.” You can’t have one without the other.\n
          \n
          And, once again, Jesus is God. God did really fucked up things in the old testament, that means Jesus did really fucked up things. In the NT he supported those fucked up things that he did, and his existence itself is allegedly a fulfillment of OT prophecy. That’s why they killed him! Assuming he ever existed in the first place.\n
          \n
          Not trying to be a dick, but as someone who was raised in an evangelical church, I know the Bible inside and out. People who pick and choose, or pretend they can be Christian and still think being gay is ok, piss me off because it’s a direct contradiction of what you claim to believe.\n
          \n
          People like you legitimize a barbaric religion that is (once again) destroying the fabric of our society. Be honest with yourself and come to terms with the fact that your religion condones slavery, and killing people for being homosexual.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1695846077 {#2394
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1383 …}
        +nested: Doctrine\ORM\PersistentCollection {#1405 …}
        +votes: Doctrine\ORM\PersistentCollection {#1382 …}
        +reports: Doctrine\ORM\PersistentCollection {#1404 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
        -id: 29919
        -bodyTs: "'abraham':35 'alleg':112 'also':23 'assum':124 'barbar':193 'basi':32 'believ':5,187 'bibl':151 'choos':159 'christian':20,38,165 'church':147 'claim':185 'come':61,210 'condon':219 'contradict':181 'definit':22 'destroy':199 'dick':137 'die':8 'direct':180 'evangel':146 'even':45 'ever':126 'exist':109,127 'fabric':201 'fact':40,215 'first':130 'fuck':80,92,101 'fulfil':114 'gay':170 'god':76,77 'homosexu':226 'honest':206 'includ':37 'insid':152 'jesus':7,74,89 'kill':122,222 'know':149 'legitim':191 'like':189 'mean':88 'nt':48,97 'obscur':27 'ok':172 'old':85 'one':67 'ot':60,116 'peopl':155,188,223 'pick':157 'piss':173 'place':131 'pretend':161 'propheci':57,117 'rais':143 're':17,30 'realli':79,91 'reason':43 'religion':36,194,218 'rose':10 'sin':14 'slaveri':220 'societi':204 'someon':140 'still':167 'stori':28 'support':99 'term':212 'testament':86 'thing':82,94,103 'think':168 'tri':133 'true':62 'want':52 'without':68 'write':54"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3706874"
        +editedAt: DateTimeImmutable @1695846183 {#2395
          date: 2023-09-27 22:23:03.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846077 {#2393
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +"title": 29919
      }
      8 => App\Entity\EntryComment {#2026
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          You need to look again, because it absolutely does. Or do you think, “if a man lies with another man,” was just talking about best buds sleeping in the same bed.\n
          \n
          **edit:** I guess people are too lazy to look themselves for something that’s already common knowledge…\n
          \n
          But it’s Leviticus 20:13.\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1695846676 {#2023
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2022 …}
        +nested: Doctrine\ORM\PersistentCollection {#2025 …}
        +votes: Doctrine\ORM\PersistentCollection {#2033 …}
        +reports: Doctrine\ORM\PersistentCollection {#2028 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2012 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2013 …}
        -id: 29924
        -bodyTs: "'13':54 '20':53 'abomin':70 'absolut':8 'alreadi':46 'anoth':19 'bed':31 'best':25 'blood':79 'bud':26 'commit':69 'common':47 'death':77 'edit':32 'guess':34 'knowledg':48 'lazi':38 'leviticus':52 'lie':17,59 'look':4,40 'man':16,20,58 'mankind':61 'need':2 'peopl':35 'put':75 'shall':72,80 'sleep':27 'someth':43 'sure':73 'talk':23 'think':13 'upon':82 'womankind':64"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3707120"
        +editedAt: DateTimeImmutable @1695913492 {#2030
          date: 2023-09-28 17:04:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846676 {#2032
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +"title": 29924
      }
      5 => App\Entity\EntryComment {#1909
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1708 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Ok, just pointing out that your beliefs are not consistent with your holy book.\n
          \n
          By what criteria are you able to justify ignoring parts of the book and not others? Is it not the inerrant word of God? Didn’t Jesus say that he didn’t come to abolish the law, but to fulfill it? He made it very clear that you can’t just throw away the OT.\n
          \n
          You seem to have good values, just don’t see the reason any kind of unscientific claims about the supernatural need to be a part of it. Just unnecessary baggage.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 20
        +score: 0
        +lastActive: DateTime @1695840894 {#1910
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1926 …}
        +nested: Doctrine\ORM\PersistentCollection {#1874 …}
        +votes: Doctrine\ORM\PersistentCollection {#1908 …}
        +reports: Doctrine\ORM\PersistentCollection {#1883 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2387 …}
        -id: 29907
        -bodyTs: "'abl':20 'abolish':49 'away':67 'baggag':99 'belief':7 'book':14,27 'claim':86 'clear':60 'come':47 'consist':10 'criteria':17 'didn':39,45 'fulfil':54 'god':38 'good':74 'holi':13 'ignor':23 'inerr':35 'jesus':41 'justifi':22 'kind':83 'law':51 'made':57 'need':90 'ok':1 'ot':69 'other':30 'part':24,94 'point':3 'reason':81 'say':42 'see':79 'seem':71 'supernatur':89 'throw':66 'unnecessari':98 'unscientif':85 'valu':75 'word':36"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3704378"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695840894 {#1906
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +"title": 29907
      }
      6 => App\Entity\EntryComment {#2135}
      4 => App\Entity\EntryComment {#2333
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2323 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "Leviticus 20:13 is very clear. What makes you think you can just ignore that part?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695903764 {#2327
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2324 …}
        +nested: Doctrine\ORM\PersistentCollection {#2334 …}
        +votes: Doctrine\ORM\PersistentCollection {#2341 …}
        +reports: Doctrine\ORM\PersistentCollection {#2337 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2336 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2339 …}
        -id: 29987
        -bodyTs: "'13':3 '20':2 'clear':6 'ignor':14 'leviticus':1 'make':8 'part':16 'think':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726695"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695903764 {#2329
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +"title": 29987
      }
      3 => App\Entity\EntryComment {#2056
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          What was hateful about what I said?\n
          \n
          We’ve got Christians on the verge of genocide in the name of your God, but I’m “hateful” for pointing out that they’re just following their holy book?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695913394 {#2048
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2046 …}
        +nested: Doctrine\ORM\PersistentCollection {#2045 …}
        +votes: Doctrine\ORM\PersistentCollection {#2050 …}
        +reports: Doctrine\ORM\PersistentCollection {#2052 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
        -id: 29994
        -bodyTs: "'book':37 'christian':11 'follow':34 'genocid':16 'god':22 'got':10 'hate':3,26 'holi':36 'm':25 'name':19 'point':28 're':32 'said':7 've':9 'verg':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3731992"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695913394 {#2051
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +"title": 29994
      }
      2 => App\Entity\EntryComment {#2370
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          The Bible contains quite a bit of hating others… God is a real piece of shit in the old testament. What did Job do to deserve what he got? Why did he tell Abraham to kill his own son for a goof? The book literally justifies slavery.\n
          \n
          According to the book, Jesus is God, so…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1695838397 {#2471
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2361 …}
        +nested: Doctrine\ORM\PersistentCollection {#2372 …}
        +votes: Doctrine\ORM\PersistentCollection {#2386 …}
        +reports: Doctrine\ORM\PersistentCollection {#2385 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
        -id: 29898
        -bodyTs: "'abraham':34 'accord':48 'bibl':2 'bit':6 'book':44,51 'contain':3 'deserv':26 'god':10,54 'goof':42 'got':29 'hate':8 'jesus':52 'job':23 'justifi':46 'kill':36 'liter':45 'old':19 'other':9 'piec':14 'quit':4 'real':13 'shit':16 'slaveri':47 'son':39 'tell':33 'testament':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3703429"
        +editedAt: DateTimeImmutable @1695838464 {#2371
          date: 2023-09-27 20:14:24.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695838397 {#2363
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +"title": 29898
      }
      1 => App\Entity\EntryComment {#2344
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          In case you didn’t see the other replies, Leviticus 20:13:\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.\n
          \n
          Seems pretty black and white to me.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695902427 {#2347
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2349 …}
        +nested: Doctrine\ORM\PersistentCollection {#2141 …}
        +votes: Doctrine\ORM\PersistentCollection {#2164 …}
        +reports: Doctrine\ORM\PersistentCollection {#2314 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2191 …}
        -id: 29982
        -bodyTs: "'13':12 '20':11 'abomin':28 'black':44 'blood':37 'case':2 'commit':27 'death':35 'didn':4 'leviticus':10 'lie':17 'man':16 'mankind':19 'pretti':43 'put':33 'repli':9 'see':6 'seem':42 'shall':30,38 'sure':31 'upon':40 'white':46 'womankind':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726243"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902427 {#2332
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +"title": 29982
      }
      0 => App\Entity\EntryComment {#2140
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          How is that contradictory? I didn’t say all Christians are hypocrites, just the ones that pick and choose what verses are convenient for them. Westboro Baptist seems to adhere pretty closely.\n
          \n
          Christianity itself is a hateful ideology. Many people pick some of those hateful things when they walk past on the buffett line. Those people are both hateful and hypocritical.\n
          \n
          I’m saying to either do it the way it says you have to do it, or stop wasting your time.\n
          \n
          After all, God did say not to be lukewarm Christians, and if you are, he will *“spew you from his mouth”*
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695902289 {#2094
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2133 …}
        +nested: Doctrine\ORM\PersistentCollection {#2131 …}
        +votes: Doctrine\ORM\PersistentCollection {#2138 …}
        +reports: Doctrine\ORM\PersistentCollection {#2345 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2330 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2346 …}
        -id: 29981
        -bodyTs: "'adher':30 'baptist':27 'buffett':53 'choos':19 'christian':10,33,92 'close':32 'contradictori':4 'conveni':23 'didn':6 'either':66 'god':85 'hate':37,45,59 'hypocrit':12,61 'ideolog':38 'line':54 'lukewarm':91 'm':63 'mani':39 'mouth':103 'one':15 'past':50 'peopl':40,56 'pick':17,41 'pretti':31 'say':8,64,72,87 'seem':28 'spew':99 'stop':79 'thing':46 'time':82 'vers':21 'walk':49 'wast':80 'way':70 'westboro':26"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726207"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902289 {#2241
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +"title": 29981
      }
    ]
    -id: 2351
    -titleTs: "'bless':7 'church':2 'crackdown':5 'defi':3 'drag':8 'govern':4 'queen':9 'texa':1"
    -bodyTs: "'000':317 '10':316 '850':78 'abbott':406 'activ':242 'ad':429 'affirm':7 'aid':218,230 'allow':321 'also':442 'anyon':83 'appli':457 'approxim':77 'argu':384 'attend':80 'attorney':380 'audienc':375 'away':258 'ban':423 'bedsid':225 'bless':45 'block':302 'brimston':97 'bring':238,241,246,480 'build':117 'burn':102 'cathedr':2 'caus':91 'celebr':157 'challeng':294 'check':84 'choos':478 'christ':11 'church':9,38,72,100,459,484 'civil':298 'cloth':357 'comment':431 'commit':162 'communion':188 'communiti':24,171 'concert':18 'congreg':114 'contain':416 'court':296,306 'creat':173 'crime':286 'dalla':13 'danc':369 'defend':21 'defin':334 'despit':261 'didn':389 'die':228 'discriminatori':397 'display':111 'divers':160 'divin':159 'dozen':66 'dr':232 'drag':32,46,189,284,310,393,399,424,451,488 'dress':143 'due':211 'effort':19 'epidem':219 'everi':103 'everyon':176 'exhibit':343,351 'explicit':328 'express':144 'feder':305 'femal':346,349 'fill':115 'fine':318 'fire':95 'g':234 'gave':187 'general':381 'god':135 'gov':404 'govern':30 'governor':420 'greg':405 'group':300 'hate':195 'headlin':418 'held':40 'homo':104 'honor':210 'hope':4 'howev':401 'humor':239,263 'hurl':73 'imag':133 'inclus':122 'indulg':202 'insid':105 'inton':152 'june':403 'justic':53 'kid':464,482 'law':288,308,388,412,422,441,456 'lawyer':376 'lead':468 'leader':182 'legisl':279 'level':248 'lgbtq':6,170 'lifesav':214 'lift':164 'lip':367 'love':55,119,132,149 'made':16,129 'make':282 'makeup':358 'male':340,354 'mani':252,435 'marker':363 'matter':137 'meant':280,448 'men':227 'mention':392 'might':93 'minor':323 'neil':233 'note':183 'offic':383 'often':192 'one':88,180,336 'otherwis':371 'outsid':69,112 'particular':204,209 'pass':278,289 'passag':414 'pastor':151,186,469 'peopl':36,62,79,127 'perform':311,329,332,341,350,372,400,425 'perpetu':201 'persecut':26 'physic':362 'pledg':49 'politician':437 'proclaim':54 'protect':57 'protest':89 'protestor':67 'provid':244 'public':427,443 'punish':309 'queen':33,47,190,489 'queer':23 'radic':121 'rain':94 'recent':39,277 'recogn':124 'repeat':303 'republican':291 'respons':275 'rev':231 'right':59,299,434,476 'said':236,470 'scream':90 'see':325 'serious':270 'servic':42,82,155,272 'sexual':327 'share':407 'sign':421 'similar':361 'sing':366 'singl':206 'sister':199,221 'slur':74 'space':174 'specif':391,452 'spiritu':250,267 'stand':51 'state':29,436,444 'stood':68 'stori':409 'support':439 'sync':368 'take':265 'taken':257 'target':31,193,450 'texa':14,379,419 'thoma':235 'threat':76 'three':65 'thrive':178 'today':87 'transgend':35 'ugli':109 'unclear':462 'unit':8 'us':254,260 'use':356 'venu':313 'violenc':197 'voic':167 'wasn':395 'weather':86 'work':215,268 'worship':181 'would':454"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1695906060
    +visibility: "visible             "
    +apId: "https://feddit.ch/post/1306063"
    +editedAt: null
    +createdAt: DateTimeImmutable @1695819660 {#2834
      date: 2023-09-27 15:01:00.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2136 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
  +body: "I’m well aware of the apologetics. Whatever mental gymnastics you have to do, friend. Maybe one day you’ll be free of the constant cognitive dissonance. It’s a huge relief."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1695905918 {#2159
    date: 2023-09-28 14:58:38.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCool@feddit.ch"
    "@qooqie@lemmy.world"
    "@eestileib@sh.itjust.works"
    "@Bunnylux@lemmy.world"
    "@CaptFeather@lemm.ee"
    "@prole@sh.itjust.works"
    "@jpeps@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2137 …}
  +nested: Doctrine\ORM\PersistentCollection {#2068 …}
  +votes: Doctrine\ORM\PersistentCollection {#2069 …}
  +reports: Doctrine\ORM\PersistentCollection {#2074 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2071 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2070 …}
  -id: 29991
  -bodyTs: "'apologet':7 'awar':4 'cognit':26 'constant':25 'day':18 'disson':27 'free':22 'friend':15 'gymnast':10 'huge':31 'll':20 'm':2 'mayb':16 'mental':9 'one':17 'relief':32 'well':3 'whatev':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/3727709"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695905918 {#2143
    date: 2023-09-28 14:58:38.0 +02:00
  }
  +"title": 29991
}
"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 {#2135
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2377
    +user: Proxies\__CG__\App\Entity\User {#2757 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
    +image: Proxies\__CG__\App\Entity\Image {#3039 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3056 …}
    +slug: "Texas-church-defies-government-crackdown-by-blessing-drag-queens"
    +title: "Texas church defies government crackdown by blessing drag queens"
    +url: "https://www.lgbtqnation.com/2023/09/texas-church-defies-government-crackdown-by-blessing-drag-queens/"
    +body: """
      The Cathedral of Hope — an LGBTQ±affirming United Church of Christ in Dallas, Texas — has made a concerted effort to defend the queer community from “persecution,” as the state government targets drag queens and transgender people.\n
      \n
      The church recently held a service where they blessed drag queens and pledged to “stand for justice, proclaim love, and protect the rights of all people.”\n
      \n
      While about three dozen protestors stood outside of the church hurling slurs and threats, approximately 850 people attended the service.\n
      \n
      “Anyone check the weather today?!” one protester screamed. “’Cause it might rain fire and brimstone on this church and burn every homo inside!”\n
      \n
      But for the ugliness on display outside, the congregation filled the building with love and “radical inclusivity.”\n
      \n
      “We recognize that all people are made in the loving image of God, no matter who they are, how they dress, express themselves, or who they love,” the pastor intoned during the service. “We celebrate this divine diversity and commit to lifting up the voices of the LGBTQ+ community and creating spaces where everyone can thrive.”\n
      \n
      As one worship leader noted as the pastor gave communion, “Drag queens are often targets of hate and violence.” The Sisters of Perpetual Indulgence, in particular, were singled out for particular honor due to their lifesaving work during the AIDS epidemic.\n
      \n
      “These Sisters were at the bedsides of men dying of AIDS,” Rev. Dr. Neil G. Thomas said. “They bring humor, they bring activism, they provide and bring a level of spirituality that many of us have had taken away from us. Despite the humor, they take their spiritual work very seriously.”\n
      \n
      The service was a response to recently passed legislation meant to make a drag a crime. The law, passed by Republicans, has been challenged in court by civil rights groups and blocked repeatedly by federal courts.\n
      \n
      The law punishes drag performers and venues with a $10,000 fine if they allow a minor to see a “sexually explicit” performance. Such a performance is defined as one in which “a male performer [is] exhibiting as a female, or a female performer exhibiting as a male, who uses clothing, makeup, or other similar physical markers and who sings, lip syncs, dances, or otherwise performs before an audience.”\n
      \n
      Lawyers from the Texas Attorney General’s office argued that because the law didn’t specifically mention drag, it wasn’t discriminatory to drag performances. However, in June, Gov. Greg Abbott ® shared a story about the law’s passage that contained the headline, “Texas Governor Signs Law Banning Drag Performances in Public,” and added the comment, “That’s right.” Many state politicians who supported the law also publicly stated that it was meant to target drag, specifically.\n
      \n
      But would the law apply to churches? That’s unclear.\n
      \n
      “My kid was here,” the lead pastor said. “I don’t have the right to choose to bring my kid to church when there are drag queens?”
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 101
    +favouriteCount: 718
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696166183 {#2264
      date: 2023-10-01 15:16:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3055 …}
    +votes: Doctrine\ORM\PersistentCollection {#3053 …}
    +reports: Doctrine\ORM\PersistentCollection {#3050 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3084 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3080 …}
    +badges: Doctrine\ORM\PersistentCollection {#3097 …}
    +children: [
      9 => App\Entity\EntryComment {#2036
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Yes and they are hypocrites.\n
          \n
          It’s amazing the mental gymnastics Christians will do to justify their hateful beliefs.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695899761 {#2035
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +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: 29975
        -bodyTs: "'amaz':8 'belief':19 'christian':12 'gymnast':11 'hate':18 'hypocrit':5 'justifi':16 'mental':10 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724621"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899761 {#2031
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +"title": 29975
      }
      10 => App\Entity\EntryComment {#2077
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "It’s pretty close to the beginning, which is kind of telling… maybe try actually reading your holy book. You may be surprised what you find."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1695899854 {#2062
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@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: 29976
        -bodyTs: "'actual':15 'begin':7 'book':19 'close':4 'find':26 'holi':18 'kind':10 'may':21 'mayb':13 'pretti':3 'read':16 'surpris':23 'tell':12 'tri':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724660"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899854 {#2081
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +"title": 29976
      }
      7 => App\Entity\EntryComment {#1384
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          If you don’t believe that Jesus died and rose again for your sins, then you’re not a Christian by definition.\n
          \n
          Also, those are not “obscure” stories. They’re the basis of all Abrahamic religions, including Christianity. In fact, the only reason there even is a NT is because they wanted to write about the “prophecies” from the OT “coming true.” You can’t have one without the other.\n
          \n
          And, once again, Jesus is God. God did really fucked up things in the old testament, that means Jesus did really fucked up things. In the NT he supported those fucked up things that he did, and his existence itself is allegedly a fulfillment of OT prophecy. That’s why they killed him! Assuming he ever existed in the first place.\n
          \n
          Not trying to be a dick, but as someone who was raised in an evangelical church, I know the Bible inside and out. People who pick and choose, or pretend they can be Christian and still think being gay is ok, piss me off because it’s a direct contradiction of what you claim to believe.\n
          \n
          People like you legitimize a barbaric religion that is (once again) destroying the fabric of our society. Be honest with yourself and come to terms with the fact that your religion condones slavery, and killing people for being homosexual.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1695846077 {#2394
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1383 …}
        +nested: Doctrine\ORM\PersistentCollection {#1405 …}
        +votes: Doctrine\ORM\PersistentCollection {#1382 …}
        +reports: Doctrine\ORM\PersistentCollection {#1404 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
        -id: 29919
        -bodyTs: "'abraham':35 'alleg':112 'also':23 'assum':124 'barbar':193 'basi':32 'believ':5,187 'bibl':151 'choos':159 'christian':20,38,165 'church':147 'claim':185 'come':61,210 'condon':219 'contradict':181 'definit':22 'destroy':199 'dick':137 'die':8 'direct':180 'evangel':146 'even':45 'ever':126 'exist':109,127 'fabric':201 'fact':40,215 'first':130 'fuck':80,92,101 'fulfil':114 'gay':170 'god':76,77 'homosexu':226 'honest':206 'includ':37 'insid':152 'jesus':7,74,89 'kill':122,222 'know':149 'legitim':191 'like':189 'mean':88 'nt':48,97 'obscur':27 'ok':172 'old':85 'one':67 'ot':60,116 'peopl':155,188,223 'pick':157 'piss':173 'place':131 'pretend':161 'propheci':57,117 'rais':143 're':17,30 'realli':79,91 'reason':43 'religion':36,194,218 'rose':10 'sin':14 'slaveri':220 'societi':204 'someon':140 'still':167 'stori':28 'support':99 'term':212 'testament':86 'thing':82,94,103 'think':168 'tri':133 'true':62 'want':52 'without':68 'write':54"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3706874"
        +editedAt: DateTimeImmutable @1695846183 {#2395
          date: 2023-09-27 22:23:03.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846077 {#2393
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +"title": 29919
      }
      8 => App\Entity\EntryComment {#2026
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          You need to look again, because it absolutely does. Or do you think, “if a man lies with another man,” was just talking about best buds sleeping in the same bed.\n
          \n
          **edit:** I guess people are too lazy to look themselves for something that’s already common knowledge…\n
          \n
          But it’s Leviticus 20:13.\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1695846676 {#2023
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2022 …}
        +nested: Doctrine\ORM\PersistentCollection {#2025 …}
        +votes: Doctrine\ORM\PersistentCollection {#2033 …}
        +reports: Doctrine\ORM\PersistentCollection {#2028 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2012 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2013 …}
        -id: 29924
        -bodyTs: "'13':54 '20':53 'abomin':70 'absolut':8 'alreadi':46 'anoth':19 'bed':31 'best':25 'blood':79 'bud':26 'commit':69 'common':47 'death':77 'edit':32 'guess':34 'knowledg':48 'lazi':38 'leviticus':52 'lie':17,59 'look':4,40 'man':16,20,58 'mankind':61 'need':2 'peopl':35 'put':75 'shall':72,80 'sleep':27 'someth':43 'sure':73 'talk':23 'think':13 'upon':82 'womankind':64"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3707120"
        +editedAt: DateTimeImmutable @1695913492 {#2030
          date: 2023-09-28 17:04:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846676 {#2032
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +"title": 29924
      }
      5 => App\Entity\EntryComment {#1909
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1708 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Ok, just pointing out that your beliefs are not consistent with your holy book.\n
          \n
          By what criteria are you able to justify ignoring parts of the book and not others? Is it not the inerrant word of God? Didn’t Jesus say that he didn’t come to abolish the law, but to fulfill it? He made it very clear that you can’t just throw away the OT.\n
          \n
          You seem to have good values, just don’t see the reason any kind of unscientific claims about the supernatural need to be a part of it. Just unnecessary baggage.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 20
        +score: 0
        +lastActive: DateTime @1695840894 {#1910
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1926 …}
        +nested: Doctrine\ORM\PersistentCollection {#1874 …}
        +votes: Doctrine\ORM\PersistentCollection {#1908 …}
        +reports: Doctrine\ORM\PersistentCollection {#1883 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2387 …}
        -id: 29907
        -bodyTs: "'abl':20 'abolish':49 'away':67 'baggag':99 'belief':7 'book':14,27 'claim':86 'clear':60 'come':47 'consist':10 'criteria':17 'didn':39,45 'fulfil':54 'god':38 'good':74 'holi':13 'ignor':23 'inerr':35 'jesus':41 'justifi':22 'kind':83 'law':51 'made':57 'need':90 'ok':1 'ot':69 'other':30 'part':24,94 'point':3 'reason':81 'say':42 'see':79 'seem':71 'supernatur':89 'throw':66 'unnecessari':98 'unscientif':85 'valu':75 'word':36"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3704378"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695840894 {#1906
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +"title": 29907
      }
      6 => App\Entity\EntryComment {#2135}
      4 => App\Entity\EntryComment {#2333
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2323 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "Leviticus 20:13 is very clear. What makes you think you can just ignore that part?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695903764 {#2327
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2324 …}
        +nested: Doctrine\ORM\PersistentCollection {#2334 …}
        +votes: Doctrine\ORM\PersistentCollection {#2341 …}
        +reports: Doctrine\ORM\PersistentCollection {#2337 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2336 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2339 …}
        -id: 29987
        -bodyTs: "'13':3 '20':2 'clear':6 'ignor':14 'leviticus':1 'make':8 'part':16 'think':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726695"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695903764 {#2329
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +"title": 29987
      }
      3 => App\Entity\EntryComment {#2056
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          What was hateful about what I said?\n
          \n
          We’ve got Christians on the verge of genocide in the name of your God, but I’m “hateful” for pointing out that they’re just following their holy book?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695913394 {#2048
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2046 …}
        +nested: Doctrine\ORM\PersistentCollection {#2045 …}
        +votes: Doctrine\ORM\PersistentCollection {#2050 …}
        +reports: Doctrine\ORM\PersistentCollection {#2052 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
        -id: 29994
        -bodyTs: "'book':37 'christian':11 'follow':34 'genocid':16 'god':22 'got':10 'hate':3,26 'holi':36 'm':25 'name':19 'point':28 're':32 'said':7 've':9 'verg':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3731992"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695913394 {#2051
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +"title": 29994
      }
      2 => App\Entity\EntryComment {#2370
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          The Bible contains quite a bit of hating others… God is a real piece of shit in the old testament. What did Job do to deserve what he got? Why did he tell Abraham to kill his own son for a goof? The book literally justifies slavery.\n
          \n
          According to the book, Jesus is God, so…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1695838397 {#2471
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2361 …}
        +nested: Doctrine\ORM\PersistentCollection {#2372 …}
        +votes: Doctrine\ORM\PersistentCollection {#2386 …}
        +reports: Doctrine\ORM\PersistentCollection {#2385 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
        -id: 29898
        -bodyTs: "'abraham':34 'accord':48 'bibl':2 'bit':6 'book':44,51 'contain':3 'deserv':26 'god':10,54 'goof':42 'got':29 'hate':8 'jesus':52 'job':23 'justifi':46 'kill':36 'liter':45 'old':19 'other':9 'piec':14 'quit':4 'real':13 'shit':16 'slaveri':47 'son':39 'tell':33 'testament':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3703429"
        +editedAt: DateTimeImmutable @1695838464 {#2371
          date: 2023-09-27 20:14:24.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695838397 {#2363
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +"title": 29898
      }
      1 => App\Entity\EntryComment {#2344
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          In case you didn’t see the other replies, Leviticus 20:13:\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.\n
          \n
          Seems pretty black and white to me.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695902427 {#2347
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2349 …}
        +nested: Doctrine\ORM\PersistentCollection {#2141 …}
        +votes: Doctrine\ORM\PersistentCollection {#2164 …}
        +reports: Doctrine\ORM\PersistentCollection {#2314 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2191 …}
        -id: 29982
        -bodyTs: "'13':12 '20':11 'abomin':28 'black':44 'blood':37 'case':2 'commit':27 'death':35 'didn':4 'leviticus':10 'lie':17 'man':16 'mankind':19 'pretti':43 'put':33 'repli':9 'see':6 'seem':42 'shall':30,38 'sure':31 'upon':40 'white':46 'womankind':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726243"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902427 {#2332
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +"title": 29982
      }
      0 => App\Entity\EntryComment {#2140
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          How is that contradictory? I didn’t say all Christians are hypocrites, just the ones that pick and choose what verses are convenient for them. Westboro Baptist seems to adhere pretty closely.\n
          \n
          Christianity itself is a hateful ideology. Many people pick some of those hateful things when they walk past on the buffett line. Those people are both hateful and hypocritical.\n
          \n
          I’m saying to either do it the way it says you have to do it, or stop wasting your time.\n
          \n
          After all, God did say not to be lukewarm Christians, and if you are, he will *“spew you from his mouth”*
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695902289 {#2094
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2133 …}
        +nested: Doctrine\ORM\PersistentCollection {#2131 …}
        +votes: Doctrine\ORM\PersistentCollection {#2138 …}
        +reports: Doctrine\ORM\PersistentCollection {#2345 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2330 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2346 …}
        -id: 29981
        -bodyTs: "'adher':30 'baptist':27 'buffett':53 'choos':19 'christian':10,33,92 'close':32 'contradictori':4 'conveni':23 'didn':6 'either':66 'god':85 'hate':37,45,59 'hypocrit':12,61 'ideolog':38 'line':54 'lukewarm':91 'm':63 'mani':39 'mouth':103 'one':15 'past':50 'peopl':40,56 'pick':17,41 'pretti':31 'say':8,64,72,87 'seem':28 'spew':99 'stop':79 'thing':46 'time':82 'vers':21 'walk':49 'wast':80 'way':70 'westboro':26"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726207"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902289 {#2241
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +"title": 29981
      }
    ]
    -id: 2351
    -titleTs: "'bless':7 'church':2 'crackdown':5 'defi':3 'drag':8 'govern':4 'queen':9 'texa':1"
    -bodyTs: "'000':317 '10':316 '850':78 'abbott':406 'activ':242 'ad':429 'affirm':7 'aid':218,230 'allow':321 'also':442 'anyon':83 'appli':457 'approxim':77 'argu':384 'attend':80 'attorney':380 'audienc':375 'away':258 'ban':423 'bedsid':225 'bless':45 'block':302 'brimston':97 'bring':238,241,246,480 'build':117 'burn':102 'cathedr':2 'caus':91 'celebr':157 'challeng':294 'check':84 'choos':478 'christ':11 'church':9,38,72,100,459,484 'civil':298 'cloth':357 'comment':431 'commit':162 'communion':188 'communiti':24,171 'concert':18 'congreg':114 'contain':416 'court':296,306 'creat':173 'crime':286 'dalla':13 'danc':369 'defend':21 'defin':334 'despit':261 'didn':389 'die':228 'discriminatori':397 'display':111 'divers':160 'divin':159 'dozen':66 'dr':232 'drag':32,46,189,284,310,393,399,424,451,488 'dress':143 'due':211 'effort':19 'epidem':219 'everi':103 'everyon':176 'exhibit':343,351 'explicit':328 'express':144 'feder':305 'femal':346,349 'fill':115 'fine':318 'fire':95 'g':234 'gave':187 'general':381 'god':135 'gov':404 'govern':30 'governor':420 'greg':405 'group':300 'hate':195 'headlin':418 'held':40 'homo':104 'honor':210 'hope':4 'howev':401 'humor':239,263 'hurl':73 'imag':133 'inclus':122 'indulg':202 'insid':105 'inton':152 'june':403 'justic':53 'kid':464,482 'law':288,308,388,412,422,441,456 'lawyer':376 'lead':468 'leader':182 'legisl':279 'level':248 'lgbtq':6,170 'lifesav':214 'lift':164 'lip':367 'love':55,119,132,149 'made':16,129 'make':282 'makeup':358 'male':340,354 'mani':252,435 'marker':363 'matter':137 'meant':280,448 'men':227 'mention':392 'might':93 'minor':323 'neil':233 'note':183 'offic':383 'often':192 'one':88,180,336 'otherwis':371 'outsid':69,112 'particular':204,209 'pass':278,289 'passag':414 'pastor':151,186,469 'peopl':36,62,79,127 'perform':311,329,332,341,350,372,400,425 'perpetu':201 'persecut':26 'physic':362 'pledg':49 'politician':437 'proclaim':54 'protect':57 'protest':89 'protestor':67 'provid':244 'public':427,443 'punish':309 'queen':33,47,190,489 'queer':23 'radic':121 'rain':94 'recent':39,277 'recogn':124 'repeat':303 'republican':291 'respons':275 'rev':231 'right':59,299,434,476 'said':236,470 'scream':90 'see':325 'serious':270 'servic':42,82,155,272 'sexual':327 'share':407 'sign':421 'similar':361 'sing':366 'singl':206 'sister':199,221 'slur':74 'space':174 'specif':391,452 'spiritu':250,267 'stand':51 'state':29,436,444 'stood':68 'stori':409 'support':439 'sync':368 'take':265 'taken':257 'target':31,193,450 'texa':14,379,419 'thoma':235 'threat':76 'three':65 'thrive':178 'today':87 'transgend':35 'ugli':109 'unclear':462 'unit':8 'us':254,260 'use':356 'venu':313 'violenc':197 'voic':167 'wasn':395 'weather':86 'work':215,268 'worship':181 'would':454"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1695906060
    +visibility: "visible             "
    +apId: "https://feddit.ch/post/1306063"
    +editedAt: null
    +createdAt: DateTimeImmutable @1695819660 {#2834
      date: 2023-09-27 15:01:00.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2136 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
  +body: "I’m well aware of the apologetics. Whatever mental gymnastics you have to do, friend. Maybe one day you’ll be free of the constant cognitive dissonance. It’s a huge relief."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1695905918 {#2159
    date: 2023-09-28 14:58:38.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCool@feddit.ch"
    "@qooqie@lemmy.world"
    "@eestileib@sh.itjust.works"
    "@Bunnylux@lemmy.world"
    "@CaptFeather@lemm.ee"
    "@prole@sh.itjust.works"
    "@jpeps@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2137 …}
  +nested: Doctrine\ORM\PersistentCollection {#2068 …}
  +votes: Doctrine\ORM\PersistentCollection {#2069 …}
  +reports: Doctrine\ORM\PersistentCollection {#2074 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2071 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2070 …}
  -id: 29991
  -bodyTs: "'apologet':7 'awar':4 'cognit':26 'constant':25 'day':18 'disson':27 'free':22 'friend':15 'gymnast':10 'huge':31 'll':20 'm':2 'mayb':16 'mental':9 'one':17 'relief':32 'well':3 'whatev':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/3727709"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695905918 {#2143
    date: 2023-09-28 14:58:38.0 +02:00
  }
  +"title": 29991
}
"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
App\Entity\EntryComment {#2333
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2377
    +user: Proxies\__CG__\App\Entity\User {#2757 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
    +image: Proxies\__CG__\App\Entity\Image {#3039 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3056 …}
    +slug: "Texas-church-defies-government-crackdown-by-blessing-drag-queens"
    +title: "Texas church defies government crackdown by blessing drag queens"
    +url: "https://www.lgbtqnation.com/2023/09/texas-church-defies-government-crackdown-by-blessing-drag-queens/"
    +body: """
      The Cathedral of Hope — an LGBTQ±affirming United Church of Christ in Dallas, Texas — has made a concerted effort to defend the queer community from “persecution,” as the state government targets drag queens and transgender people.\n
      \n
      The church recently held a service where they blessed drag queens and pledged to “stand for justice, proclaim love, and protect the rights of all people.”\n
      \n
      While about three dozen protestors stood outside of the church hurling slurs and threats, approximately 850 people attended the service.\n
      \n
      “Anyone check the weather today?!” one protester screamed. “’Cause it might rain fire and brimstone on this church and burn every homo inside!”\n
      \n
      But for the ugliness on display outside, the congregation filled the building with love and “radical inclusivity.”\n
      \n
      “We recognize that all people are made in the loving image of God, no matter who they are, how they dress, express themselves, or who they love,” the pastor intoned during the service. “We celebrate this divine diversity and commit to lifting up the voices of the LGBTQ+ community and creating spaces where everyone can thrive.”\n
      \n
      As one worship leader noted as the pastor gave communion, “Drag queens are often targets of hate and violence.” The Sisters of Perpetual Indulgence, in particular, were singled out for particular honor due to their lifesaving work during the AIDS epidemic.\n
      \n
      “These Sisters were at the bedsides of men dying of AIDS,” Rev. Dr. Neil G. Thomas said. “They bring humor, they bring activism, they provide and bring a level of spirituality that many of us have had taken away from us. Despite the humor, they take their spiritual work very seriously.”\n
      \n
      The service was a response to recently passed legislation meant to make a drag a crime. The law, passed by Republicans, has been challenged in court by civil rights groups and blocked repeatedly by federal courts.\n
      \n
      The law punishes drag performers and venues with a $10,000 fine if they allow a minor to see a “sexually explicit” performance. Such a performance is defined as one in which “a male performer [is] exhibiting as a female, or a female performer exhibiting as a male, who uses clothing, makeup, or other similar physical markers and who sings, lip syncs, dances, or otherwise performs before an audience.”\n
      \n
      Lawyers from the Texas Attorney General’s office argued that because the law didn’t specifically mention drag, it wasn’t discriminatory to drag performances. However, in June, Gov. Greg Abbott ® shared a story about the law’s passage that contained the headline, “Texas Governor Signs Law Banning Drag Performances in Public,” and added the comment, “That’s right.” Many state politicians who supported the law also publicly stated that it was meant to target drag, specifically.\n
      \n
      But would the law apply to churches? That’s unclear.\n
      \n
      “My kid was here,” the lead pastor said. “I don’t have the right to choose to bring my kid to church when there are drag queens?”
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 101
    +favouriteCount: 718
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696166183 {#2264
      date: 2023-10-01 15:16:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3055 …}
    +votes: Doctrine\ORM\PersistentCollection {#3053 …}
    +reports: Doctrine\ORM\PersistentCollection {#3050 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3084 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3080 …}
    +badges: Doctrine\ORM\PersistentCollection {#3097 …}
    +children: [
      9 => App\Entity\EntryComment {#2036
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Yes and they are hypocrites.\n
          \n
          It’s amazing the mental gymnastics Christians will do to justify their hateful beliefs.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695899761 {#2035
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +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: 29975
        -bodyTs: "'amaz':8 'belief':19 'christian':12 'gymnast':11 'hate':18 'hypocrit':5 'justifi':16 'mental':10 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724621"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899761 {#2031
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +"title": 29975
      }
      10 => App\Entity\EntryComment {#2077
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "It’s pretty close to the beginning, which is kind of telling… maybe try actually reading your holy book. You may be surprised what you find."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1695899854 {#2062
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@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: 29976
        -bodyTs: "'actual':15 'begin':7 'book':19 'close':4 'find':26 'holi':18 'kind':10 'may':21 'mayb':13 'pretti':3 'read':16 'surpris':23 'tell':12 'tri':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724660"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899854 {#2081
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +"title": 29976
      }
      7 => App\Entity\EntryComment {#1384
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          If you don’t believe that Jesus died and rose again for your sins, then you’re not a Christian by definition.\n
          \n
          Also, those are not “obscure” stories. They’re the basis of all Abrahamic religions, including Christianity. In fact, the only reason there even is a NT is because they wanted to write about the “prophecies” from the OT “coming true.” You can’t have one without the other.\n
          \n
          And, once again, Jesus is God. God did really fucked up things in the old testament, that means Jesus did really fucked up things. In the NT he supported those fucked up things that he did, and his existence itself is allegedly a fulfillment of OT prophecy. That’s why they killed him! Assuming he ever existed in the first place.\n
          \n
          Not trying to be a dick, but as someone who was raised in an evangelical church, I know the Bible inside and out. People who pick and choose, or pretend they can be Christian and still think being gay is ok, piss me off because it’s a direct contradiction of what you claim to believe.\n
          \n
          People like you legitimize a barbaric religion that is (once again) destroying the fabric of our society. Be honest with yourself and come to terms with the fact that your religion condones slavery, and killing people for being homosexual.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1695846077 {#2394
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1383 …}
        +nested: Doctrine\ORM\PersistentCollection {#1405 …}
        +votes: Doctrine\ORM\PersistentCollection {#1382 …}
        +reports: Doctrine\ORM\PersistentCollection {#1404 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
        -id: 29919
        -bodyTs: "'abraham':35 'alleg':112 'also':23 'assum':124 'barbar':193 'basi':32 'believ':5,187 'bibl':151 'choos':159 'christian':20,38,165 'church':147 'claim':185 'come':61,210 'condon':219 'contradict':181 'definit':22 'destroy':199 'dick':137 'die':8 'direct':180 'evangel':146 'even':45 'ever':126 'exist':109,127 'fabric':201 'fact':40,215 'first':130 'fuck':80,92,101 'fulfil':114 'gay':170 'god':76,77 'homosexu':226 'honest':206 'includ':37 'insid':152 'jesus':7,74,89 'kill':122,222 'know':149 'legitim':191 'like':189 'mean':88 'nt':48,97 'obscur':27 'ok':172 'old':85 'one':67 'ot':60,116 'peopl':155,188,223 'pick':157 'piss':173 'place':131 'pretend':161 'propheci':57,117 'rais':143 're':17,30 'realli':79,91 'reason':43 'religion':36,194,218 'rose':10 'sin':14 'slaveri':220 'societi':204 'someon':140 'still':167 'stori':28 'support':99 'term':212 'testament':86 'thing':82,94,103 'think':168 'tri':133 'true':62 'want':52 'without':68 'write':54"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3706874"
        +editedAt: DateTimeImmutable @1695846183 {#2395
          date: 2023-09-27 22:23:03.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846077 {#2393
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +"title": 29919
      }
      8 => App\Entity\EntryComment {#2026
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          You need to look again, because it absolutely does. Or do you think, “if a man lies with another man,” was just talking about best buds sleeping in the same bed.\n
          \n
          **edit:** I guess people are too lazy to look themselves for something that’s already common knowledge…\n
          \n
          But it’s Leviticus 20:13.\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1695846676 {#2023
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2022 …}
        +nested: Doctrine\ORM\PersistentCollection {#2025 …}
        +votes: Doctrine\ORM\PersistentCollection {#2033 …}
        +reports: Doctrine\ORM\PersistentCollection {#2028 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2012 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2013 …}
        -id: 29924
        -bodyTs: "'13':54 '20':53 'abomin':70 'absolut':8 'alreadi':46 'anoth':19 'bed':31 'best':25 'blood':79 'bud':26 'commit':69 'common':47 'death':77 'edit':32 'guess':34 'knowledg':48 'lazi':38 'leviticus':52 'lie':17,59 'look':4,40 'man':16,20,58 'mankind':61 'need':2 'peopl':35 'put':75 'shall':72,80 'sleep':27 'someth':43 'sure':73 'talk':23 'think':13 'upon':82 'womankind':64"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3707120"
        +editedAt: DateTimeImmutable @1695913492 {#2030
          date: 2023-09-28 17:04:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846676 {#2032
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +"title": 29924
      }
      5 => App\Entity\EntryComment {#1909
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1708 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Ok, just pointing out that your beliefs are not consistent with your holy book.\n
          \n
          By what criteria are you able to justify ignoring parts of the book and not others? Is it not the inerrant word of God? Didn’t Jesus say that he didn’t come to abolish the law, but to fulfill it? He made it very clear that you can’t just throw away the OT.\n
          \n
          You seem to have good values, just don’t see the reason any kind of unscientific claims about the supernatural need to be a part of it. Just unnecessary baggage.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 20
        +score: 0
        +lastActive: DateTime @1695840894 {#1910
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1926 …}
        +nested: Doctrine\ORM\PersistentCollection {#1874 …}
        +votes: Doctrine\ORM\PersistentCollection {#1908 …}
        +reports: Doctrine\ORM\PersistentCollection {#1883 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2387 …}
        -id: 29907
        -bodyTs: "'abl':20 'abolish':49 'away':67 'baggag':99 'belief':7 'book':14,27 'claim':86 'clear':60 'come':47 'consist':10 'criteria':17 'didn':39,45 'fulfil':54 'god':38 'good':74 'holi':13 'ignor':23 'inerr':35 'jesus':41 'justifi':22 'kind':83 'law':51 'made':57 'need':90 'ok':1 'ot':69 'other':30 'part':24,94 'point':3 'reason':81 'say':42 'see':79 'seem':71 'supernatur':89 'throw':66 'unnecessari':98 'unscientif':85 'valu':75 'word':36"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3704378"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695840894 {#1906
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +"title": 29907
      }
      6 => App\Entity\EntryComment {#2135
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2136 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "I’m well aware of the apologetics. Whatever mental gymnastics you have to do, friend. Maybe one day you’ll be free of the constant cognitive dissonance. It’s a huge relief."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695905918 {#2159
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2137 …}
        +nested: Doctrine\ORM\PersistentCollection {#2068 …}
        +votes: Doctrine\ORM\PersistentCollection {#2069 …}
        +reports: Doctrine\ORM\PersistentCollection {#2074 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2071 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2070 …}
        -id: 29991
        -bodyTs: "'apologet':7 'awar':4 'cognit':26 'constant':25 'day':18 'disson':27 'free':22 'friend':15 'gymnast':10 'huge':31 'll':20 'm':2 'mayb':16 'mental':9 'one':17 'relief':32 'well':3 'whatev':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3727709"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695905918 {#2143
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +"title": 29991
      }
      4 => App\Entity\EntryComment {#2333}
      3 => App\Entity\EntryComment {#2056
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          What was hateful about what I said?\n
          \n
          We’ve got Christians on the verge of genocide in the name of your God, but I’m “hateful” for pointing out that they’re just following their holy book?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695913394 {#2048
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2046 …}
        +nested: Doctrine\ORM\PersistentCollection {#2045 …}
        +votes: Doctrine\ORM\PersistentCollection {#2050 …}
        +reports: Doctrine\ORM\PersistentCollection {#2052 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
        -id: 29994
        -bodyTs: "'book':37 'christian':11 'follow':34 'genocid':16 'god':22 'got':10 'hate':3,26 'holi':36 'm':25 'name':19 'point':28 're':32 'said':7 've':9 'verg':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3731992"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695913394 {#2051
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +"title": 29994
      }
      2 => App\Entity\EntryComment {#2370
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          The Bible contains quite a bit of hating others… God is a real piece of shit in the old testament. What did Job do to deserve what he got? Why did he tell Abraham to kill his own son for a goof? The book literally justifies slavery.\n
          \n
          According to the book, Jesus is God, so…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1695838397 {#2471
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2361 …}
        +nested: Doctrine\ORM\PersistentCollection {#2372 …}
        +votes: Doctrine\ORM\PersistentCollection {#2386 …}
        +reports: Doctrine\ORM\PersistentCollection {#2385 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
        -id: 29898
        -bodyTs: "'abraham':34 'accord':48 'bibl':2 'bit':6 'book':44,51 'contain':3 'deserv':26 'god':10,54 'goof':42 'got':29 'hate':8 'jesus':52 'job':23 'justifi':46 'kill':36 'liter':45 'old':19 'other':9 'piec':14 'quit':4 'real':13 'shit':16 'slaveri':47 'son':39 'tell':33 'testament':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3703429"
        +editedAt: DateTimeImmutable @1695838464 {#2371
          date: 2023-09-27 20:14:24.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695838397 {#2363
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +"title": 29898
      }
      1 => App\Entity\EntryComment {#2344
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          In case you didn’t see the other replies, Leviticus 20:13:\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.\n
          \n
          Seems pretty black and white to me.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695902427 {#2347
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2349 …}
        +nested: Doctrine\ORM\PersistentCollection {#2141 …}
        +votes: Doctrine\ORM\PersistentCollection {#2164 …}
        +reports: Doctrine\ORM\PersistentCollection {#2314 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2191 …}
        -id: 29982
        -bodyTs: "'13':12 '20':11 'abomin':28 'black':44 'blood':37 'case':2 'commit':27 'death':35 'didn':4 'leviticus':10 'lie':17 'man':16 'mankind':19 'pretti':43 'put':33 'repli':9 'see':6 'seem':42 'shall':30,38 'sure':31 'upon':40 'white':46 'womankind':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726243"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902427 {#2332
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +"title": 29982
      }
      0 => App\Entity\EntryComment {#2140
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          How is that contradictory? I didn’t say all Christians are hypocrites, just the ones that pick and choose what verses are convenient for them. Westboro Baptist seems to adhere pretty closely.\n
          \n
          Christianity itself is a hateful ideology. Many people pick some of those hateful things when they walk past on the buffett line. Those people are both hateful and hypocritical.\n
          \n
          I’m saying to either do it the way it says you have to do it, or stop wasting your time.\n
          \n
          After all, God did say not to be lukewarm Christians, and if you are, he will *“spew you from his mouth”*
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695902289 {#2094
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2133 …}
        +nested: Doctrine\ORM\PersistentCollection {#2131 …}
        +votes: Doctrine\ORM\PersistentCollection {#2138 …}
        +reports: Doctrine\ORM\PersistentCollection {#2345 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2330 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2346 …}
        -id: 29981
        -bodyTs: "'adher':30 'baptist':27 'buffett':53 'choos':19 'christian':10,33,92 'close':32 'contradictori':4 'conveni':23 'didn':6 'either':66 'god':85 'hate':37,45,59 'hypocrit':12,61 'ideolog':38 'line':54 'lukewarm':91 'm':63 'mani':39 'mouth':103 'one':15 'past':50 'peopl':40,56 'pick':17,41 'pretti':31 'say':8,64,72,87 'seem':28 'spew':99 'stop':79 'thing':46 'time':82 'vers':21 'walk':49 'wast':80 'way':70 'westboro':26"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726207"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902289 {#2241
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +"title": 29981
      }
    ]
    -id: 2351
    -titleTs: "'bless':7 'church':2 'crackdown':5 'defi':3 'drag':8 'govern':4 'queen':9 'texa':1"
    -bodyTs: "'000':317 '10':316 '850':78 'abbott':406 'activ':242 'ad':429 'affirm':7 'aid':218,230 'allow':321 'also':442 'anyon':83 'appli':457 'approxim':77 'argu':384 'attend':80 'attorney':380 'audienc':375 'away':258 'ban':423 'bedsid':225 'bless':45 'block':302 'brimston':97 'bring':238,241,246,480 'build':117 'burn':102 'cathedr':2 'caus':91 'celebr':157 'challeng':294 'check':84 'choos':478 'christ':11 'church':9,38,72,100,459,484 'civil':298 'cloth':357 'comment':431 'commit':162 'communion':188 'communiti':24,171 'concert':18 'congreg':114 'contain':416 'court':296,306 'creat':173 'crime':286 'dalla':13 'danc':369 'defend':21 'defin':334 'despit':261 'didn':389 'die':228 'discriminatori':397 'display':111 'divers':160 'divin':159 'dozen':66 'dr':232 'drag':32,46,189,284,310,393,399,424,451,488 'dress':143 'due':211 'effort':19 'epidem':219 'everi':103 'everyon':176 'exhibit':343,351 'explicit':328 'express':144 'feder':305 'femal':346,349 'fill':115 'fine':318 'fire':95 'g':234 'gave':187 'general':381 'god':135 'gov':404 'govern':30 'governor':420 'greg':405 'group':300 'hate':195 'headlin':418 'held':40 'homo':104 'honor':210 'hope':4 'howev':401 'humor':239,263 'hurl':73 'imag':133 'inclus':122 'indulg':202 'insid':105 'inton':152 'june':403 'justic':53 'kid':464,482 'law':288,308,388,412,422,441,456 'lawyer':376 'lead':468 'leader':182 'legisl':279 'level':248 'lgbtq':6,170 'lifesav':214 'lift':164 'lip':367 'love':55,119,132,149 'made':16,129 'make':282 'makeup':358 'male':340,354 'mani':252,435 'marker':363 'matter':137 'meant':280,448 'men':227 'mention':392 'might':93 'minor':323 'neil':233 'note':183 'offic':383 'often':192 'one':88,180,336 'otherwis':371 'outsid':69,112 'particular':204,209 'pass':278,289 'passag':414 'pastor':151,186,469 'peopl':36,62,79,127 'perform':311,329,332,341,350,372,400,425 'perpetu':201 'persecut':26 'physic':362 'pledg':49 'politician':437 'proclaim':54 'protect':57 'protest':89 'protestor':67 'provid':244 'public':427,443 'punish':309 'queen':33,47,190,489 'queer':23 'radic':121 'rain':94 'recent':39,277 'recogn':124 'repeat':303 'republican':291 'respons':275 'rev':231 'right':59,299,434,476 'said':236,470 'scream':90 'see':325 'serious':270 'servic':42,82,155,272 'sexual':327 'share':407 'sign':421 'similar':361 'sing':366 'singl':206 'sister':199,221 'slur':74 'space':174 'specif':391,452 'spiritu':250,267 'stand':51 'state':29,436,444 'stood':68 'stori':409 'support':439 'sync':368 'take':265 'taken':257 'target':31,193,450 'texa':14,379,419 'thoma':235 'threat':76 'three':65 'thrive':178 'today':87 'transgend':35 'ugli':109 'unclear':462 'unit':8 'us':254,260 'use':356 'venu':313 'violenc':197 'voic':167 'wasn':395 'weather':86 'work':215,268 'worship':181 'would':454"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1695906060
    +visibility: "visible             "
    +apId: "https://feddit.ch/post/1306063"
    +editedAt: null
    +createdAt: DateTimeImmutable @1695819660 {#2834
      date: 2023-09-27 15:01:00.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2323 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
  +body: "Leviticus 20:13 is very clear. What makes you think you can just ignore that part?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1695903764 {#2327
    date: 2023-09-28 14:22:44.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCool@feddit.ch"
    "@qooqie@lemmy.world"
    "@eestileib@sh.itjust.works"
    "@Bunnylux@lemmy.world"
    "@CaptFeather@lemm.ee"
    "@prole@sh.itjust.works"
    "@jpeps@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2324 …}
  +nested: Doctrine\ORM\PersistentCollection {#2334 …}
  +votes: Doctrine\ORM\PersistentCollection {#2341 …}
  +reports: Doctrine\ORM\PersistentCollection {#2337 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2336 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2339 …}
  -id: 29987
  -bodyTs: "'13':3 '20':2 'clear':6 'ignor':14 'leviticus':1 'make':8 'part':16 'think':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/3726695"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695903764 {#2329
    date: 2023-09-28 14:22:44.0 +02:00
  }
  +"title": 29987
}
"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
79 DENIED edit
App\Entity\EntryComment {#2333
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2377
    +user: Proxies\__CG__\App\Entity\User {#2757 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
    +image: Proxies\__CG__\App\Entity\Image {#3039 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3056 …}
    +slug: "Texas-church-defies-government-crackdown-by-blessing-drag-queens"
    +title: "Texas church defies government crackdown by blessing drag queens"
    +url: "https://www.lgbtqnation.com/2023/09/texas-church-defies-government-crackdown-by-blessing-drag-queens/"
    +body: """
      The Cathedral of Hope — an LGBTQ±affirming United Church of Christ in Dallas, Texas — has made a concerted effort to defend the queer community from “persecution,” as the state government targets drag queens and transgender people.\n
      \n
      The church recently held a service where they blessed drag queens and pledged to “stand for justice, proclaim love, and protect the rights of all people.”\n
      \n
      While about three dozen protestors stood outside of the church hurling slurs and threats, approximately 850 people attended the service.\n
      \n
      “Anyone check the weather today?!” one protester screamed. “’Cause it might rain fire and brimstone on this church and burn every homo inside!”\n
      \n
      But for the ugliness on display outside, the congregation filled the building with love and “radical inclusivity.”\n
      \n
      “We recognize that all people are made in the loving image of God, no matter who they are, how they dress, express themselves, or who they love,” the pastor intoned during the service. “We celebrate this divine diversity and commit to lifting up the voices of the LGBTQ+ community and creating spaces where everyone can thrive.”\n
      \n
      As one worship leader noted as the pastor gave communion, “Drag queens are often targets of hate and violence.” The Sisters of Perpetual Indulgence, in particular, were singled out for particular honor due to their lifesaving work during the AIDS epidemic.\n
      \n
      “These Sisters were at the bedsides of men dying of AIDS,” Rev. Dr. Neil G. Thomas said. “They bring humor, they bring activism, they provide and bring a level of spirituality that many of us have had taken away from us. Despite the humor, they take their spiritual work very seriously.”\n
      \n
      The service was a response to recently passed legislation meant to make a drag a crime. The law, passed by Republicans, has been challenged in court by civil rights groups and blocked repeatedly by federal courts.\n
      \n
      The law punishes drag performers and venues with a $10,000 fine if they allow a minor to see a “sexually explicit” performance. Such a performance is defined as one in which “a male performer [is] exhibiting as a female, or a female performer exhibiting as a male, who uses clothing, makeup, or other similar physical markers and who sings, lip syncs, dances, or otherwise performs before an audience.”\n
      \n
      Lawyers from the Texas Attorney General’s office argued that because the law didn’t specifically mention drag, it wasn’t discriminatory to drag performances. However, in June, Gov. Greg Abbott ® shared a story about the law’s passage that contained the headline, “Texas Governor Signs Law Banning Drag Performances in Public,” and added the comment, “That’s right.” Many state politicians who supported the law also publicly stated that it was meant to target drag, specifically.\n
      \n
      But would the law apply to churches? That’s unclear.\n
      \n
      “My kid was here,” the lead pastor said. “I don’t have the right to choose to bring my kid to church when there are drag queens?”
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 101
    +favouriteCount: 718
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696166183 {#2264
      date: 2023-10-01 15:16:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3055 …}
    +votes: Doctrine\ORM\PersistentCollection {#3053 …}
    +reports: Doctrine\ORM\PersistentCollection {#3050 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3084 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3080 …}
    +badges: Doctrine\ORM\PersistentCollection {#3097 …}
    +children: [
      9 => App\Entity\EntryComment {#2036
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Yes and they are hypocrites.\n
          \n
          It’s amazing the mental gymnastics Christians will do to justify their hateful beliefs.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695899761 {#2035
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +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: 29975
        -bodyTs: "'amaz':8 'belief':19 'christian':12 'gymnast':11 'hate':18 'hypocrit':5 'justifi':16 'mental':10 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724621"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899761 {#2031
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +"title": 29975
      }
      10 => App\Entity\EntryComment {#2077
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "It’s pretty close to the beginning, which is kind of telling… maybe try actually reading your holy book. You may be surprised what you find."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1695899854 {#2062
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@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: 29976
        -bodyTs: "'actual':15 'begin':7 'book':19 'close':4 'find':26 'holi':18 'kind':10 'may':21 'mayb':13 'pretti':3 'read':16 'surpris':23 'tell':12 'tri':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724660"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899854 {#2081
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +"title": 29976
      }
      7 => App\Entity\EntryComment {#1384
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          If you don’t believe that Jesus died and rose again for your sins, then you’re not a Christian by definition.\n
          \n
          Also, those are not “obscure” stories. They’re the basis of all Abrahamic religions, including Christianity. In fact, the only reason there even is a NT is because they wanted to write about the “prophecies” from the OT “coming true.” You can’t have one without the other.\n
          \n
          And, once again, Jesus is God. God did really fucked up things in the old testament, that means Jesus did really fucked up things. In the NT he supported those fucked up things that he did, and his existence itself is allegedly a fulfillment of OT prophecy. That’s why they killed him! Assuming he ever existed in the first place.\n
          \n
          Not trying to be a dick, but as someone who was raised in an evangelical church, I know the Bible inside and out. People who pick and choose, or pretend they can be Christian and still think being gay is ok, piss me off because it’s a direct contradiction of what you claim to believe.\n
          \n
          People like you legitimize a barbaric religion that is (once again) destroying the fabric of our society. Be honest with yourself and come to terms with the fact that your religion condones slavery, and killing people for being homosexual.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1695846077 {#2394
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1383 …}
        +nested: Doctrine\ORM\PersistentCollection {#1405 …}
        +votes: Doctrine\ORM\PersistentCollection {#1382 …}
        +reports: Doctrine\ORM\PersistentCollection {#1404 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
        -id: 29919
        -bodyTs: "'abraham':35 'alleg':112 'also':23 'assum':124 'barbar':193 'basi':32 'believ':5,187 'bibl':151 'choos':159 'christian':20,38,165 'church':147 'claim':185 'come':61,210 'condon':219 'contradict':181 'definit':22 'destroy':199 'dick':137 'die':8 'direct':180 'evangel':146 'even':45 'ever':126 'exist':109,127 'fabric':201 'fact':40,215 'first':130 'fuck':80,92,101 'fulfil':114 'gay':170 'god':76,77 'homosexu':226 'honest':206 'includ':37 'insid':152 'jesus':7,74,89 'kill':122,222 'know':149 'legitim':191 'like':189 'mean':88 'nt':48,97 'obscur':27 'ok':172 'old':85 'one':67 'ot':60,116 'peopl':155,188,223 'pick':157 'piss':173 'place':131 'pretend':161 'propheci':57,117 'rais':143 're':17,30 'realli':79,91 'reason':43 'religion':36,194,218 'rose':10 'sin':14 'slaveri':220 'societi':204 'someon':140 'still':167 'stori':28 'support':99 'term':212 'testament':86 'thing':82,94,103 'think':168 'tri':133 'true':62 'want':52 'without':68 'write':54"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3706874"
        +editedAt: DateTimeImmutable @1695846183 {#2395
          date: 2023-09-27 22:23:03.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846077 {#2393
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +"title": 29919
      }
      8 => App\Entity\EntryComment {#2026
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          You need to look again, because it absolutely does. Or do you think, “if a man lies with another man,” was just talking about best buds sleeping in the same bed.\n
          \n
          **edit:** I guess people are too lazy to look themselves for something that’s already common knowledge…\n
          \n
          But it’s Leviticus 20:13.\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1695846676 {#2023
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2022 …}
        +nested: Doctrine\ORM\PersistentCollection {#2025 …}
        +votes: Doctrine\ORM\PersistentCollection {#2033 …}
        +reports: Doctrine\ORM\PersistentCollection {#2028 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2012 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2013 …}
        -id: 29924
        -bodyTs: "'13':54 '20':53 'abomin':70 'absolut':8 'alreadi':46 'anoth':19 'bed':31 'best':25 'blood':79 'bud':26 'commit':69 'common':47 'death':77 'edit':32 'guess':34 'knowledg':48 'lazi':38 'leviticus':52 'lie':17,59 'look':4,40 'man':16,20,58 'mankind':61 'need':2 'peopl':35 'put':75 'shall':72,80 'sleep':27 'someth':43 'sure':73 'talk':23 'think':13 'upon':82 'womankind':64"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3707120"
        +editedAt: DateTimeImmutable @1695913492 {#2030
          date: 2023-09-28 17:04:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846676 {#2032
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +"title": 29924
      }
      5 => App\Entity\EntryComment {#1909
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1708 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Ok, just pointing out that your beliefs are not consistent with your holy book.\n
          \n
          By what criteria are you able to justify ignoring parts of the book and not others? Is it not the inerrant word of God? Didn’t Jesus say that he didn’t come to abolish the law, but to fulfill it? He made it very clear that you can’t just throw away the OT.\n
          \n
          You seem to have good values, just don’t see the reason any kind of unscientific claims about the supernatural need to be a part of it. Just unnecessary baggage.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 20
        +score: 0
        +lastActive: DateTime @1695840894 {#1910
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1926 …}
        +nested: Doctrine\ORM\PersistentCollection {#1874 …}
        +votes: Doctrine\ORM\PersistentCollection {#1908 …}
        +reports: Doctrine\ORM\PersistentCollection {#1883 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2387 …}
        -id: 29907
        -bodyTs: "'abl':20 'abolish':49 'away':67 'baggag':99 'belief':7 'book':14,27 'claim':86 'clear':60 'come':47 'consist':10 'criteria':17 'didn':39,45 'fulfil':54 'god':38 'good':74 'holi':13 'ignor':23 'inerr':35 'jesus':41 'justifi':22 'kind':83 'law':51 'made':57 'need':90 'ok':1 'ot':69 'other':30 'part':24,94 'point':3 'reason':81 'say':42 'see':79 'seem':71 'supernatur':89 'throw':66 'unnecessari':98 'unscientif':85 'valu':75 'word':36"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3704378"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695840894 {#1906
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +"title": 29907
      }
      6 => App\Entity\EntryComment {#2135
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2136 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "I’m well aware of the apologetics. Whatever mental gymnastics you have to do, friend. Maybe one day you’ll be free of the constant cognitive dissonance. It’s a huge relief."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695905918 {#2159
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2137 …}
        +nested: Doctrine\ORM\PersistentCollection {#2068 …}
        +votes: Doctrine\ORM\PersistentCollection {#2069 …}
        +reports: Doctrine\ORM\PersistentCollection {#2074 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2071 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2070 …}
        -id: 29991
        -bodyTs: "'apologet':7 'awar':4 'cognit':26 'constant':25 'day':18 'disson':27 'free':22 'friend':15 'gymnast':10 'huge':31 'll':20 'm':2 'mayb':16 'mental':9 'one':17 'relief':32 'well':3 'whatev':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3727709"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695905918 {#2143
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +"title": 29991
      }
      4 => App\Entity\EntryComment {#2333}
      3 => App\Entity\EntryComment {#2056
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          What was hateful about what I said?\n
          \n
          We’ve got Christians on the verge of genocide in the name of your God, but I’m “hateful” for pointing out that they’re just following their holy book?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695913394 {#2048
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2046 …}
        +nested: Doctrine\ORM\PersistentCollection {#2045 …}
        +votes: Doctrine\ORM\PersistentCollection {#2050 …}
        +reports: Doctrine\ORM\PersistentCollection {#2052 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
        -id: 29994
        -bodyTs: "'book':37 'christian':11 'follow':34 'genocid':16 'god':22 'got':10 'hate':3,26 'holi':36 'm':25 'name':19 'point':28 're':32 'said':7 've':9 'verg':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3731992"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695913394 {#2051
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +"title": 29994
      }
      2 => App\Entity\EntryComment {#2370
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          The Bible contains quite a bit of hating others… God is a real piece of shit in the old testament. What did Job do to deserve what he got? Why did he tell Abraham to kill his own son for a goof? The book literally justifies slavery.\n
          \n
          According to the book, Jesus is God, so…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1695838397 {#2471
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2361 …}
        +nested: Doctrine\ORM\PersistentCollection {#2372 …}
        +votes: Doctrine\ORM\PersistentCollection {#2386 …}
        +reports: Doctrine\ORM\PersistentCollection {#2385 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
        -id: 29898
        -bodyTs: "'abraham':34 'accord':48 'bibl':2 'bit':6 'book':44,51 'contain':3 'deserv':26 'god':10,54 'goof':42 'got':29 'hate':8 'jesus':52 'job':23 'justifi':46 'kill':36 'liter':45 'old':19 'other':9 'piec':14 'quit':4 'real':13 'shit':16 'slaveri':47 'son':39 'tell':33 'testament':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3703429"
        +editedAt: DateTimeImmutable @1695838464 {#2371
          date: 2023-09-27 20:14:24.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695838397 {#2363
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +"title": 29898
      }
      1 => App\Entity\EntryComment {#2344
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          In case you didn’t see the other replies, Leviticus 20:13:\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.\n
          \n
          Seems pretty black and white to me.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695902427 {#2347
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2349 …}
        +nested: Doctrine\ORM\PersistentCollection {#2141 …}
        +votes: Doctrine\ORM\PersistentCollection {#2164 …}
        +reports: Doctrine\ORM\PersistentCollection {#2314 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2191 …}
        -id: 29982
        -bodyTs: "'13':12 '20':11 'abomin':28 'black':44 'blood':37 'case':2 'commit':27 'death':35 'didn':4 'leviticus':10 'lie':17 'man':16 'mankind':19 'pretti':43 'put':33 'repli':9 'see':6 'seem':42 'shall':30,38 'sure':31 'upon':40 'white':46 'womankind':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726243"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902427 {#2332
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +"title": 29982
      }
      0 => App\Entity\EntryComment {#2140
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          How is that contradictory? I didn’t say all Christians are hypocrites, just the ones that pick and choose what verses are convenient for them. Westboro Baptist seems to adhere pretty closely.\n
          \n
          Christianity itself is a hateful ideology. Many people pick some of those hateful things when they walk past on the buffett line. Those people are both hateful and hypocritical.\n
          \n
          I’m saying to either do it the way it says you have to do it, or stop wasting your time.\n
          \n
          After all, God did say not to be lukewarm Christians, and if you are, he will *“spew you from his mouth”*
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695902289 {#2094
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2133 …}
        +nested: Doctrine\ORM\PersistentCollection {#2131 …}
        +votes: Doctrine\ORM\PersistentCollection {#2138 …}
        +reports: Doctrine\ORM\PersistentCollection {#2345 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2330 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2346 …}
        -id: 29981
        -bodyTs: "'adher':30 'baptist':27 'buffett':53 'choos':19 'christian':10,33,92 'close':32 'contradictori':4 'conveni':23 'didn':6 'either':66 'god':85 'hate':37,45,59 'hypocrit':12,61 'ideolog':38 'line':54 'lukewarm':91 'm':63 'mani':39 'mouth':103 'one':15 'past':50 'peopl':40,56 'pick':17,41 'pretti':31 'say':8,64,72,87 'seem':28 'spew':99 'stop':79 'thing':46 'time':82 'vers':21 'walk':49 'wast':80 'way':70 'westboro':26"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726207"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902289 {#2241
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +"title": 29981
      }
    ]
    -id: 2351
    -titleTs: "'bless':7 'church':2 'crackdown':5 'defi':3 'drag':8 'govern':4 'queen':9 'texa':1"
    -bodyTs: "'000':317 '10':316 '850':78 'abbott':406 'activ':242 'ad':429 'affirm':7 'aid':218,230 'allow':321 'also':442 'anyon':83 'appli':457 'approxim':77 'argu':384 'attend':80 'attorney':380 'audienc':375 'away':258 'ban':423 'bedsid':225 'bless':45 'block':302 'brimston':97 'bring':238,241,246,480 'build':117 'burn':102 'cathedr':2 'caus':91 'celebr':157 'challeng':294 'check':84 'choos':478 'christ':11 'church':9,38,72,100,459,484 'civil':298 'cloth':357 'comment':431 'commit':162 'communion':188 'communiti':24,171 'concert':18 'congreg':114 'contain':416 'court':296,306 'creat':173 'crime':286 'dalla':13 'danc':369 'defend':21 'defin':334 'despit':261 'didn':389 'die':228 'discriminatori':397 'display':111 'divers':160 'divin':159 'dozen':66 'dr':232 'drag':32,46,189,284,310,393,399,424,451,488 'dress':143 'due':211 'effort':19 'epidem':219 'everi':103 'everyon':176 'exhibit':343,351 'explicit':328 'express':144 'feder':305 'femal':346,349 'fill':115 'fine':318 'fire':95 'g':234 'gave':187 'general':381 'god':135 'gov':404 'govern':30 'governor':420 'greg':405 'group':300 'hate':195 'headlin':418 'held':40 'homo':104 'honor':210 'hope':4 'howev':401 'humor':239,263 'hurl':73 'imag':133 'inclus':122 'indulg':202 'insid':105 'inton':152 'june':403 'justic':53 'kid':464,482 'law':288,308,388,412,422,441,456 'lawyer':376 'lead':468 'leader':182 'legisl':279 'level':248 'lgbtq':6,170 'lifesav':214 'lift':164 'lip':367 'love':55,119,132,149 'made':16,129 'make':282 'makeup':358 'male':340,354 'mani':252,435 'marker':363 'matter':137 'meant':280,448 'men':227 'mention':392 'might':93 'minor':323 'neil':233 'note':183 'offic':383 'often':192 'one':88,180,336 'otherwis':371 'outsid':69,112 'particular':204,209 'pass':278,289 'passag':414 'pastor':151,186,469 'peopl':36,62,79,127 'perform':311,329,332,341,350,372,400,425 'perpetu':201 'persecut':26 'physic':362 'pledg':49 'politician':437 'proclaim':54 'protect':57 'protest':89 'protestor':67 'provid':244 'public':427,443 'punish':309 'queen':33,47,190,489 'queer':23 'radic':121 'rain':94 'recent':39,277 'recogn':124 'repeat':303 'republican':291 'respons':275 'rev':231 'right':59,299,434,476 'said':236,470 'scream':90 'see':325 'serious':270 'servic':42,82,155,272 'sexual':327 'share':407 'sign':421 'similar':361 'sing':366 'singl':206 'sister':199,221 'slur':74 'space':174 'specif':391,452 'spiritu':250,267 'stand':51 'state':29,436,444 'stood':68 'stori':409 'support':439 'sync':368 'take':265 'taken':257 'target':31,193,450 'texa':14,379,419 'thoma':235 'threat':76 'three':65 'thrive':178 'today':87 'transgend':35 'ugli':109 'unclear':462 'unit':8 'us':254,260 'use':356 'venu':313 'violenc':197 'voic':167 'wasn':395 'weather':86 'work':215,268 'worship':181 'would':454"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1695906060
    +visibility: "visible             "
    +apId: "https://feddit.ch/post/1306063"
    +editedAt: null
    +createdAt: DateTimeImmutable @1695819660 {#2834
      date: 2023-09-27 15:01:00.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2323 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
  +body: "Leviticus 20:13 is very clear. What makes you think you can just ignore that part?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1695903764 {#2327
    date: 2023-09-28 14:22:44.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCool@feddit.ch"
    "@qooqie@lemmy.world"
    "@eestileib@sh.itjust.works"
    "@Bunnylux@lemmy.world"
    "@CaptFeather@lemm.ee"
    "@prole@sh.itjust.works"
    "@jpeps@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2324 …}
  +nested: Doctrine\ORM\PersistentCollection {#2334 …}
  +votes: Doctrine\ORM\PersistentCollection {#2341 …}
  +reports: Doctrine\ORM\PersistentCollection {#2337 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2336 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2339 …}
  -id: 29987
  -bodyTs: "'13':3 '20':2 'clear':6 'ignor':14 'leviticus':1 'make':8 'part':16 'think':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/3726695"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695903764 {#2329
    date: 2023-09-28 14:22:44.0 +02:00
  }
  +"title": 29987
}
"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
80 DENIED moderate
App\Entity\EntryComment {#2333
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2377
    +user: Proxies\__CG__\App\Entity\User {#2757 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
    +image: Proxies\__CG__\App\Entity\Image {#3039 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3056 …}
    +slug: "Texas-church-defies-government-crackdown-by-blessing-drag-queens"
    +title: "Texas church defies government crackdown by blessing drag queens"
    +url: "https://www.lgbtqnation.com/2023/09/texas-church-defies-government-crackdown-by-blessing-drag-queens/"
    +body: """
      The Cathedral of Hope — an LGBTQ±affirming United Church of Christ in Dallas, Texas — has made a concerted effort to defend the queer community from “persecution,” as the state government targets drag queens and transgender people.\n
      \n
      The church recently held a service where they blessed drag queens and pledged to “stand for justice, proclaim love, and protect the rights of all people.”\n
      \n
      While about three dozen protestors stood outside of the church hurling slurs and threats, approximately 850 people attended the service.\n
      \n
      “Anyone check the weather today?!” one protester screamed. “’Cause it might rain fire and brimstone on this church and burn every homo inside!”\n
      \n
      But for the ugliness on display outside, the congregation filled the building with love and “radical inclusivity.”\n
      \n
      “We recognize that all people are made in the loving image of God, no matter who they are, how they dress, express themselves, or who they love,” the pastor intoned during the service. “We celebrate this divine diversity and commit to lifting up the voices of the LGBTQ+ community and creating spaces where everyone can thrive.”\n
      \n
      As one worship leader noted as the pastor gave communion, “Drag queens are often targets of hate and violence.” The Sisters of Perpetual Indulgence, in particular, were singled out for particular honor due to their lifesaving work during the AIDS epidemic.\n
      \n
      “These Sisters were at the bedsides of men dying of AIDS,” Rev. Dr. Neil G. Thomas said. “They bring humor, they bring activism, they provide and bring a level of spirituality that many of us have had taken away from us. Despite the humor, they take their spiritual work very seriously.”\n
      \n
      The service was a response to recently passed legislation meant to make a drag a crime. The law, passed by Republicans, has been challenged in court by civil rights groups and blocked repeatedly by federal courts.\n
      \n
      The law punishes drag performers and venues with a $10,000 fine if they allow a minor to see a “sexually explicit” performance. Such a performance is defined as one in which “a male performer [is] exhibiting as a female, or a female performer exhibiting as a male, who uses clothing, makeup, or other similar physical markers and who sings, lip syncs, dances, or otherwise performs before an audience.”\n
      \n
      Lawyers from the Texas Attorney General’s office argued that because the law didn’t specifically mention drag, it wasn’t discriminatory to drag performances. However, in June, Gov. Greg Abbott ® shared a story about the law’s passage that contained the headline, “Texas Governor Signs Law Banning Drag Performances in Public,” and added the comment, “That’s right.” Many state politicians who supported the law also publicly stated that it was meant to target drag, specifically.\n
      \n
      But would the law apply to churches? That’s unclear.\n
      \n
      “My kid was here,” the lead pastor said. “I don’t have the right to choose to bring my kid to church when there are drag queens?”
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 101
    +favouriteCount: 718
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696166183 {#2264
      date: 2023-10-01 15:16:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3055 …}
    +votes: Doctrine\ORM\PersistentCollection {#3053 …}
    +reports: Doctrine\ORM\PersistentCollection {#3050 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3084 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3080 …}
    +badges: Doctrine\ORM\PersistentCollection {#3097 …}
    +children: [
      9 => App\Entity\EntryComment {#2036
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Yes and they are hypocrites.\n
          \n
          It’s amazing the mental gymnastics Christians will do to justify their hateful beliefs.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695899761 {#2035
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +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: 29975
        -bodyTs: "'amaz':8 'belief':19 'christian':12 'gymnast':11 'hate':18 'hypocrit':5 'justifi':16 'mental':10 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724621"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899761 {#2031
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +"title": 29975
      }
      10 => App\Entity\EntryComment {#2077
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "It’s pretty close to the beginning, which is kind of telling… maybe try actually reading your holy book. You may be surprised what you find."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1695899854 {#2062
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@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: 29976
        -bodyTs: "'actual':15 'begin':7 'book':19 'close':4 'find':26 'holi':18 'kind':10 'may':21 'mayb':13 'pretti':3 'read':16 'surpris':23 'tell':12 'tri':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724660"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899854 {#2081
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +"title": 29976
      }
      7 => App\Entity\EntryComment {#1384
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          If you don’t believe that Jesus died and rose again for your sins, then you’re not a Christian by definition.\n
          \n
          Also, those are not “obscure” stories. They’re the basis of all Abrahamic religions, including Christianity. In fact, the only reason there even is a NT is because they wanted to write about the “prophecies” from the OT “coming true.” You can’t have one without the other.\n
          \n
          And, once again, Jesus is God. God did really fucked up things in the old testament, that means Jesus did really fucked up things. In the NT he supported those fucked up things that he did, and his existence itself is allegedly a fulfillment of OT prophecy. That’s why they killed him! Assuming he ever existed in the first place.\n
          \n
          Not trying to be a dick, but as someone who was raised in an evangelical church, I know the Bible inside and out. People who pick and choose, or pretend they can be Christian and still think being gay is ok, piss me off because it’s a direct contradiction of what you claim to believe.\n
          \n
          People like you legitimize a barbaric religion that is (once again) destroying the fabric of our society. Be honest with yourself and come to terms with the fact that your religion condones slavery, and killing people for being homosexual.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1695846077 {#2394
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1383 …}
        +nested: Doctrine\ORM\PersistentCollection {#1405 …}
        +votes: Doctrine\ORM\PersistentCollection {#1382 …}
        +reports: Doctrine\ORM\PersistentCollection {#1404 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
        -id: 29919
        -bodyTs: "'abraham':35 'alleg':112 'also':23 'assum':124 'barbar':193 'basi':32 'believ':5,187 'bibl':151 'choos':159 'christian':20,38,165 'church':147 'claim':185 'come':61,210 'condon':219 'contradict':181 'definit':22 'destroy':199 'dick':137 'die':8 'direct':180 'evangel':146 'even':45 'ever':126 'exist':109,127 'fabric':201 'fact':40,215 'first':130 'fuck':80,92,101 'fulfil':114 'gay':170 'god':76,77 'homosexu':226 'honest':206 'includ':37 'insid':152 'jesus':7,74,89 'kill':122,222 'know':149 'legitim':191 'like':189 'mean':88 'nt':48,97 'obscur':27 'ok':172 'old':85 'one':67 'ot':60,116 'peopl':155,188,223 'pick':157 'piss':173 'place':131 'pretend':161 'propheci':57,117 'rais':143 're':17,30 'realli':79,91 'reason':43 'religion':36,194,218 'rose':10 'sin':14 'slaveri':220 'societi':204 'someon':140 'still':167 'stori':28 'support':99 'term':212 'testament':86 'thing':82,94,103 'think':168 'tri':133 'true':62 'want':52 'without':68 'write':54"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3706874"
        +editedAt: DateTimeImmutable @1695846183 {#2395
          date: 2023-09-27 22:23:03.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846077 {#2393
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +"title": 29919
      }
      8 => App\Entity\EntryComment {#2026
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          You need to look again, because it absolutely does. Or do you think, “if a man lies with another man,” was just talking about best buds sleeping in the same bed.\n
          \n
          **edit:** I guess people are too lazy to look themselves for something that’s already common knowledge…\n
          \n
          But it’s Leviticus 20:13.\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1695846676 {#2023
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2022 …}
        +nested: Doctrine\ORM\PersistentCollection {#2025 …}
        +votes: Doctrine\ORM\PersistentCollection {#2033 …}
        +reports: Doctrine\ORM\PersistentCollection {#2028 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2012 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2013 …}
        -id: 29924
        -bodyTs: "'13':54 '20':53 'abomin':70 'absolut':8 'alreadi':46 'anoth':19 'bed':31 'best':25 'blood':79 'bud':26 'commit':69 'common':47 'death':77 'edit':32 'guess':34 'knowledg':48 'lazi':38 'leviticus':52 'lie':17,59 'look':4,40 'man':16,20,58 'mankind':61 'need':2 'peopl':35 'put':75 'shall':72,80 'sleep':27 'someth':43 'sure':73 'talk':23 'think':13 'upon':82 'womankind':64"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3707120"
        +editedAt: DateTimeImmutable @1695913492 {#2030
          date: 2023-09-28 17:04:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846676 {#2032
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +"title": 29924
      }
      5 => App\Entity\EntryComment {#1909
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1708 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Ok, just pointing out that your beliefs are not consistent with your holy book.\n
          \n
          By what criteria are you able to justify ignoring parts of the book and not others? Is it not the inerrant word of God? Didn’t Jesus say that he didn’t come to abolish the law, but to fulfill it? He made it very clear that you can’t just throw away the OT.\n
          \n
          You seem to have good values, just don’t see the reason any kind of unscientific claims about the supernatural need to be a part of it. Just unnecessary baggage.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 20
        +score: 0
        +lastActive: DateTime @1695840894 {#1910
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1926 …}
        +nested: Doctrine\ORM\PersistentCollection {#1874 …}
        +votes: Doctrine\ORM\PersistentCollection {#1908 …}
        +reports: Doctrine\ORM\PersistentCollection {#1883 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2387 …}
        -id: 29907
        -bodyTs: "'abl':20 'abolish':49 'away':67 'baggag':99 'belief':7 'book':14,27 'claim':86 'clear':60 'come':47 'consist':10 'criteria':17 'didn':39,45 'fulfil':54 'god':38 'good':74 'holi':13 'ignor':23 'inerr':35 'jesus':41 'justifi':22 'kind':83 'law':51 'made':57 'need':90 'ok':1 'ot':69 'other':30 'part':24,94 'point':3 'reason':81 'say':42 'see':79 'seem':71 'supernatur':89 'throw':66 'unnecessari':98 'unscientif':85 'valu':75 'word':36"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3704378"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695840894 {#1906
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +"title": 29907
      }
      6 => App\Entity\EntryComment {#2135
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2136 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "I’m well aware of the apologetics. Whatever mental gymnastics you have to do, friend. Maybe one day you’ll be free of the constant cognitive dissonance. It’s a huge relief."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695905918 {#2159
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2137 …}
        +nested: Doctrine\ORM\PersistentCollection {#2068 …}
        +votes: Doctrine\ORM\PersistentCollection {#2069 …}
        +reports: Doctrine\ORM\PersistentCollection {#2074 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2071 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2070 …}
        -id: 29991
        -bodyTs: "'apologet':7 'awar':4 'cognit':26 'constant':25 'day':18 'disson':27 'free':22 'friend':15 'gymnast':10 'huge':31 'll':20 'm':2 'mayb':16 'mental':9 'one':17 'relief':32 'well':3 'whatev':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3727709"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695905918 {#2143
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +"title": 29991
      }
      4 => App\Entity\EntryComment {#2333}
      3 => App\Entity\EntryComment {#2056
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          What was hateful about what I said?\n
          \n
          We’ve got Christians on the verge of genocide in the name of your God, but I’m “hateful” for pointing out that they’re just following their holy book?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695913394 {#2048
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2046 …}
        +nested: Doctrine\ORM\PersistentCollection {#2045 …}
        +votes: Doctrine\ORM\PersistentCollection {#2050 …}
        +reports: Doctrine\ORM\PersistentCollection {#2052 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
        -id: 29994
        -bodyTs: "'book':37 'christian':11 'follow':34 'genocid':16 'god':22 'got':10 'hate':3,26 'holi':36 'm':25 'name':19 'point':28 're':32 'said':7 've':9 'verg':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3731992"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695913394 {#2051
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +"title": 29994
      }
      2 => App\Entity\EntryComment {#2370
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          The Bible contains quite a bit of hating others… God is a real piece of shit in the old testament. What did Job do to deserve what he got? Why did he tell Abraham to kill his own son for a goof? The book literally justifies slavery.\n
          \n
          According to the book, Jesus is God, so…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1695838397 {#2471
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2361 …}
        +nested: Doctrine\ORM\PersistentCollection {#2372 …}
        +votes: Doctrine\ORM\PersistentCollection {#2386 …}
        +reports: Doctrine\ORM\PersistentCollection {#2385 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
        -id: 29898
        -bodyTs: "'abraham':34 'accord':48 'bibl':2 'bit':6 'book':44,51 'contain':3 'deserv':26 'god':10,54 'goof':42 'got':29 'hate':8 'jesus':52 'job':23 'justifi':46 'kill':36 'liter':45 'old':19 'other':9 'piec':14 'quit':4 'real':13 'shit':16 'slaveri':47 'son':39 'tell':33 'testament':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3703429"
        +editedAt: DateTimeImmutable @1695838464 {#2371
          date: 2023-09-27 20:14:24.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695838397 {#2363
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +"title": 29898
      }
      1 => App\Entity\EntryComment {#2344
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          In case you didn’t see the other replies, Leviticus 20:13:\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.\n
          \n
          Seems pretty black and white to me.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695902427 {#2347
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2349 …}
        +nested: Doctrine\ORM\PersistentCollection {#2141 …}
        +votes: Doctrine\ORM\PersistentCollection {#2164 …}
        +reports: Doctrine\ORM\PersistentCollection {#2314 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2191 …}
        -id: 29982
        -bodyTs: "'13':12 '20':11 'abomin':28 'black':44 'blood':37 'case':2 'commit':27 'death':35 'didn':4 'leviticus':10 'lie':17 'man':16 'mankind':19 'pretti':43 'put':33 'repli':9 'see':6 'seem':42 'shall':30,38 'sure':31 'upon':40 'white':46 'womankind':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726243"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902427 {#2332
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +"title": 29982
      }
      0 => App\Entity\EntryComment {#2140
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          How is that contradictory? I didn’t say all Christians are hypocrites, just the ones that pick and choose what verses are convenient for them. Westboro Baptist seems to adhere pretty closely.\n
          \n
          Christianity itself is a hateful ideology. Many people pick some of those hateful things when they walk past on the buffett line. Those people are both hateful and hypocritical.\n
          \n
          I’m saying to either do it the way it says you have to do it, or stop wasting your time.\n
          \n
          After all, God did say not to be lukewarm Christians, and if you are, he will *“spew you from his mouth”*
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695902289 {#2094
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2133 …}
        +nested: Doctrine\ORM\PersistentCollection {#2131 …}
        +votes: Doctrine\ORM\PersistentCollection {#2138 …}
        +reports: Doctrine\ORM\PersistentCollection {#2345 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2330 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2346 …}
        -id: 29981
        -bodyTs: "'adher':30 'baptist':27 'buffett':53 'choos':19 'christian':10,33,92 'close':32 'contradictori':4 'conveni':23 'didn':6 'either':66 'god':85 'hate':37,45,59 'hypocrit':12,61 'ideolog':38 'line':54 'lukewarm':91 'm':63 'mani':39 'mouth':103 'one':15 'past':50 'peopl':40,56 'pick':17,41 'pretti':31 'say':8,64,72,87 'seem':28 'spew':99 'stop':79 'thing':46 'time':82 'vers':21 'walk':49 'wast':80 'way':70 'westboro':26"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726207"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902289 {#2241
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +"title": 29981
      }
    ]
    -id: 2351
    -titleTs: "'bless':7 'church':2 'crackdown':5 'defi':3 'drag':8 'govern':4 'queen':9 'texa':1"
    -bodyTs: "'000':317 '10':316 '850':78 'abbott':406 'activ':242 'ad':429 'affirm':7 'aid':218,230 'allow':321 'also':442 'anyon':83 'appli':457 'approxim':77 'argu':384 'attend':80 'attorney':380 'audienc':375 'away':258 'ban':423 'bedsid':225 'bless':45 'block':302 'brimston':97 'bring':238,241,246,480 'build':117 'burn':102 'cathedr':2 'caus':91 'celebr':157 'challeng':294 'check':84 'choos':478 'christ':11 'church':9,38,72,100,459,484 'civil':298 'cloth':357 'comment':431 'commit':162 'communion':188 'communiti':24,171 'concert':18 'congreg':114 'contain':416 'court':296,306 'creat':173 'crime':286 'dalla':13 'danc':369 'defend':21 'defin':334 'despit':261 'didn':389 'die':228 'discriminatori':397 'display':111 'divers':160 'divin':159 'dozen':66 'dr':232 'drag':32,46,189,284,310,393,399,424,451,488 'dress':143 'due':211 'effort':19 'epidem':219 'everi':103 'everyon':176 'exhibit':343,351 'explicit':328 'express':144 'feder':305 'femal':346,349 'fill':115 'fine':318 'fire':95 'g':234 'gave':187 'general':381 'god':135 'gov':404 'govern':30 'governor':420 'greg':405 'group':300 'hate':195 'headlin':418 'held':40 'homo':104 'honor':210 'hope':4 'howev':401 'humor':239,263 'hurl':73 'imag':133 'inclus':122 'indulg':202 'insid':105 'inton':152 'june':403 'justic':53 'kid':464,482 'law':288,308,388,412,422,441,456 'lawyer':376 'lead':468 'leader':182 'legisl':279 'level':248 'lgbtq':6,170 'lifesav':214 'lift':164 'lip':367 'love':55,119,132,149 'made':16,129 'make':282 'makeup':358 'male':340,354 'mani':252,435 'marker':363 'matter':137 'meant':280,448 'men':227 'mention':392 'might':93 'minor':323 'neil':233 'note':183 'offic':383 'often':192 'one':88,180,336 'otherwis':371 'outsid':69,112 'particular':204,209 'pass':278,289 'passag':414 'pastor':151,186,469 'peopl':36,62,79,127 'perform':311,329,332,341,350,372,400,425 'perpetu':201 'persecut':26 'physic':362 'pledg':49 'politician':437 'proclaim':54 'protect':57 'protest':89 'protestor':67 'provid':244 'public':427,443 'punish':309 'queen':33,47,190,489 'queer':23 'radic':121 'rain':94 'recent':39,277 'recogn':124 'repeat':303 'republican':291 'respons':275 'rev':231 'right':59,299,434,476 'said':236,470 'scream':90 'see':325 'serious':270 'servic':42,82,155,272 'sexual':327 'share':407 'sign':421 'similar':361 'sing':366 'singl':206 'sister':199,221 'slur':74 'space':174 'specif':391,452 'spiritu':250,267 'stand':51 'state':29,436,444 'stood':68 'stori':409 'support':439 'sync':368 'take':265 'taken':257 'target':31,193,450 'texa':14,379,419 'thoma':235 'threat':76 'three':65 'thrive':178 'today':87 'transgend':35 'ugli':109 'unclear':462 'unit':8 'us':254,260 'use':356 'venu':313 'violenc':197 'voic':167 'wasn':395 'weather':86 'work':215,268 'worship':181 'would':454"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1695906060
    +visibility: "visible             "
    +apId: "https://feddit.ch/post/1306063"
    +editedAt: null
    +createdAt: DateTimeImmutable @1695819660 {#2834
      date: 2023-09-27 15:01:00.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2323 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
  +body: "Leviticus 20:13 is very clear. What makes you think you can just ignore that part?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1695903764 {#2327
    date: 2023-09-28 14:22:44.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCool@feddit.ch"
    "@qooqie@lemmy.world"
    "@eestileib@sh.itjust.works"
    "@Bunnylux@lemmy.world"
    "@CaptFeather@lemm.ee"
    "@prole@sh.itjust.works"
    "@jpeps@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2324 …}
  +nested: Doctrine\ORM\PersistentCollection {#2334 …}
  +votes: Doctrine\ORM\PersistentCollection {#2341 …}
  +reports: Doctrine\ORM\PersistentCollection {#2337 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2336 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2339 …}
  -id: 29987
  -bodyTs: "'13':3 '20':2 'clear':6 'ignor':14 'leviticus':1 'make':8 'part':16 'think':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/3726695"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695903764 {#2329
    date: 2023-09-28 14:22:44.0 +02:00
  }
  +"title": 29987
}
"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
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 {#2056
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2377
    +user: Proxies\__CG__\App\Entity\User {#2757 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
    +image: Proxies\__CG__\App\Entity\Image {#3039 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3056 …}
    +slug: "Texas-church-defies-government-crackdown-by-blessing-drag-queens"
    +title: "Texas church defies government crackdown by blessing drag queens"
    +url: "https://www.lgbtqnation.com/2023/09/texas-church-defies-government-crackdown-by-blessing-drag-queens/"
    +body: """
      The Cathedral of Hope — an LGBTQ±affirming United Church of Christ in Dallas, Texas — has made a concerted effort to defend the queer community from “persecution,” as the state government targets drag queens and transgender people.\n
      \n
      The church recently held a service where they blessed drag queens and pledged to “stand for justice, proclaim love, and protect the rights of all people.”\n
      \n
      While about three dozen protestors stood outside of the church hurling slurs and threats, approximately 850 people attended the service.\n
      \n
      “Anyone check the weather today?!” one protester screamed. “’Cause it might rain fire and brimstone on this church and burn every homo inside!”\n
      \n
      But for the ugliness on display outside, the congregation filled the building with love and “radical inclusivity.”\n
      \n
      “We recognize that all people are made in the loving image of God, no matter who they are, how they dress, express themselves, or who they love,” the pastor intoned during the service. “We celebrate this divine diversity and commit to lifting up the voices of the LGBTQ+ community and creating spaces where everyone can thrive.”\n
      \n
      As one worship leader noted as the pastor gave communion, “Drag queens are often targets of hate and violence.” The Sisters of Perpetual Indulgence, in particular, were singled out for particular honor due to their lifesaving work during the AIDS epidemic.\n
      \n
      “These Sisters were at the bedsides of men dying of AIDS,” Rev. Dr. Neil G. Thomas said. “They bring humor, they bring activism, they provide and bring a level of spirituality that many of us have had taken away from us. Despite the humor, they take their spiritual work very seriously.”\n
      \n
      The service was a response to recently passed legislation meant to make a drag a crime. The law, passed by Republicans, has been challenged in court by civil rights groups and blocked repeatedly by federal courts.\n
      \n
      The law punishes drag performers and venues with a $10,000 fine if they allow a minor to see a “sexually explicit” performance. Such a performance is defined as one in which “a male performer [is] exhibiting as a female, or a female performer exhibiting as a male, who uses clothing, makeup, or other similar physical markers and who sings, lip syncs, dances, or otherwise performs before an audience.”\n
      \n
      Lawyers from the Texas Attorney General’s office argued that because the law didn’t specifically mention drag, it wasn’t discriminatory to drag performances. However, in June, Gov. Greg Abbott ® shared a story about the law’s passage that contained the headline, “Texas Governor Signs Law Banning Drag Performances in Public,” and added the comment, “That’s right.” Many state politicians who supported the law also publicly stated that it was meant to target drag, specifically.\n
      \n
      But would the law apply to churches? That’s unclear.\n
      \n
      “My kid was here,” the lead pastor said. “I don’t have the right to choose to bring my kid to church when there are drag queens?”
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 101
    +favouriteCount: 718
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696166183 {#2264
      date: 2023-10-01 15:16:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3055 …}
    +votes: Doctrine\ORM\PersistentCollection {#3053 …}
    +reports: Doctrine\ORM\PersistentCollection {#3050 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3084 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3080 …}
    +badges: Doctrine\ORM\PersistentCollection {#3097 …}
    +children: [
      9 => App\Entity\EntryComment {#2036
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Yes and they are hypocrites.\n
          \n
          It’s amazing the mental gymnastics Christians will do to justify their hateful beliefs.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695899761 {#2035
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +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: 29975
        -bodyTs: "'amaz':8 'belief':19 'christian':12 'gymnast':11 'hate':18 'hypocrit':5 'justifi':16 'mental':10 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724621"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899761 {#2031
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +"title": 29975
      }
      10 => App\Entity\EntryComment {#2077
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "It’s pretty close to the beginning, which is kind of telling… maybe try actually reading your holy book. You may be surprised what you find."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1695899854 {#2062
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@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: 29976
        -bodyTs: "'actual':15 'begin':7 'book':19 'close':4 'find':26 'holi':18 'kind':10 'may':21 'mayb':13 'pretti':3 'read':16 'surpris':23 'tell':12 'tri':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724660"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899854 {#2081
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +"title": 29976
      }
      7 => App\Entity\EntryComment {#1384
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          If you don’t believe that Jesus died and rose again for your sins, then you’re not a Christian by definition.\n
          \n
          Also, those are not “obscure” stories. They’re the basis of all Abrahamic religions, including Christianity. In fact, the only reason there even is a NT is because they wanted to write about the “prophecies” from the OT “coming true.” You can’t have one without the other.\n
          \n
          And, once again, Jesus is God. God did really fucked up things in the old testament, that means Jesus did really fucked up things. In the NT he supported those fucked up things that he did, and his existence itself is allegedly a fulfillment of OT prophecy. That’s why they killed him! Assuming he ever existed in the first place.\n
          \n
          Not trying to be a dick, but as someone who was raised in an evangelical church, I know the Bible inside and out. People who pick and choose, or pretend they can be Christian and still think being gay is ok, piss me off because it’s a direct contradiction of what you claim to believe.\n
          \n
          People like you legitimize a barbaric religion that is (once again) destroying the fabric of our society. Be honest with yourself and come to terms with the fact that your religion condones slavery, and killing people for being homosexual.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1695846077 {#2394
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1383 …}
        +nested: Doctrine\ORM\PersistentCollection {#1405 …}
        +votes: Doctrine\ORM\PersistentCollection {#1382 …}
        +reports: Doctrine\ORM\PersistentCollection {#1404 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
        -id: 29919
        -bodyTs: "'abraham':35 'alleg':112 'also':23 'assum':124 'barbar':193 'basi':32 'believ':5,187 'bibl':151 'choos':159 'christian':20,38,165 'church':147 'claim':185 'come':61,210 'condon':219 'contradict':181 'definit':22 'destroy':199 'dick':137 'die':8 'direct':180 'evangel':146 'even':45 'ever':126 'exist':109,127 'fabric':201 'fact':40,215 'first':130 'fuck':80,92,101 'fulfil':114 'gay':170 'god':76,77 'homosexu':226 'honest':206 'includ':37 'insid':152 'jesus':7,74,89 'kill':122,222 'know':149 'legitim':191 'like':189 'mean':88 'nt':48,97 'obscur':27 'ok':172 'old':85 'one':67 'ot':60,116 'peopl':155,188,223 'pick':157 'piss':173 'place':131 'pretend':161 'propheci':57,117 'rais':143 're':17,30 'realli':79,91 'reason':43 'religion':36,194,218 'rose':10 'sin':14 'slaveri':220 'societi':204 'someon':140 'still':167 'stori':28 'support':99 'term':212 'testament':86 'thing':82,94,103 'think':168 'tri':133 'true':62 'want':52 'without':68 'write':54"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3706874"
        +editedAt: DateTimeImmutable @1695846183 {#2395
          date: 2023-09-27 22:23:03.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846077 {#2393
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +"title": 29919
      }
      8 => App\Entity\EntryComment {#2026
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          You need to look again, because it absolutely does. Or do you think, “if a man lies with another man,” was just talking about best buds sleeping in the same bed.\n
          \n
          **edit:** I guess people are too lazy to look themselves for something that’s already common knowledge…\n
          \n
          But it’s Leviticus 20:13.\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1695846676 {#2023
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2022 …}
        +nested: Doctrine\ORM\PersistentCollection {#2025 …}
        +votes: Doctrine\ORM\PersistentCollection {#2033 …}
        +reports: Doctrine\ORM\PersistentCollection {#2028 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2012 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2013 …}
        -id: 29924
        -bodyTs: "'13':54 '20':53 'abomin':70 'absolut':8 'alreadi':46 'anoth':19 'bed':31 'best':25 'blood':79 'bud':26 'commit':69 'common':47 'death':77 'edit':32 'guess':34 'knowledg':48 'lazi':38 'leviticus':52 'lie':17,59 'look':4,40 'man':16,20,58 'mankind':61 'need':2 'peopl':35 'put':75 'shall':72,80 'sleep':27 'someth':43 'sure':73 'talk':23 'think':13 'upon':82 'womankind':64"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3707120"
        +editedAt: DateTimeImmutable @1695913492 {#2030
          date: 2023-09-28 17:04:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846676 {#2032
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +"title": 29924
      }
      5 => App\Entity\EntryComment {#1909
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1708 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Ok, just pointing out that your beliefs are not consistent with your holy book.\n
          \n
          By what criteria are you able to justify ignoring parts of the book and not others? Is it not the inerrant word of God? Didn’t Jesus say that he didn’t come to abolish the law, but to fulfill it? He made it very clear that you can’t just throw away the OT.\n
          \n
          You seem to have good values, just don’t see the reason any kind of unscientific claims about the supernatural need to be a part of it. Just unnecessary baggage.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 20
        +score: 0
        +lastActive: DateTime @1695840894 {#1910
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1926 …}
        +nested: Doctrine\ORM\PersistentCollection {#1874 …}
        +votes: Doctrine\ORM\PersistentCollection {#1908 …}
        +reports: Doctrine\ORM\PersistentCollection {#1883 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2387 …}
        -id: 29907
        -bodyTs: "'abl':20 'abolish':49 'away':67 'baggag':99 'belief':7 'book':14,27 'claim':86 'clear':60 'come':47 'consist':10 'criteria':17 'didn':39,45 'fulfil':54 'god':38 'good':74 'holi':13 'ignor':23 'inerr':35 'jesus':41 'justifi':22 'kind':83 'law':51 'made':57 'need':90 'ok':1 'ot':69 'other':30 'part':24,94 'point':3 'reason':81 'say':42 'see':79 'seem':71 'supernatur':89 'throw':66 'unnecessari':98 'unscientif':85 'valu':75 'word':36"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3704378"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695840894 {#1906
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +"title": 29907
      }
      6 => App\Entity\EntryComment {#2135
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2136 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "I’m well aware of the apologetics. Whatever mental gymnastics you have to do, friend. Maybe one day you’ll be free of the constant cognitive dissonance. It’s a huge relief."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695905918 {#2159
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2137 …}
        +nested: Doctrine\ORM\PersistentCollection {#2068 …}
        +votes: Doctrine\ORM\PersistentCollection {#2069 …}
        +reports: Doctrine\ORM\PersistentCollection {#2074 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2071 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2070 …}
        -id: 29991
        -bodyTs: "'apologet':7 'awar':4 'cognit':26 'constant':25 'day':18 'disson':27 'free':22 'friend':15 'gymnast':10 'huge':31 'll':20 'm':2 'mayb':16 'mental':9 'one':17 'relief':32 'well':3 'whatev':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3727709"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695905918 {#2143
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +"title": 29991
      }
      4 => App\Entity\EntryComment {#2333
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2323 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "Leviticus 20:13 is very clear. What makes you think you can just ignore that part?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695903764 {#2327
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2324 …}
        +nested: Doctrine\ORM\PersistentCollection {#2334 …}
        +votes: Doctrine\ORM\PersistentCollection {#2341 …}
        +reports: Doctrine\ORM\PersistentCollection {#2337 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2336 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2339 …}
        -id: 29987
        -bodyTs: "'13':3 '20':2 'clear':6 'ignor':14 'leviticus':1 'make':8 'part':16 'think':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726695"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695903764 {#2329
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +"title": 29987
      }
      3 => App\Entity\EntryComment {#2056}
      2 => App\Entity\EntryComment {#2370
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          The Bible contains quite a bit of hating others… God is a real piece of shit in the old testament. What did Job do to deserve what he got? Why did he tell Abraham to kill his own son for a goof? The book literally justifies slavery.\n
          \n
          According to the book, Jesus is God, so…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1695838397 {#2471
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2361 …}
        +nested: Doctrine\ORM\PersistentCollection {#2372 …}
        +votes: Doctrine\ORM\PersistentCollection {#2386 …}
        +reports: Doctrine\ORM\PersistentCollection {#2385 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
        -id: 29898
        -bodyTs: "'abraham':34 'accord':48 'bibl':2 'bit':6 'book':44,51 'contain':3 'deserv':26 'god':10,54 'goof':42 'got':29 'hate':8 'jesus':52 'job':23 'justifi':46 'kill':36 'liter':45 'old':19 'other':9 'piec':14 'quit':4 'real':13 'shit':16 'slaveri':47 'son':39 'tell':33 'testament':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3703429"
        +editedAt: DateTimeImmutable @1695838464 {#2371
          date: 2023-09-27 20:14:24.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695838397 {#2363
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +"title": 29898
      }
      1 => App\Entity\EntryComment {#2344
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          In case you didn’t see the other replies, Leviticus 20:13:\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.\n
          \n
          Seems pretty black and white to me.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695902427 {#2347
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2349 …}
        +nested: Doctrine\ORM\PersistentCollection {#2141 …}
        +votes: Doctrine\ORM\PersistentCollection {#2164 …}
        +reports: Doctrine\ORM\PersistentCollection {#2314 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2191 …}
        -id: 29982
        -bodyTs: "'13':12 '20':11 'abomin':28 'black':44 'blood':37 'case':2 'commit':27 'death':35 'didn':4 'leviticus':10 'lie':17 'man':16 'mankind':19 'pretti':43 'put':33 'repli':9 'see':6 'seem':42 'shall':30,38 'sure':31 'upon':40 'white':46 'womankind':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726243"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902427 {#2332
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +"title": 29982
      }
      0 => App\Entity\EntryComment {#2140
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          How is that contradictory? I didn’t say all Christians are hypocrites, just the ones that pick and choose what verses are convenient for them. Westboro Baptist seems to adhere pretty closely.\n
          \n
          Christianity itself is a hateful ideology. Many people pick some of those hateful things when they walk past on the buffett line. Those people are both hateful and hypocritical.\n
          \n
          I’m saying to either do it the way it says you have to do it, or stop wasting your time.\n
          \n
          After all, God did say not to be lukewarm Christians, and if you are, he will *“spew you from his mouth”*
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695902289 {#2094
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2133 …}
        +nested: Doctrine\ORM\PersistentCollection {#2131 …}
        +votes: Doctrine\ORM\PersistentCollection {#2138 …}
        +reports: Doctrine\ORM\PersistentCollection {#2345 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2330 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2346 …}
        -id: 29981
        -bodyTs: "'adher':30 'baptist':27 'buffett':53 'choos':19 'christian':10,33,92 'close':32 'contradictori':4 'conveni':23 'didn':6 'either':66 'god':85 'hate':37,45,59 'hypocrit':12,61 'ideolog':38 'line':54 'lukewarm':91 'm':63 'mani':39 'mouth':103 'one':15 'past':50 'peopl':40,56 'pick':17,41 'pretti':31 'say':8,64,72,87 'seem':28 'spew':99 'stop':79 'thing':46 'time':82 'vers':21 'walk':49 'wast':80 'way':70 'westboro':26"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726207"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902289 {#2241
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +"title": 29981
      }
    ]
    -id: 2351
    -titleTs: "'bless':7 'church':2 'crackdown':5 'defi':3 'drag':8 'govern':4 'queen':9 'texa':1"
    -bodyTs: "'000':317 '10':316 '850':78 'abbott':406 'activ':242 'ad':429 'affirm':7 'aid':218,230 'allow':321 'also':442 'anyon':83 'appli':457 'approxim':77 'argu':384 'attend':80 'attorney':380 'audienc':375 'away':258 'ban':423 'bedsid':225 'bless':45 'block':302 'brimston':97 'bring':238,241,246,480 'build':117 'burn':102 'cathedr':2 'caus':91 'celebr':157 'challeng':294 'check':84 'choos':478 'christ':11 'church':9,38,72,100,459,484 'civil':298 'cloth':357 'comment':431 'commit':162 'communion':188 'communiti':24,171 'concert':18 'congreg':114 'contain':416 'court':296,306 'creat':173 'crime':286 'dalla':13 'danc':369 'defend':21 'defin':334 'despit':261 'didn':389 'die':228 'discriminatori':397 'display':111 'divers':160 'divin':159 'dozen':66 'dr':232 'drag':32,46,189,284,310,393,399,424,451,488 'dress':143 'due':211 'effort':19 'epidem':219 'everi':103 'everyon':176 'exhibit':343,351 'explicit':328 'express':144 'feder':305 'femal':346,349 'fill':115 'fine':318 'fire':95 'g':234 'gave':187 'general':381 'god':135 'gov':404 'govern':30 'governor':420 'greg':405 'group':300 'hate':195 'headlin':418 'held':40 'homo':104 'honor':210 'hope':4 'howev':401 'humor':239,263 'hurl':73 'imag':133 'inclus':122 'indulg':202 'insid':105 'inton':152 'june':403 'justic':53 'kid':464,482 'law':288,308,388,412,422,441,456 'lawyer':376 'lead':468 'leader':182 'legisl':279 'level':248 'lgbtq':6,170 'lifesav':214 'lift':164 'lip':367 'love':55,119,132,149 'made':16,129 'make':282 'makeup':358 'male':340,354 'mani':252,435 'marker':363 'matter':137 'meant':280,448 'men':227 'mention':392 'might':93 'minor':323 'neil':233 'note':183 'offic':383 'often':192 'one':88,180,336 'otherwis':371 'outsid':69,112 'particular':204,209 'pass':278,289 'passag':414 'pastor':151,186,469 'peopl':36,62,79,127 'perform':311,329,332,341,350,372,400,425 'perpetu':201 'persecut':26 'physic':362 'pledg':49 'politician':437 'proclaim':54 'protect':57 'protest':89 'protestor':67 'provid':244 'public':427,443 'punish':309 'queen':33,47,190,489 'queer':23 'radic':121 'rain':94 'recent':39,277 'recogn':124 'repeat':303 'republican':291 'respons':275 'rev':231 'right':59,299,434,476 'said':236,470 'scream':90 'see':325 'serious':270 'servic':42,82,155,272 'sexual':327 'share':407 'sign':421 'similar':361 'sing':366 'singl':206 'sister':199,221 'slur':74 'space':174 'specif':391,452 'spiritu':250,267 'stand':51 'state':29,436,444 'stood':68 'stori':409 'support':439 'sync':368 'take':265 'taken':257 'target':31,193,450 'texa':14,379,419 'thoma':235 'threat':76 'three':65 'thrive':178 'today':87 'transgend':35 'ugli':109 'unclear':462 'unit':8 'us':254,260 'use':356 'venu':313 'violenc':197 'voic':167 'wasn':395 'weather':86 'work':215,268 'worship':181 'would':454"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1695906060
    +visibility: "visible             "
    +apId: "https://feddit.ch/post/1306063"
    +editedAt: null
    +createdAt: DateTimeImmutable @1695819660 {#2834
      date: 2023-09-27 15:01:00.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
  +body: """
    What was hateful about what I said?\n
    \n
    We’ve got Christians on the verge of genocide in the name of your God, but I’m “hateful” for pointing out that they’re just following their holy book?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1695913394 {#2048
    date: 2023-09-28 17:03:14.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCool@feddit.ch"
    "@qooqie@lemmy.world"
    "@eestileib@sh.itjust.works"
    "@Bunnylux@lemmy.world"
    "@CaptFeather@lemm.ee"
    "@prole@sh.itjust.works"
    "@jpeps@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2046 …}
  +nested: Doctrine\ORM\PersistentCollection {#2045 …}
  +votes: Doctrine\ORM\PersistentCollection {#2050 …}
  +reports: Doctrine\ORM\PersistentCollection {#2052 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
  -id: 29994
  -bodyTs: "'book':37 'christian':11 'follow':34 'genocid':16 'god':22 'got':10 'hate':3,26 'holi':36 'm':25 'name':19 'point':28 're':32 'said':7 've':9 'verg':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/3731992"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695913394 {#2051
    date: 2023-09-28 17:03:14.0 +02:00
  }
  +"title": 29994
}
"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 {#2056
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2377
    +user: Proxies\__CG__\App\Entity\User {#2757 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
    +image: Proxies\__CG__\App\Entity\Image {#3039 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3056 …}
    +slug: "Texas-church-defies-government-crackdown-by-blessing-drag-queens"
    +title: "Texas church defies government crackdown by blessing drag queens"
    +url: "https://www.lgbtqnation.com/2023/09/texas-church-defies-government-crackdown-by-blessing-drag-queens/"
    +body: """
      The Cathedral of Hope — an LGBTQ±affirming United Church of Christ in Dallas, Texas — has made a concerted effort to defend the queer community from “persecution,” as the state government targets drag queens and transgender people.\n
      \n
      The church recently held a service where they blessed drag queens and pledged to “stand for justice, proclaim love, and protect the rights of all people.”\n
      \n
      While about three dozen protestors stood outside of the church hurling slurs and threats, approximately 850 people attended the service.\n
      \n
      “Anyone check the weather today?!” one protester screamed. “’Cause it might rain fire and brimstone on this church and burn every homo inside!”\n
      \n
      But for the ugliness on display outside, the congregation filled the building with love and “radical inclusivity.”\n
      \n
      “We recognize that all people are made in the loving image of God, no matter who they are, how they dress, express themselves, or who they love,” the pastor intoned during the service. “We celebrate this divine diversity and commit to lifting up the voices of the LGBTQ+ community and creating spaces where everyone can thrive.”\n
      \n
      As one worship leader noted as the pastor gave communion, “Drag queens are often targets of hate and violence.” The Sisters of Perpetual Indulgence, in particular, were singled out for particular honor due to their lifesaving work during the AIDS epidemic.\n
      \n
      “These Sisters were at the bedsides of men dying of AIDS,” Rev. Dr. Neil G. Thomas said. “They bring humor, they bring activism, they provide and bring a level of spirituality that many of us have had taken away from us. Despite the humor, they take their spiritual work very seriously.”\n
      \n
      The service was a response to recently passed legislation meant to make a drag a crime. The law, passed by Republicans, has been challenged in court by civil rights groups and blocked repeatedly by federal courts.\n
      \n
      The law punishes drag performers and venues with a $10,000 fine if they allow a minor to see a “sexually explicit” performance. Such a performance is defined as one in which “a male performer [is] exhibiting as a female, or a female performer exhibiting as a male, who uses clothing, makeup, or other similar physical markers and who sings, lip syncs, dances, or otherwise performs before an audience.”\n
      \n
      Lawyers from the Texas Attorney General’s office argued that because the law didn’t specifically mention drag, it wasn’t discriminatory to drag performances. However, in June, Gov. Greg Abbott ® shared a story about the law’s passage that contained the headline, “Texas Governor Signs Law Banning Drag Performances in Public,” and added the comment, “That’s right.” Many state politicians who supported the law also publicly stated that it was meant to target drag, specifically.\n
      \n
      But would the law apply to churches? That’s unclear.\n
      \n
      “My kid was here,” the lead pastor said. “I don’t have the right to choose to bring my kid to church when there are drag queens?”
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 101
    +favouriteCount: 718
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696166183 {#2264
      date: 2023-10-01 15:16:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3055 …}
    +votes: Doctrine\ORM\PersistentCollection {#3053 …}
    +reports: Doctrine\ORM\PersistentCollection {#3050 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3084 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3080 …}
    +badges: Doctrine\ORM\PersistentCollection {#3097 …}
    +children: [
      9 => App\Entity\EntryComment {#2036
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Yes and they are hypocrites.\n
          \n
          It’s amazing the mental gymnastics Christians will do to justify their hateful beliefs.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695899761 {#2035
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +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: 29975
        -bodyTs: "'amaz':8 'belief':19 'christian':12 'gymnast':11 'hate':18 'hypocrit':5 'justifi':16 'mental':10 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724621"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899761 {#2031
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +"title": 29975
      }
      10 => App\Entity\EntryComment {#2077
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "It’s pretty close to the beginning, which is kind of telling… maybe try actually reading your holy book. You may be surprised what you find."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1695899854 {#2062
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@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: 29976
        -bodyTs: "'actual':15 'begin':7 'book':19 'close':4 'find':26 'holi':18 'kind':10 'may':21 'mayb':13 'pretti':3 'read':16 'surpris':23 'tell':12 'tri':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724660"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899854 {#2081
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +"title": 29976
      }
      7 => App\Entity\EntryComment {#1384
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          If you don’t believe that Jesus died and rose again for your sins, then you’re not a Christian by definition.\n
          \n
          Also, those are not “obscure” stories. They’re the basis of all Abrahamic religions, including Christianity. In fact, the only reason there even is a NT is because they wanted to write about the “prophecies” from the OT “coming true.” You can’t have one without the other.\n
          \n
          And, once again, Jesus is God. God did really fucked up things in the old testament, that means Jesus did really fucked up things. In the NT he supported those fucked up things that he did, and his existence itself is allegedly a fulfillment of OT prophecy. That’s why they killed him! Assuming he ever existed in the first place.\n
          \n
          Not trying to be a dick, but as someone who was raised in an evangelical church, I know the Bible inside and out. People who pick and choose, or pretend they can be Christian and still think being gay is ok, piss me off because it’s a direct contradiction of what you claim to believe.\n
          \n
          People like you legitimize a barbaric religion that is (once again) destroying the fabric of our society. Be honest with yourself and come to terms with the fact that your religion condones slavery, and killing people for being homosexual.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1695846077 {#2394
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1383 …}
        +nested: Doctrine\ORM\PersistentCollection {#1405 …}
        +votes: Doctrine\ORM\PersistentCollection {#1382 …}
        +reports: Doctrine\ORM\PersistentCollection {#1404 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
        -id: 29919
        -bodyTs: "'abraham':35 'alleg':112 'also':23 'assum':124 'barbar':193 'basi':32 'believ':5,187 'bibl':151 'choos':159 'christian':20,38,165 'church':147 'claim':185 'come':61,210 'condon':219 'contradict':181 'definit':22 'destroy':199 'dick':137 'die':8 'direct':180 'evangel':146 'even':45 'ever':126 'exist':109,127 'fabric':201 'fact':40,215 'first':130 'fuck':80,92,101 'fulfil':114 'gay':170 'god':76,77 'homosexu':226 'honest':206 'includ':37 'insid':152 'jesus':7,74,89 'kill':122,222 'know':149 'legitim':191 'like':189 'mean':88 'nt':48,97 'obscur':27 'ok':172 'old':85 'one':67 'ot':60,116 'peopl':155,188,223 'pick':157 'piss':173 'place':131 'pretend':161 'propheci':57,117 'rais':143 're':17,30 'realli':79,91 'reason':43 'religion':36,194,218 'rose':10 'sin':14 'slaveri':220 'societi':204 'someon':140 'still':167 'stori':28 'support':99 'term':212 'testament':86 'thing':82,94,103 'think':168 'tri':133 'true':62 'want':52 'without':68 'write':54"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3706874"
        +editedAt: DateTimeImmutable @1695846183 {#2395
          date: 2023-09-27 22:23:03.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846077 {#2393
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +"title": 29919
      }
      8 => App\Entity\EntryComment {#2026
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          You need to look again, because it absolutely does. Or do you think, “if a man lies with another man,” was just talking about best buds sleeping in the same bed.\n
          \n
          **edit:** I guess people are too lazy to look themselves for something that’s already common knowledge…\n
          \n
          But it’s Leviticus 20:13.\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1695846676 {#2023
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2022 …}
        +nested: Doctrine\ORM\PersistentCollection {#2025 …}
        +votes: Doctrine\ORM\PersistentCollection {#2033 …}
        +reports: Doctrine\ORM\PersistentCollection {#2028 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2012 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2013 …}
        -id: 29924
        -bodyTs: "'13':54 '20':53 'abomin':70 'absolut':8 'alreadi':46 'anoth':19 'bed':31 'best':25 'blood':79 'bud':26 'commit':69 'common':47 'death':77 'edit':32 'guess':34 'knowledg':48 'lazi':38 'leviticus':52 'lie':17,59 'look':4,40 'man':16,20,58 'mankind':61 'need':2 'peopl':35 'put':75 'shall':72,80 'sleep':27 'someth':43 'sure':73 'talk':23 'think':13 'upon':82 'womankind':64"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3707120"
        +editedAt: DateTimeImmutable @1695913492 {#2030
          date: 2023-09-28 17:04:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846676 {#2032
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +"title": 29924
      }
      5 => App\Entity\EntryComment {#1909
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1708 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Ok, just pointing out that your beliefs are not consistent with your holy book.\n
          \n
          By what criteria are you able to justify ignoring parts of the book and not others? Is it not the inerrant word of God? Didn’t Jesus say that he didn’t come to abolish the law, but to fulfill it? He made it very clear that you can’t just throw away the OT.\n
          \n
          You seem to have good values, just don’t see the reason any kind of unscientific claims about the supernatural need to be a part of it. Just unnecessary baggage.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 20
        +score: 0
        +lastActive: DateTime @1695840894 {#1910
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1926 …}
        +nested: Doctrine\ORM\PersistentCollection {#1874 …}
        +votes: Doctrine\ORM\PersistentCollection {#1908 …}
        +reports: Doctrine\ORM\PersistentCollection {#1883 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2387 …}
        -id: 29907
        -bodyTs: "'abl':20 'abolish':49 'away':67 'baggag':99 'belief':7 'book':14,27 'claim':86 'clear':60 'come':47 'consist':10 'criteria':17 'didn':39,45 'fulfil':54 'god':38 'good':74 'holi':13 'ignor':23 'inerr':35 'jesus':41 'justifi':22 'kind':83 'law':51 'made':57 'need':90 'ok':1 'ot':69 'other':30 'part':24,94 'point':3 'reason':81 'say':42 'see':79 'seem':71 'supernatur':89 'throw':66 'unnecessari':98 'unscientif':85 'valu':75 'word':36"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3704378"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695840894 {#1906
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +"title": 29907
      }
      6 => App\Entity\EntryComment {#2135
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2136 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "I’m well aware of the apologetics. Whatever mental gymnastics you have to do, friend. Maybe one day you’ll be free of the constant cognitive dissonance. It’s a huge relief."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695905918 {#2159
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2137 …}
        +nested: Doctrine\ORM\PersistentCollection {#2068 …}
        +votes: Doctrine\ORM\PersistentCollection {#2069 …}
        +reports: Doctrine\ORM\PersistentCollection {#2074 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2071 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2070 …}
        -id: 29991
        -bodyTs: "'apologet':7 'awar':4 'cognit':26 'constant':25 'day':18 'disson':27 'free':22 'friend':15 'gymnast':10 'huge':31 'll':20 'm':2 'mayb':16 'mental':9 'one':17 'relief':32 'well':3 'whatev':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3727709"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695905918 {#2143
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +"title": 29991
      }
      4 => App\Entity\EntryComment {#2333
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2323 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "Leviticus 20:13 is very clear. What makes you think you can just ignore that part?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695903764 {#2327
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2324 …}
        +nested: Doctrine\ORM\PersistentCollection {#2334 …}
        +votes: Doctrine\ORM\PersistentCollection {#2341 …}
        +reports: Doctrine\ORM\PersistentCollection {#2337 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2336 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2339 …}
        -id: 29987
        -bodyTs: "'13':3 '20':2 'clear':6 'ignor':14 'leviticus':1 'make':8 'part':16 'think':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726695"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695903764 {#2329
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +"title": 29987
      }
      3 => App\Entity\EntryComment {#2056}
      2 => App\Entity\EntryComment {#2370
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          The Bible contains quite a bit of hating others… God is a real piece of shit in the old testament. What did Job do to deserve what he got? Why did he tell Abraham to kill his own son for a goof? The book literally justifies slavery.\n
          \n
          According to the book, Jesus is God, so…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1695838397 {#2471
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2361 …}
        +nested: Doctrine\ORM\PersistentCollection {#2372 …}
        +votes: Doctrine\ORM\PersistentCollection {#2386 …}
        +reports: Doctrine\ORM\PersistentCollection {#2385 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
        -id: 29898
        -bodyTs: "'abraham':34 'accord':48 'bibl':2 'bit':6 'book':44,51 'contain':3 'deserv':26 'god':10,54 'goof':42 'got':29 'hate':8 'jesus':52 'job':23 'justifi':46 'kill':36 'liter':45 'old':19 'other':9 'piec':14 'quit':4 'real':13 'shit':16 'slaveri':47 'son':39 'tell':33 'testament':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3703429"
        +editedAt: DateTimeImmutable @1695838464 {#2371
          date: 2023-09-27 20:14:24.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695838397 {#2363
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +"title": 29898
      }
      1 => App\Entity\EntryComment {#2344
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          In case you didn’t see the other replies, Leviticus 20:13:\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.\n
          \n
          Seems pretty black and white to me.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695902427 {#2347
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2349 …}
        +nested: Doctrine\ORM\PersistentCollection {#2141 …}
        +votes: Doctrine\ORM\PersistentCollection {#2164 …}
        +reports: Doctrine\ORM\PersistentCollection {#2314 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2191 …}
        -id: 29982
        -bodyTs: "'13':12 '20':11 'abomin':28 'black':44 'blood':37 'case':2 'commit':27 'death':35 'didn':4 'leviticus':10 'lie':17 'man':16 'mankind':19 'pretti':43 'put':33 'repli':9 'see':6 'seem':42 'shall':30,38 'sure':31 'upon':40 'white':46 'womankind':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726243"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902427 {#2332
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +"title": 29982
      }
      0 => App\Entity\EntryComment {#2140
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          How is that contradictory? I didn’t say all Christians are hypocrites, just the ones that pick and choose what verses are convenient for them. Westboro Baptist seems to adhere pretty closely.\n
          \n
          Christianity itself is a hateful ideology. Many people pick some of those hateful things when they walk past on the buffett line. Those people are both hateful and hypocritical.\n
          \n
          I’m saying to either do it the way it says you have to do it, or stop wasting your time.\n
          \n
          After all, God did say not to be lukewarm Christians, and if you are, he will *“spew you from his mouth”*
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695902289 {#2094
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2133 …}
        +nested: Doctrine\ORM\PersistentCollection {#2131 …}
        +votes: Doctrine\ORM\PersistentCollection {#2138 …}
        +reports: Doctrine\ORM\PersistentCollection {#2345 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2330 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2346 …}
        -id: 29981
        -bodyTs: "'adher':30 'baptist':27 'buffett':53 'choos':19 'christian':10,33,92 'close':32 'contradictori':4 'conveni':23 'didn':6 'either':66 'god':85 'hate':37,45,59 'hypocrit':12,61 'ideolog':38 'line':54 'lukewarm':91 'm':63 'mani':39 'mouth':103 'one':15 'past':50 'peopl':40,56 'pick':17,41 'pretti':31 'say':8,64,72,87 'seem':28 'spew':99 'stop':79 'thing':46 'time':82 'vers':21 'walk':49 'wast':80 'way':70 'westboro':26"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726207"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902289 {#2241
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +"title": 29981
      }
    ]
    -id: 2351
    -titleTs: "'bless':7 'church':2 'crackdown':5 'defi':3 'drag':8 'govern':4 'queen':9 'texa':1"
    -bodyTs: "'000':317 '10':316 '850':78 'abbott':406 'activ':242 'ad':429 'affirm':7 'aid':218,230 'allow':321 'also':442 'anyon':83 'appli':457 'approxim':77 'argu':384 'attend':80 'attorney':380 'audienc':375 'away':258 'ban':423 'bedsid':225 'bless':45 'block':302 'brimston':97 'bring':238,241,246,480 'build':117 'burn':102 'cathedr':2 'caus':91 'celebr':157 'challeng':294 'check':84 'choos':478 'christ':11 'church':9,38,72,100,459,484 'civil':298 'cloth':357 'comment':431 'commit':162 'communion':188 'communiti':24,171 'concert':18 'congreg':114 'contain':416 'court':296,306 'creat':173 'crime':286 'dalla':13 'danc':369 'defend':21 'defin':334 'despit':261 'didn':389 'die':228 'discriminatori':397 'display':111 'divers':160 'divin':159 'dozen':66 'dr':232 'drag':32,46,189,284,310,393,399,424,451,488 'dress':143 'due':211 'effort':19 'epidem':219 'everi':103 'everyon':176 'exhibit':343,351 'explicit':328 'express':144 'feder':305 'femal':346,349 'fill':115 'fine':318 'fire':95 'g':234 'gave':187 'general':381 'god':135 'gov':404 'govern':30 'governor':420 'greg':405 'group':300 'hate':195 'headlin':418 'held':40 'homo':104 'honor':210 'hope':4 'howev':401 'humor':239,263 'hurl':73 'imag':133 'inclus':122 'indulg':202 'insid':105 'inton':152 'june':403 'justic':53 'kid':464,482 'law':288,308,388,412,422,441,456 'lawyer':376 'lead':468 'leader':182 'legisl':279 'level':248 'lgbtq':6,170 'lifesav':214 'lift':164 'lip':367 'love':55,119,132,149 'made':16,129 'make':282 'makeup':358 'male':340,354 'mani':252,435 'marker':363 'matter':137 'meant':280,448 'men':227 'mention':392 'might':93 'minor':323 'neil':233 'note':183 'offic':383 'often':192 'one':88,180,336 'otherwis':371 'outsid':69,112 'particular':204,209 'pass':278,289 'passag':414 'pastor':151,186,469 'peopl':36,62,79,127 'perform':311,329,332,341,350,372,400,425 'perpetu':201 'persecut':26 'physic':362 'pledg':49 'politician':437 'proclaim':54 'protect':57 'protest':89 'protestor':67 'provid':244 'public':427,443 'punish':309 'queen':33,47,190,489 'queer':23 'radic':121 'rain':94 'recent':39,277 'recogn':124 'repeat':303 'republican':291 'respons':275 'rev':231 'right':59,299,434,476 'said':236,470 'scream':90 'see':325 'serious':270 'servic':42,82,155,272 'sexual':327 'share':407 'sign':421 'similar':361 'sing':366 'singl':206 'sister':199,221 'slur':74 'space':174 'specif':391,452 'spiritu':250,267 'stand':51 'state':29,436,444 'stood':68 'stori':409 'support':439 'sync':368 'take':265 'taken':257 'target':31,193,450 'texa':14,379,419 'thoma':235 'threat':76 'three':65 'thrive':178 'today':87 'transgend':35 'ugli':109 'unclear':462 'unit':8 'us':254,260 'use':356 'venu':313 'violenc':197 'voic':167 'wasn':395 'weather':86 'work':215,268 'worship':181 'would':454"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1695906060
    +visibility: "visible             "
    +apId: "https://feddit.ch/post/1306063"
    +editedAt: null
    +createdAt: DateTimeImmutable @1695819660 {#2834
      date: 2023-09-27 15:01:00.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
  +body: """
    What was hateful about what I said?\n
    \n
    We’ve got Christians on the verge of genocide in the name of your God, but I’m “hateful” for pointing out that they’re just following their holy book?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1695913394 {#2048
    date: 2023-09-28 17:03:14.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCool@feddit.ch"
    "@qooqie@lemmy.world"
    "@eestileib@sh.itjust.works"
    "@Bunnylux@lemmy.world"
    "@CaptFeather@lemm.ee"
    "@prole@sh.itjust.works"
    "@jpeps@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2046 …}
  +nested: Doctrine\ORM\PersistentCollection {#2045 …}
  +votes: Doctrine\ORM\PersistentCollection {#2050 …}
  +reports: Doctrine\ORM\PersistentCollection {#2052 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
  -id: 29994
  -bodyTs: "'book':37 'christian':11 'follow':34 'genocid':16 'god':22 'got':10 'hate':3,26 'holi':36 'm':25 'name':19 'point':28 're':32 'said':7 've':9 'verg':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/3731992"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695913394 {#2051
    date: 2023-09-28 17:03:14.0 +02:00
  }
  +"title": 29994
}
"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 {#2056
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2377
    +user: Proxies\__CG__\App\Entity\User {#2757 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
    +image: Proxies\__CG__\App\Entity\Image {#3039 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3056 …}
    +slug: "Texas-church-defies-government-crackdown-by-blessing-drag-queens"
    +title: "Texas church defies government crackdown by blessing drag queens"
    +url: "https://www.lgbtqnation.com/2023/09/texas-church-defies-government-crackdown-by-blessing-drag-queens/"
    +body: """
      The Cathedral of Hope — an LGBTQ±affirming United Church of Christ in Dallas, Texas — has made a concerted effort to defend the queer community from “persecution,” as the state government targets drag queens and transgender people.\n
      \n
      The church recently held a service where they blessed drag queens and pledged to “stand for justice, proclaim love, and protect the rights of all people.”\n
      \n
      While about three dozen protestors stood outside of the church hurling slurs and threats, approximately 850 people attended the service.\n
      \n
      “Anyone check the weather today?!” one protester screamed. “’Cause it might rain fire and brimstone on this church and burn every homo inside!”\n
      \n
      But for the ugliness on display outside, the congregation filled the building with love and “radical inclusivity.”\n
      \n
      “We recognize that all people are made in the loving image of God, no matter who they are, how they dress, express themselves, or who they love,” the pastor intoned during the service. “We celebrate this divine diversity and commit to lifting up the voices of the LGBTQ+ community and creating spaces where everyone can thrive.”\n
      \n
      As one worship leader noted as the pastor gave communion, “Drag queens are often targets of hate and violence.” The Sisters of Perpetual Indulgence, in particular, were singled out for particular honor due to their lifesaving work during the AIDS epidemic.\n
      \n
      “These Sisters were at the bedsides of men dying of AIDS,” Rev. Dr. Neil G. Thomas said. “They bring humor, they bring activism, they provide and bring a level of spirituality that many of us have had taken away from us. Despite the humor, they take their spiritual work very seriously.”\n
      \n
      The service was a response to recently passed legislation meant to make a drag a crime. The law, passed by Republicans, has been challenged in court by civil rights groups and blocked repeatedly by federal courts.\n
      \n
      The law punishes drag performers and venues with a $10,000 fine if they allow a minor to see a “sexually explicit” performance. Such a performance is defined as one in which “a male performer [is] exhibiting as a female, or a female performer exhibiting as a male, who uses clothing, makeup, or other similar physical markers and who sings, lip syncs, dances, or otherwise performs before an audience.”\n
      \n
      Lawyers from the Texas Attorney General’s office argued that because the law didn’t specifically mention drag, it wasn’t discriminatory to drag performances. However, in June, Gov. Greg Abbott ® shared a story about the law’s passage that contained the headline, “Texas Governor Signs Law Banning Drag Performances in Public,” and added the comment, “That’s right.” Many state politicians who supported the law also publicly stated that it was meant to target drag, specifically.\n
      \n
      But would the law apply to churches? That’s unclear.\n
      \n
      “My kid was here,” the lead pastor said. “I don’t have the right to choose to bring my kid to church when there are drag queens?”
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 101
    +favouriteCount: 718
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696166183 {#2264
      date: 2023-10-01 15:16:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3055 …}
    +votes: Doctrine\ORM\PersistentCollection {#3053 …}
    +reports: Doctrine\ORM\PersistentCollection {#3050 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3084 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3080 …}
    +badges: Doctrine\ORM\PersistentCollection {#3097 …}
    +children: [
      9 => App\Entity\EntryComment {#2036
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Yes and they are hypocrites.\n
          \n
          It’s amazing the mental gymnastics Christians will do to justify their hateful beliefs.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695899761 {#2035
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +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: 29975
        -bodyTs: "'amaz':8 'belief':19 'christian':12 'gymnast':11 'hate':18 'hypocrit':5 'justifi':16 'mental':10 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724621"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899761 {#2031
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +"title": 29975
      }
      10 => App\Entity\EntryComment {#2077
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "It’s pretty close to the beginning, which is kind of telling… maybe try actually reading your holy book. You may be surprised what you find."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1695899854 {#2062
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@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: 29976
        -bodyTs: "'actual':15 'begin':7 'book':19 'close':4 'find':26 'holi':18 'kind':10 'may':21 'mayb':13 'pretti':3 'read':16 'surpris':23 'tell':12 'tri':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724660"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899854 {#2081
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +"title": 29976
      }
      7 => App\Entity\EntryComment {#1384
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          If you don’t believe that Jesus died and rose again for your sins, then you’re not a Christian by definition.\n
          \n
          Also, those are not “obscure” stories. They’re the basis of all Abrahamic religions, including Christianity. In fact, the only reason there even is a NT is because they wanted to write about the “prophecies” from the OT “coming true.” You can’t have one without the other.\n
          \n
          And, once again, Jesus is God. God did really fucked up things in the old testament, that means Jesus did really fucked up things. In the NT he supported those fucked up things that he did, and his existence itself is allegedly a fulfillment of OT prophecy. That’s why they killed him! Assuming he ever existed in the first place.\n
          \n
          Not trying to be a dick, but as someone who was raised in an evangelical church, I know the Bible inside and out. People who pick and choose, or pretend they can be Christian and still think being gay is ok, piss me off because it’s a direct contradiction of what you claim to believe.\n
          \n
          People like you legitimize a barbaric religion that is (once again) destroying the fabric of our society. Be honest with yourself and come to terms with the fact that your religion condones slavery, and killing people for being homosexual.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1695846077 {#2394
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1383 …}
        +nested: Doctrine\ORM\PersistentCollection {#1405 …}
        +votes: Doctrine\ORM\PersistentCollection {#1382 …}
        +reports: Doctrine\ORM\PersistentCollection {#1404 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
        -id: 29919
        -bodyTs: "'abraham':35 'alleg':112 'also':23 'assum':124 'barbar':193 'basi':32 'believ':5,187 'bibl':151 'choos':159 'christian':20,38,165 'church':147 'claim':185 'come':61,210 'condon':219 'contradict':181 'definit':22 'destroy':199 'dick':137 'die':8 'direct':180 'evangel':146 'even':45 'ever':126 'exist':109,127 'fabric':201 'fact':40,215 'first':130 'fuck':80,92,101 'fulfil':114 'gay':170 'god':76,77 'homosexu':226 'honest':206 'includ':37 'insid':152 'jesus':7,74,89 'kill':122,222 'know':149 'legitim':191 'like':189 'mean':88 'nt':48,97 'obscur':27 'ok':172 'old':85 'one':67 'ot':60,116 'peopl':155,188,223 'pick':157 'piss':173 'place':131 'pretend':161 'propheci':57,117 'rais':143 're':17,30 'realli':79,91 'reason':43 'religion':36,194,218 'rose':10 'sin':14 'slaveri':220 'societi':204 'someon':140 'still':167 'stori':28 'support':99 'term':212 'testament':86 'thing':82,94,103 'think':168 'tri':133 'true':62 'want':52 'without':68 'write':54"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3706874"
        +editedAt: DateTimeImmutable @1695846183 {#2395
          date: 2023-09-27 22:23:03.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846077 {#2393
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +"title": 29919
      }
      8 => App\Entity\EntryComment {#2026
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          You need to look again, because it absolutely does. Or do you think, “if a man lies with another man,” was just talking about best buds sleeping in the same bed.\n
          \n
          **edit:** I guess people are too lazy to look themselves for something that’s already common knowledge…\n
          \n
          But it’s Leviticus 20:13.\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1695846676 {#2023
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2022 …}
        +nested: Doctrine\ORM\PersistentCollection {#2025 …}
        +votes: Doctrine\ORM\PersistentCollection {#2033 …}
        +reports: Doctrine\ORM\PersistentCollection {#2028 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2012 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2013 …}
        -id: 29924
        -bodyTs: "'13':54 '20':53 'abomin':70 'absolut':8 'alreadi':46 'anoth':19 'bed':31 'best':25 'blood':79 'bud':26 'commit':69 'common':47 'death':77 'edit':32 'guess':34 'knowledg':48 'lazi':38 'leviticus':52 'lie':17,59 'look':4,40 'man':16,20,58 'mankind':61 'need':2 'peopl':35 'put':75 'shall':72,80 'sleep':27 'someth':43 'sure':73 'talk':23 'think':13 'upon':82 'womankind':64"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3707120"
        +editedAt: DateTimeImmutable @1695913492 {#2030
          date: 2023-09-28 17:04:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846676 {#2032
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +"title": 29924
      }
      5 => App\Entity\EntryComment {#1909
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1708 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Ok, just pointing out that your beliefs are not consistent with your holy book.\n
          \n
          By what criteria are you able to justify ignoring parts of the book and not others? Is it not the inerrant word of God? Didn’t Jesus say that he didn’t come to abolish the law, but to fulfill it? He made it very clear that you can’t just throw away the OT.\n
          \n
          You seem to have good values, just don’t see the reason any kind of unscientific claims about the supernatural need to be a part of it. Just unnecessary baggage.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 20
        +score: 0
        +lastActive: DateTime @1695840894 {#1910
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1926 …}
        +nested: Doctrine\ORM\PersistentCollection {#1874 …}
        +votes: Doctrine\ORM\PersistentCollection {#1908 …}
        +reports: Doctrine\ORM\PersistentCollection {#1883 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2387 …}
        -id: 29907
        -bodyTs: "'abl':20 'abolish':49 'away':67 'baggag':99 'belief':7 'book':14,27 'claim':86 'clear':60 'come':47 'consist':10 'criteria':17 'didn':39,45 'fulfil':54 'god':38 'good':74 'holi':13 'ignor':23 'inerr':35 'jesus':41 'justifi':22 'kind':83 'law':51 'made':57 'need':90 'ok':1 'ot':69 'other':30 'part':24,94 'point':3 'reason':81 'say':42 'see':79 'seem':71 'supernatur':89 'throw':66 'unnecessari':98 'unscientif':85 'valu':75 'word':36"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3704378"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695840894 {#1906
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +"title": 29907
      }
      6 => App\Entity\EntryComment {#2135
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2136 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "I’m well aware of the apologetics. Whatever mental gymnastics you have to do, friend. Maybe one day you’ll be free of the constant cognitive dissonance. It’s a huge relief."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695905918 {#2159
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2137 …}
        +nested: Doctrine\ORM\PersistentCollection {#2068 …}
        +votes: Doctrine\ORM\PersistentCollection {#2069 …}
        +reports: Doctrine\ORM\PersistentCollection {#2074 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2071 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2070 …}
        -id: 29991
        -bodyTs: "'apologet':7 'awar':4 'cognit':26 'constant':25 'day':18 'disson':27 'free':22 'friend':15 'gymnast':10 'huge':31 'll':20 'm':2 'mayb':16 'mental':9 'one':17 'relief':32 'well':3 'whatev':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3727709"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695905918 {#2143
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +"title": 29991
      }
      4 => App\Entity\EntryComment {#2333
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2323 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "Leviticus 20:13 is very clear. What makes you think you can just ignore that part?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695903764 {#2327
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2324 …}
        +nested: Doctrine\ORM\PersistentCollection {#2334 …}
        +votes: Doctrine\ORM\PersistentCollection {#2341 …}
        +reports: Doctrine\ORM\PersistentCollection {#2337 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2336 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2339 …}
        -id: 29987
        -bodyTs: "'13':3 '20':2 'clear':6 'ignor':14 'leviticus':1 'make':8 'part':16 'think':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726695"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695903764 {#2329
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +"title": 29987
      }
      3 => App\Entity\EntryComment {#2056}
      2 => App\Entity\EntryComment {#2370
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          The Bible contains quite a bit of hating others… God is a real piece of shit in the old testament. What did Job do to deserve what he got? Why did he tell Abraham to kill his own son for a goof? The book literally justifies slavery.\n
          \n
          According to the book, Jesus is God, so…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1695838397 {#2471
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2361 …}
        +nested: Doctrine\ORM\PersistentCollection {#2372 …}
        +votes: Doctrine\ORM\PersistentCollection {#2386 …}
        +reports: Doctrine\ORM\PersistentCollection {#2385 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
        -id: 29898
        -bodyTs: "'abraham':34 'accord':48 'bibl':2 'bit':6 'book':44,51 'contain':3 'deserv':26 'god':10,54 'goof':42 'got':29 'hate':8 'jesus':52 'job':23 'justifi':46 'kill':36 'liter':45 'old':19 'other':9 'piec':14 'quit':4 'real':13 'shit':16 'slaveri':47 'son':39 'tell':33 'testament':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3703429"
        +editedAt: DateTimeImmutable @1695838464 {#2371
          date: 2023-09-27 20:14:24.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695838397 {#2363
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +"title": 29898
      }
      1 => App\Entity\EntryComment {#2344
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          In case you didn’t see the other replies, Leviticus 20:13:\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.\n
          \n
          Seems pretty black and white to me.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695902427 {#2347
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2349 …}
        +nested: Doctrine\ORM\PersistentCollection {#2141 …}
        +votes: Doctrine\ORM\PersistentCollection {#2164 …}
        +reports: Doctrine\ORM\PersistentCollection {#2314 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2191 …}
        -id: 29982
        -bodyTs: "'13':12 '20':11 'abomin':28 'black':44 'blood':37 'case':2 'commit':27 'death':35 'didn':4 'leviticus':10 'lie':17 'man':16 'mankind':19 'pretti':43 'put':33 'repli':9 'see':6 'seem':42 'shall':30,38 'sure':31 'upon':40 'white':46 'womankind':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726243"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902427 {#2332
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +"title": 29982
      }
      0 => App\Entity\EntryComment {#2140
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          How is that contradictory? I didn’t say all Christians are hypocrites, just the ones that pick and choose what verses are convenient for them. Westboro Baptist seems to adhere pretty closely.\n
          \n
          Christianity itself is a hateful ideology. Many people pick some of those hateful things when they walk past on the buffett line. Those people are both hateful and hypocritical.\n
          \n
          I’m saying to either do it the way it says you have to do it, or stop wasting your time.\n
          \n
          After all, God did say not to be lukewarm Christians, and if you are, he will *“spew you from his mouth”*
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695902289 {#2094
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2133 …}
        +nested: Doctrine\ORM\PersistentCollection {#2131 …}
        +votes: Doctrine\ORM\PersistentCollection {#2138 …}
        +reports: Doctrine\ORM\PersistentCollection {#2345 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2330 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2346 …}
        -id: 29981
        -bodyTs: "'adher':30 'baptist':27 'buffett':53 'choos':19 'christian':10,33,92 'close':32 'contradictori':4 'conveni':23 'didn':6 'either':66 'god':85 'hate':37,45,59 'hypocrit':12,61 'ideolog':38 'line':54 'lukewarm':91 'm':63 'mani':39 'mouth':103 'one':15 'past':50 'peopl':40,56 'pick':17,41 'pretti':31 'say':8,64,72,87 'seem':28 'spew':99 'stop':79 'thing':46 'time':82 'vers':21 'walk':49 'wast':80 'way':70 'westboro':26"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726207"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902289 {#2241
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +"title": 29981
      }
    ]
    -id: 2351
    -titleTs: "'bless':7 'church':2 'crackdown':5 'defi':3 'drag':8 'govern':4 'queen':9 'texa':1"
    -bodyTs: "'000':317 '10':316 '850':78 'abbott':406 'activ':242 'ad':429 'affirm':7 'aid':218,230 'allow':321 'also':442 'anyon':83 'appli':457 'approxim':77 'argu':384 'attend':80 'attorney':380 'audienc':375 'away':258 'ban':423 'bedsid':225 'bless':45 'block':302 'brimston':97 'bring':238,241,246,480 'build':117 'burn':102 'cathedr':2 'caus':91 'celebr':157 'challeng':294 'check':84 'choos':478 'christ':11 'church':9,38,72,100,459,484 'civil':298 'cloth':357 'comment':431 'commit':162 'communion':188 'communiti':24,171 'concert':18 'congreg':114 'contain':416 'court':296,306 'creat':173 'crime':286 'dalla':13 'danc':369 'defend':21 'defin':334 'despit':261 'didn':389 'die':228 'discriminatori':397 'display':111 'divers':160 'divin':159 'dozen':66 'dr':232 'drag':32,46,189,284,310,393,399,424,451,488 'dress':143 'due':211 'effort':19 'epidem':219 'everi':103 'everyon':176 'exhibit':343,351 'explicit':328 'express':144 'feder':305 'femal':346,349 'fill':115 'fine':318 'fire':95 'g':234 'gave':187 'general':381 'god':135 'gov':404 'govern':30 'governor':420 'greg':405 'group':300 'hate':195 'headlin':418 'held':40 'homo':104 'honor':210 'hope':4 'howev':401 'humor':239,263 'hurl':73 'imag':133 'inclus':122 'indulg':202 'insid':105 'inton':152 'june':403 'justic':53 'kid':464,482 'law':288,308,388,412,422,441,456 'lawyer':376 'lead':468 'leader':182 'legisl':279 'level':248 'lgbtq':6,170 'lifesav':214 'lift':164 'lip':367 'love':55,119,132,149 'made':16,129 'make':282 'makeup':358 'male':340,354 'mani':252,435 'marker':363 'matter':137 'meant':280,448 'men':227 'mention':392 'might':93 'minor':323 'neil':233 'note':183 'offic':383 'often':192 'one':88,180,336 'otherwis':371 'outsid':69,112 'particular':204,209 'pass':278,289 'passag':414 'pastor':151,186,469 'peopl':36,62,79,127 'perform':311,329,332,341,350,372,400,425 'perpetu':201 'persecut':26 'physic':362 'pledg':49 'politician':437 'proclaim':54 'protect':57 'protest':89 'protestor':67 'provid':244 'public':427,443 'punish':309 'queen':33,47,190,489 'queer':23 'radic':121 'rain':94 'recent':39,277 'recogn':124 'repeat':303 'republican':291 'respons':275 'rev':231 'right':59,299,434,476 'said':236,470 'scream':90 'see':325 'serious':270 'servic':42,82,155,272 'sexual':327 'share':407 'sign':421 'similar':361 'sing':366 'singl':206 'sister':199,221 'slur':74 'space':174 'specif':391,452 'spiritu':250,267 'stand':51 'state':29,436,444 'stood':68 'stori':409 'support':439 'sync':368 'take':265 'taken':257 'target':31,193,450 'texa':14,379,419 'thoma':235 'threat':76 'three':65 'thrive':178 'today':87 'transgend':35 'ugli':109 'unclear':462 'unit':8 'us':254,260 'use':356 'venu':313 'violenc':197 'voic':167 'wasn':395 'weather':86 'work':215,268 'worship':181 'would':454"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1695906060
    +visibility: "visible             "
    +apId: "https://feddit.ch/post/1306063"
    +editedAt: null
    +createdAt: DateTimeImmutable @1695819660 {#2834
      date: 2023-09-27 15:01:00.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
  +body: """
    What was hateful about what I said?\n
    \n
    We’ve got Christians on the verge of genocide in the name of your God, but I’m “hateful” for pointing out that they’re just following their holy book?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1695913394 {#2048
    date: 2023-09-28 17:03:14.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCool@feddit.ch"
    "@qooqie@lemmy.world"
    "@eestileib@sh.itjust.works"
    "@Bunnylux@lemmy.world"
    "@CaptFeather@lemm.ee"
    "@prole@sh.itjust.works"
    "@jpeps@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2046 …}
  +nested: Doctrine\ORM\PersistentCollection {#2045 …}
  +votes: Doctrine\ORM\PersistentCollection {#2050 …}
  +reports: Doctrine\ORM\PersistentCollection {#2052 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
  -id: 29994
  -bodyTs: "'book':37 'christian':11 'follow':34 'genocid':16 'god':22 'got':10 'hate':3,26 'holi':36 'm':25 'name':19 'point':28 're':32 'said':7 've':9 'verg':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/3731992"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695913394 {#2051
    date: 2023-09-28 17:03:14.0 +02:00
  }
  +"title": 29994
}
"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
App\Entity\EntryComment {#2370
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2377
    +user: Proxies\__CG__\App\Entity\User {#2757 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
    +image: Proxies\__CG__\App\Entity\Image {#3039 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3056 …}
    +slug: "Texas-church-defies-government-crackdown-by-blessing-drag-queens"
    +title: "Texas church defies government crackdown by blessing drag queens"
    +url: "https://www.lgbtqnation.com/2023/09/texas-church-defies-government-crackdown-by-blessing-drag-queens/"
    +body: """
      The Cathedral of Hope — an LGBTQ±affirming United Church of Christ in Dallas, Texas — has made a concerted effort to defend the queer community from “persecution,” as the state government targets drag queens and transgender people.\n
      \n
      The church recently held a service where they blessed drag queens and pledged to “stand for justice, proclaim love, and protect the rights of all people.”\n
      \n
      While about three dozen protestors stood outside of the church hurling slurs and threats, approximately 850 people attended the service.\n
      \n
      “Anyone check the weather today?!” one protester screamed. “’Cause it might rain fire and brimstone on this church and burn every homo inside!”\n
      \n
      But for the ugliness on display outside, the congregation filled the building with love and “radical inclusivity.”\n
      \n
      “We recognize that all people are made in the loving image of God, no matter who they are, how they dress, express themselves, or who they love,” the pastor intoned during the service. “We celebrate this divine diversity and commit to lifting up the voices of the LGBTQ+ community and creating spaces where everyone can thrive.”\n
      \n
      As one worship leader noted as the pastor gave communion, “Drag queens are often targets of hate and violence.” The Sisters of Perpetual Indulgence, in particular, were singled out for particular honor due to their lifesaving work during the AIDS epidemic.\n
      \n
      “These Sisters were at the bedsides of men dying of AIDS,” Rev. Dr. Neil G. Thomas said. “They bring humor, they bring activism, they provide and bring a level of spirituality that many of us have had taken away from us. Despite the humor, they take their spiritual work very seriously.”\n
      \n
      The service was a response to recently passed legislation meant to make a drag a crime. The law, passed by Republicans, has been challenged in court by civil rights groups and blocked repeatedly by federal courts.\n
      \n
      The law punishes drag performers and venues with a $10,000 fine if they allow a minor to see a “sexually explicit” performance. Such a performance is defined as one in which “a male performer [is] exhibiting as a female, or a female performer exhibiting as a male, who uses clothing, makeup, or other similar physical markers and who sings, lip syncs, dances, or otherwise performs before an audience.”\n
      \n
      Lawyers from the Texas Attorney General’s office argued that because the law didn’t specifically mention drag, it wasn’t discriminatory to drag performances. However, in June, Gov. Greg Abbott ® shared a story about the law’s passage that contained the headline, “Texas Governor Signs Law Banning Drag Performances in Public,” and added the comment, “That’s right.” Many state politicians who supported the law also publicly stated that it was meant to target drag, specifically.\n
      \n
      But would the law apply to churches? That’s unclear.\n
      \n
      “My kid was here,” the lead pastor said. “I don’t have the right to choose to bring my kid to church when there are drag queens?”
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 101
    +favouriteCount: 718
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696166183 {#2264
      date: 2023-10-01 15:16:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3055 …}
    +votes: Doctrine\ORM\PersistentCollection {#3053 …}
    +reports: Doctrine\ORM\PersistentCollection {#3050 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3084 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3080 …}
    +badges: Doctrine\ORM\PersistentCollection {#3097 …}
    +children: [
      9 => App\Entity\EntryComment {#2036
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Yes and they are hypocrites.\n
          \n
          It’s amazing the mental gymnastics Christians will do to justify their hateful beliefs.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695899761 {#2035
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +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: 29975
        -bodyTs: "'amaz':8 'belief':19 'christian':12 'gymnast':11 'hate':18 'hypocrit':5 'justifi':16 'mental':10 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724621"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899761 {#2031
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +"title": 29975
      }
      10 => App\Entity\EntryComment {#2077
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "It’s pretty close to the beginning, which is kind of telling… maybe try actually reading your holy book. You may be surprised what you find."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1695899854 {#2062
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@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: 29976
        -bodyTs: "'actual':15 'begin':7 'book':19 'close':4 'find':26 'holi':18 'kind':10 'may':21 'mayb':13 'pretti':3 'read':16 'surpris':23 'tell':12 'tri':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724660"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899854 {#2081
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +"title": 29976
      }
      7 => App\Entity\EntryComment {#1384
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          If you don’t believe that Jesus died and rose again for your sins, then you’re not a Christian by definition.\n
          \n
          Also, those are not “obscure” stories. They’re the basis of all Abrahamic religions, including Christianity. In fact, the only reason there even is a NT is because they wanted to write about the “prophecies” from the OT “coming true.” You can’t have one without the other.\n
          \n
          And, once again, Jesus is God. God did really fucked up things in the old testament, that means Jesus did really fucked up things. In the NT he supported those fucked up things that he did, and his existence itself is allegedly a fulfillment of OT prophecy. That’s why they killed him! Assuming he ever existed in the first place.\n
          \n
          Not trying to be a dick, but as someone who was raised in an evangelical church, I know the Bible inside and out. People who pick and choose, or pretend they can be Christian and still think being gay is ok, piss me off because it’s a direct contradiction of what you claim to believe.\n
          \n
          People like you legitimize a barbaric religion that is (once again) destroying the fabric of our society. Be honest with yourself and come to terms with the fact that your religion condones slavery, and killing people for being homosexual.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1695846077 {#2394
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1383 …}
        +nested: Doctrine\ORM\PersistentCollection {#1405 …}
        +votes: Doctrine\ORM\PersistentCollection {#1382 …}
        +reports: Doctrine\ORM\PersistentCollection {#1404 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
        -id: 29919
        -bodyTs: "'abraham':35 'alleg':112 'also':23 'assum':124 'barbar':193 'basi':32 'believ':5,187 'bibl':151 'choos':159 'christian':20,38,165 'church':147 'claim':185 'come':61,210 'condon':219 'contradict':181 'definit':22 'destroy':199 'dick':137 'die':8 'direct':180 'evangel':146 'even':45 'ever':126 'exist':109,127 'fabric':201 'fact':40,215 'first':130 'fuck':80,92,101 'fulfil':114 'gay':170 'god':76,77 'homosexu':226 'honest':206 'includ':37 'insid':152 'jesus':7,74,89 'kill':122,222 'know':149 'legitim':191 'like':189 'mean':88 'nt':48,97 'obscur':27 'ok':172 'old':85 'one':67 'ot':60,116 'peopl':155,188,223 'pick':157 'piss':173 'place':131 'pretend':161 'propheci':57,117 'rais':143 're':17,30 'realli':79,91 'reason':43 'religion':36,194,218 'rose':10 'sin':14 'slaveri':220 'societi':204 'someon':140 'still':167 'stori':28 'support':99 'term':212 'testament':86 'thing':82,94,103 'think':168 'tri':133 'true':62 'want':52 'without':68 'write':54"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3706874"
        +editedAt: DateTimeImmutable @1695846183 {#2395
          date: 2023-09-27 22:23:03.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846077 {#2393
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +"title": 29919
      }
      8 => App\Entity\EntryComment {#2026
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          You need to look again, because it absolutely does. Or do you think, “if a man lies with another man,” was just talking about best buds sleeping in the same bed.\n
          \n
          **edit:** I guess people are too lazy to look themselves for something that’s already common knowledge…\n
          \n
          But it’s Leviticus 20:13.\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1695846676 {#2023
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2022 …}
        +nested: Doctrine\ORM\PersistentCollection {#2025 …}
        +votes: Doctrine\ORM\PersistentCollection {#2033 …}
        +reports: Doctrine\ORM\PersistentCollection {#2028 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2012 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2013 …}
        -id: 29924
        -bodyTs: "'13':54 '20':53 'abomin':70 'absolut':8 'alreadi':46 'anoth':19 'bed':31 'best':25 'blood':79 'bud':26 'commit':69 'common':47 'death':77 'edit':32 'guess':34 'knowledg':48 'lazi':38 'leviticus':52 'lie':17,59 'look':4,40 'man':16,20,58 'mankind':61 'need':2 'peopl':35 'put':75 'shall':72,80 'sleep':27 'someth':43 'sure':73 'talk':23 'think':13 'upon':82 'womankind':64"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3707120"
        +editedAt: DateTimeImmutable @1695913492 {#2030
          date: 2023-09-28 17:04:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846676 {#2032
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +"title": 29924
      }
      5 => App\Entity\EntryComment {#1909
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1708 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Ok, just pointing out that your beliefs are not consistent with your holy book.\n
          \n
          By what criteria are you able to justify ignoring parts of the book and not others? Is it not the inerrant word of God? Didn’t Jesus say that he didn’t come to abolish the law, but to fulfill it? He made it very clear that you can’t just throw away the OT.\n
          \n
          You seem to have good values, just don’t see the reason any kind of unscientific claims about the supernatural need to be a part of it. Just unnecessary baggage.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 20
        +score: 0
        +lastActive: DateTime @1695840894 {#1910
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1926 …}
        +nested: Doctrine\ORM\PersistentCollection {#1874 …}
        +votes: Doctrine\ORM\PersistentCollection {#1908 …}
        +reports: Doctrine\ORM\PersistentCollection {#1883 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2387 …}
        -id: 29907
        -bodyTs: "'abl':20 'abolish':49 'away':67 'baggag':99 'belief':7 'book':14,27 'claim':86 'clear':60 'come':47 'consist':10 'criteria':17 'didn':39,45 'fulfil':54 'god':38 'good':74 'holi':13 'ignor':23 'inerr':35 'jesus':41 'justifi':22 'kind':83 'law':51 'made':57 'need':90 'ok':1 'ot':69 'other':30 'part':24,94 'point':3 'reason':81 'say':42 'see':79 'seem':71 'supernatur':89 'throw':66 'unnecessari':98 'unscientif':85 'valu':75 'word':36"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3704378"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695840894 {#1906
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +"title": 29907
      }
      6 => App\Entity\EntryComment {#2135
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2136 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "I’m well aware of the apologetics. Whatever mental gymnastics you have to do, friend. Maybe one day you’ll be free of the constant cognitive dissonance. It’s a huge relief."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695905918 {#2159
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2137 …}
        +nested: Doctrine\ORM\PersistentCollection {#2068 …}
        +votes: Doctrine\ORM\PersistentCollection {#2069 …}
        +reports: Doctrine\ORM\PersistentCollection {#2074 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2071 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2070 …}
        -id: 29991
        -bodyTs: "'apologet':7 'awar':4 'cognit':26 'constant':25 'day':18 'disson':27 'free':22 'friend':15 'gymnast':10 'huge':31 'll':20 'm':2 'mayb':16 'mental':9 'one':17 'relief':32 'well':3 'whatev':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3727709"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695905918 {#2143
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +"title": 29991
      }
      4 => App\Entity\EntryComment {#2333
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2323 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "Leviticus 20:13 is very clear. What makes you think you can just ignore that part?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695903764 {#2327
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2324 …}
        +nested: Doctrine\ORM\PersistentCollection {#2334 …}
        +votes: Doctrine\ORM\PersistentCollection {#2341 …}
        +reports: Doctrine\ORM\PersistentCollection {#2337 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2336 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2339 …}
        -id: 29987
        -bodyTs: "'13':3 '20':2 'clear':6 'ignor':14 'leviticus':1 'make':8 'part':16 'think':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726695"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695903764 {#2329
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +"title": 29987
      }
      3 => App\Entity\EntryComment {#2056
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          What was hateful about what I said?\n
          \n
          We’ve got Christians on the verge of genocide in the name of your God, but I’m “hateful” for pointing out that they’re just following their holy book?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695913394 {#2048
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2046 …}
        +nested: Doctrine\ORM\PersistentCollection {#2045 …}
        +votes: Doctrine\ORM\PersistentCollection {#2050 …}
        +reports: Doctrine\ORM\PersistentCollection {#2052 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
        -id: 29994
        -bodyTs: "'book':37 'christian':11 'follow':34 'genocid':16 'god':22 'got':10 'hate':3,26 'holi':36 'm':25 'name':19 'point':28 're':32 'said':7 've':9 'verg':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3731992"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695913394 {#2051
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +"title": 29994
      }
      2 => App\Entity\EntryComment {#2370}
      1 => App\Entity\EntryComment {#2344
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          In case you didn’t see the other replies, Leviticus 20:13:\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.\n
          \n
          Seems pretty black and white to me.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695902427 {#2347
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2349 …}
        +nested: Doctrine\ORM\PersistentCollection {#2141 …}
        +votes: Doctrine\ORM\PersistentCollection {#2164 …}
        +reports: Doctrine\ORM\PersistentCollection {#2314 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2191 …}
        -id: 29982
        -bodyTs: "'13':12 '20':11 'abomin':28 'black':44 'blood':37 'case':2 'commit':27 'death':35 'didn':4 'leviticus':10 'lie':17 'man':16 'mankind':19 'pretti':43 'put':33 'repli':9 'see':6 'seem':42 'shall':30,38 'sure':31 'upon':40 'white':46 'womankind':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726243"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902427 {#2332
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +"title": 29982
      }
      0 => App\Entity\EntryComment {#2140
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          How is that contradictory? I didn’t say all Christians are hypocrites, just the ones that pick and choose what verses are convenient for them. Westboro Baptist seems to adhere pretty closely.\n
          \n
          Christianity itself is a hateful ideology. Many people pick some of those hateful things when they walk past on the buffett line. Those people are both hateful and hypocritical.\n
          \n
          I’m saying to either do it the way it says you have to do it, or stop wasting your time.\n
          \n
          After all, God did say not to be lukewarm Christians, and if you are, he will *“spew you from his mouth”*
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695902289 {#2094
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2133 …}
        +nested: Doctrine\ORM\PersistentCollection {#2131 …}
        +votes: Doctrine\ORM\PersistentCollection {#2138 …}
        +reports: Doctrine\ORM\PersistentCollection {#2345 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2330 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2346 …}
        -id: 29981
        -bodyTs: "'adher':30 'baptist':27 'buffett':53 'choos':19 'christian':10,33,92 'close':32 'contradictori':4 'conveni':23 'didn':6 'either':66 'god':85 'hate':37,45,59 'hypocrit':12,61 'ideolog':38 'line':54 'lukewarm':91 'm':63 'mani':39 'mouth':103 'one':15 'past':50 'peopl':40,56 'pick':17,41 'pretti':31 'say':8,64,72,87 'seem':28 'spew':99 'stop':79 'thing':46 'time':82 'vers':21 'walk':49 'wast':80 'way':70 'westboro':26"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726207"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902289 {#2241
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +"title": 29981
      }
    ]
    -id: 2351
    -titleTs: "'bless':7 'church':2 'crackdown':5 'defi':3 'drag':8 'govern':4 'queen':9 'texa':1"
    -bodyTs: "'000':317 '10':316 '850':78 'abbott':406 'activ':242 'ad':429 'affirm':7 'aid':218,230 'allow':321 'also':442 'anyon':83 'appli':457 'approxim':77 'argu':384 'attend':80 'attorney':380 'audienc':375 'away':258 'ban':423 'bedsid':225 'bless':45 'block':302 'brimston':97 'bring':238,241,246,480 'build':117 'burn':102 'cathedr':2 'caus':91 'celebr':157 'challeng':294 'check':84 'choos':478 'christ':11 'church':9,38,72,100,459,484 'civil':298 'cloth':357 'comment':431 'commit':162 'communion':188 'communiti':24,171 'concert':18 'congreg':114 'contain':416 'court':296,306 'creat':173 'crime':286 'dalla':13 'danc':369 'defend':21 'defin':334 'despit':261 'didn':389 'die':228 'discriminatori':397 'display':111 'divers':160 'divin':159 'dozen':66 'dr':232 'drag':32,46,189,284,310,393,399,424,451,488 'dress':143 'due':211 'effort':19 'epidem':219 'everi':103 'everyon':176 'exhibit':343,351 'explicit':328 'express':144 'feder':305 'femal':346,349 'fill':115 'fine':318 'fire':95 'g':234 'gave':187 'general':381 'god':135 'gov':404 'govern':30 'governor':420 'greg':405 'group':300 'hate':195 'headlin':418 'held':40 'homo':104 'honor':210 'hope':4 'howev':401 'humor':239,263 'hurl':73 'imag':133 'inclus':122 'indulg':202 'insid':105 'inton':152 'june':403 'justic':53 'kid':464,482 'law':288,308,388,412,422,441,456 'lawyer':376 'lead':468 'leader':182 'legisl':279 'level':248 'lgbtq':6,170 'lifesav':214 'lift':164 'lip':367 'love':55,119,132,149 'made':16,129 'make':282 'makeup':358 'male':340,354 'mani':252,435 'marker':363 'matter':137 'meant':280,448 'men':227 'mention':392 'might':93 'minor':323 'neil':233 'note':183 'offic':383 'often':192 'one':88,180,336 'otherwis':371 'outsid':69,112 'particular':204,209 'pass':278,289 'passag':414 'pastor':151,186,469 'peopl':36,62,79,127 'perform':311,329,332,341,350,372,400,425 'perpetu':201 'persecut':26 'physic':362 'pledg':49 'politician':437 'proclaim':54 'protect':57 'protest':89 'protestor':67 'provid':244 'public':427,443 'punish':309 'queen':33,47,190,489 'queer':23 'radic':121 'rain':94 'recent':39,277 'recogn':124 'repeat':303 'republican':291 'respons':275 'rev':231 'right':59,299,434,476 'said':236,470 'scream':90 'see':325 'serious':270 'servic':42,82,155,272 'sexual':327 'share':407 'sign':421 'similar':361 'sing':366 'singl':206 'sister':199,221 'slur':74 'space':174 'specif':391,452 'spiritu':250,267 'stand':51 'state':29,436,444 'stood':68 'stori':409 'support':439 'sync':368 'take':265 'taken':257 'target':31,193,450 'texa':14,379,419 'thoma':235 'threat':76 'three':65 'thrive':178 'today':87 'transgend':35 'ugli':109 'unclear':462 'unit':8 'us':254,260 'use':356 'venu':313 'violenc':197 'voic':167 'wasn':395 'weather':86 'work':215,268 'worship':181 'would':454"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1695906060
    +visibility: "visible             "
    +apId: "https://feddit.ch/post/1306063"
    +editedAt: null
    +createdAt: DateTimeImmutable @1695819660 {#2834
      date: 2023-09-27 15:01:00.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
  +body: """
    The Bible contains quite a bit of hating others… God is a real piece of shit in the old testament. What did Job do to deserve what he got? Why did he tell Abraham to kill his own son for a goof? The book literally justifies slavery.\n
    \n
    According to the book, Jesus is God, so…
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 27
  +score: 0
  +lastActive: DateTime @1695838397 {#2471
    date: 2023-09-27 20:13:17.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCool@feddit.ch"
    "@qooqie@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2361 …}
  +nested: Doctrine\ORM\PersistentCollection {#2372 …}
  +votes: Doctrine\ORM\PersistentCollection {#2386 …}
  +reports: Doctrine\ORM\PersistentCollection {#2385 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
  -id: 29898
  -bodyTs: "'abraham':34 'accord':48 'bibl':2 'bit':6 'book':44,51 'contain':3 'deserv':26 'god':10,54 'goof':42 'got':29 'hate':8 'jesus':52 'job':23 'justifi':46 'kill':36 'liter':45 'old':19 'other':9 'piec':14 'quit':4 'real':13 'shit':16 'slaveri':47 'son':39 'tell':33 'testament':20"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/3703429"
  +editedAt: DateTimeImmutable @1695838464 {#2371
    date: 2023-09-27 20:14:24.0 +02:00
  }
  +createdAt: DateTimeImmutable @1695838397 {#2363
    date: 2023-09-27 20:13:17.0 +02:00
  }
  +"title": 29898
}
"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
87 DENIED edit
App\Entity\EntryComment {#2370
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2377
    +user: Proxies\__CG__\App\Entity\User {#2757 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
    +image: Proxies\__CG__\App\Entity\Image {#3039 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3056 …}
    +slug: "Texas-church-defies-government-crackdown-by-blessing-drag-queens"
    +title: "Texas church defies government crackdown by blessing drag queens"
    +url: "https://www.lgbtqnation.com/2023/09/texas-church-defies-government-crackdown-by-blessing-drag-queens/"
    +body: """
      The Cathedral of Hope — an LGBTQ±affirming United Church of Christ in Dallas, Texas — has made a concerted effort to defend the queer community from “persecution,” as the state government targets drag queens and transgender people.\n
      \n
      The church recently held a service where they blessed drag queens and pledged to “stand for justice, proclaim love, and protect the rights of all people.”\n
      \n
      While about three dozen protestors stood outside of the church hurling slurs and threats, approximately 850 people attended the service.\n
      \n
      “Anyone check the weather today?!” one protester screamed. “’Cause it might rain fire and brimstone on this church and burn every homo inside!”\n
      \n
      But for the ugliness on display outside, the congregation filled the building with love and “radical inclusivity.”\n
      \n
      “We recognize that all people are made in the loving image of God, no matter who they are, how they dress, express themselves, or who they love,” the pastor intoned during the service. “We celebrate this divine diversity and commit to lifting up the voices of the LGBTQ+ community and creating spaces where everyone can thrive.”\n
      \n
      As one worship leader noted as the pastor gave communion, “Drag queens are often targets of hate and violence.” The Sisters of Perpetual Indulgence, in particular, were singled out for particular honor due to their lifesaving work during the AIDS epidemic.\n
      \n
      “These Sisters were at the bedsides of men dying of AIDS,” Rev. Dr. Neil G. Thomas said. “They bring humor, they bring activism, they provide and bring a level of spirituality that many of us have had taken away from us. Despite the humor, they take their spiritual work very seriously.”\n
      \n
      The service was a response to recently passed legislation meant to make a drag a crime. The law, passed by Republicans, has been challenged in court by civil rights groups and blocked repeatedly by federal courts.\n
      \n
      The law punishes drag performers and venues with a $10,000 fine if they allow a minor to see a “sexually explicit” performance. Such a performance is defined as one in which “a male performer [is] exhibiting as a female, or a female performer exhibiting as a male, who uses clothing, makeup, or other similar physical markers and who sings, lip syncs, dances, or otherwise performs before an audience.”\n
      \n
      Lawyers from the Texas Attorney General’s office argued that because the law didn’t specifically mention drag, it wasn’t discriminatory to drag performances. However, in June, Gov. Greg Abbott ® shared a story about the law’s passage that contained the headline, “Texas Governor Signs Law Banning Drag Performances in Public,” and added the comment, “That’s right.” Many state politicians who supported the law also publicly stated that it was meant to target drag, specifically.\n
      \n
      But would the law apply to churches? That’s unclear.\n
      \n
      “My kid was here,” the lead pastor said. “I don’t have the right to choose to bring my kid to church when there are drag queens?”
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 101
    +favouriteCount: 718
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696166183 {#2264
      date: 2023-10-01 15:16:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3055 …}
    +votes: Doctrine\ORM\PersistentCollection {#3053 …}
    +reports: Doctrine\ORM\PersistentCollection {#3050 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3084 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3080 …}
    +badges: Doctrine\ORM\PersistentCollection {#3097 …}
    +children: [
      9 => App\Entity\EntryComment {#2036
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Yes and they are hypocrites.\n
          \n
          It’s amazing the mental gymnastics Christians will do to justify their hateful beliefs.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695899761 {#2035
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +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: 29975
        -bodyTs: "'amaz':8 'belief':19 'christian':12 'gymnast':11 'hate':18 'hypocrit':5 'justifi':16 'mental':10 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724621"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899761 {#2031
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +"title": 29975
      }
      10 => App\Entity\EntryComment {#2077
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "It’s pretty close to the beginning, which is kind of telling… maybe try actually reading your holy book. You may be surprised what you find."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1695899854 {#2062
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@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: 29976
        -bodyTs: "'actual':15 'begin':7 'book':19 'close':4 'find':26 'holi':18 'kind':10 'may':21 'mayb':13 'pretti':3 'read':16 'surpris':23 'tell':12 'tri':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724660"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899854 {#2081
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +"title": 29976
      }
      7 => App\Entity\EntryComment {#1384
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          If you don’t believe that Jesus died and rose again for your sins, then you’re not a Christian by definition.\n
          \n
          Also, those are not “obscure” stories. They’re the basis of all Abrahamic religions, including Christianity. In fact, the only reason there even is a NT is because they wanted to write about the “prophecies” from the OT “coming true.” You can’t have one without the other.\n
          \n
          And, once again, Jesus is God. God did really fucked up things in the old testament, that means Jesus did really fucked up things. In the NT he supported those fucked up things that he did, and his existence itself is allegedly a fulfillment of OT prophecy. That’s why they killed him! Assuming he ever existed in the first place.\n
          \n
          Not trying to be a dick, but as someone who was raised in an evangelical church, I know the Bible inside and out. People who pick and choose, or pretend they can be Christian and still think being gay is ok, piss me off because it’s a direct contradiction of what you claim to believe.\n
          \n
          People like you legitimize a barbaric religion that is (once again) destroying the fabric of our society. Be honest with yourself and come to terms with the fact that your religion condones slavery, and killing people for being homosexual.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1695846077 {#2394
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1383 …}
        +nested: Doctrine\ORM\PersistentCollection {#1405 …}
        +votes: Doctrine\ORM\PersistentCollection {#1382 …}
        +reports: Doctrine\ORM\PersistentCollection {#1404 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
        -id: 29919
        -bodyTs: "'abraham':35 'alleg':112 'also':23 'assum':124 'barbar':193 'basi':32 'believ':5,187 'bibl':151 'choos':159 'christian':20,38,165 'church':147 'claim':185 'come':61,210 'condon':219 'contradict':181 'definit':22 'destroy':199 'dick':137 'die':8 'direct':180 'evangel':146 'even':45 'ever':126 'exist':109,127 'fabric':201 'fact':40,215 'first':130 'fuck':80,92,101 'fulfil':114 'gay':170 'god':76,77 'homosexu':226 'honest':206 'includ':37 'insid':152 'jesus':7,74,89 'kill':122,222 'know':149 'legitim':191 'like':189 'mean':88 'nt':48,97 'obscur':27 'ok':172 'old':85 'one':67 'ot':60,116 'peopl':155,188,223 'pick':157 'piss':173 'place':131 'pretend':161 'propheci':57,117 'rais':143 're':17,30 'realli':79,91 'reason':43 'religion':36,194,218 'rose':10 'sin':14 'slaveri':220 'societi':204 'someon':140 'still':167 'stori':28 'support':99 'term':212 'testament':86 'thing':82,94,103 'think':168 'tri':133 'true':62 'want':52 'without':68 'write':54"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3706874"
        +editedAt: DateTimeImmutable @1695846183 {#2395
          date: 2023-09-27 22:23:03.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846077 {#2393
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +"title": 29919
      }
      8 => App\Entity\EntryComment {#2026
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          You need to look again, because it absolutely does. Or do you think, “if a man lies with another man,” was just talking about best buds sleeping in the same bed.\n
          \n
          **edit:** I guess people are too lazy to look themselves for something that’s already common knowledge…\n
          \n
          But it’s Leviticus 20:13.\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1695846676 {#2023
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2022 …}
        +nested: Doctrine\ORM\PersistentCollection {#2025 …}
        +votes: Doctrine\ORM\PersistentCollection {#2033 …}
        +reports: Doctrine\ORM\PersistentCollection {#2028 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2012 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2013 …}
        -id: 29924
        -bodyTs: "'13':54 '20':53 'abomin':70 'absolut':8 'alreadi':46 'anoth':19 'bed':31 'best':25 'blood':79 'bud':26 'commit':69 'common':47 'death':77 'edit':32 'guess':34 'knowledg':48 'lazi':38 'leviticus':52 'lie':17,59 'look':4,40 'man':16,20,58 'mankind':61 'need':2 'peopl':35 'put':75 'shall':72,80 'sleep':27 'someth':43 'sure':73 'talk':23 'think':13 'upon':82 'womankind':64"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3707120"
        +editedAt: DateTimeImmutable @1695913492 {#2030
          date: 2023-09-28 17:04:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846676 {#2032
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +"title": 29924
      }
      5 => App\Entity\EntryComment {#1909
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1708 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Ok, just pointing out that your beliefs are not consistent with your holy book.\n
          \n
          By what criteria are you able to justify ignoring parts of the book and not others? Is it not the inerrant word of God? Didn’t Jesus say that he didn’t come to abolish the law, but to fulfill it? He made it very clear that you can’t just throw away the OT.\n
          \n
          You seem to have good values, just don’t see the reason any kind of unscientific claims about the supernatural need to be a part of it. Just unnecessary baggage.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 20
        +score: 0
        +lastActive: DateTime @1695840894 {#1910
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1926 …}
        +nested: Doctrine\ORM\PersistentCollection {#1874 …}
        +votes: Doctrine\ORM\PersistentCollection {#1908 …}
        +reports: Doctrine\ORM\PersistentCollection {#1883 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2387 …}
        -id: 29907
        -bodyTs: "'abl':20 'abolish':49 'away':67 'baggag':99 'belief':7 'book':14,27 'claim':86 'clear':60 'come':47 'consist':10 'criteria':17 'didn':39,45 'fulfil':54 'god':38 'good':74 'holi':13 'ignor':23 'inerr':35 'jesus':41 'justifi':22 'kind':83 'law':51 'made':57 'need':90 'ok':1 'ot':69 'other':30 'part':24,94 'point':3 'reason':81 'say':42 'see':79 'seem':71 'supernatur':89 'throw':66 'unnecessari':98 'unscientif':85 'valu':75 'word':36"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3704378"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695840894 {#1906
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +"title": 29907
      }
      6 => App\Entity\EntryComment {#2135
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2136 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "I’m well aware of the apologetics. Whatever mental gymnastics you have to do, friend. Maybe one day you’ll be free of the constant cognitive dissonance. It’s a huge relief."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695905918 {#2159
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2137 …}
        +nested: Doctrine\ORM\PersistentCollection {#2068 …}
        +votes: Doctrine\ORM\PersistentCollection {#2069 …}
        +reports: Doctrine\ORM\PersistentCollection {#2074 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2071 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2070 …}
        -id: 29991
        -bodyTs: "'apologet':7 'awar':4 'cognit':26 'constant':25 'day':18 'disson':27 'free':22 'friend':15 'gymnast':10 'huge':31 'll':20 'm':2 'mayb':16 'mental':9 'one':17 'relief':32 'well':3 'whatev':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3727709"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695905918 {#2143
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +"title": 29991
      }
      4 => App\Entity\EntryComment {#2333
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2323 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "Leviticus 20:13 is very clear. What makes you think you can just ignore that part?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695903764 {#2327
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2324 …}
        +nested: Doctrine\ORM\PersistentCollection {#2334 …}
        +votes: Doctrine\ORM\PersistentCollection {#2341 …}
        +reports: Doctrine\ORM\PersistentCollection {#2337 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2336 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2339 …}
        -id: 29987
        -bodyTs: "'13':3 '20':2 'clear':6 'ignor':14 'leviticus':1 'make':8 'part':16 'think':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726695"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695903764 {#2329
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +"title": 29987
      }
      3 => App\Entity\EntryComment {#2056
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          What was hateful about what I said?\n
          \n
          We’ve got Christians on the verge of genocide in the name of your God, but I’m “hateful” for pointing out that they’re just following their holy book?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695913394 {#2048
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2046 …}
        +nested: Doctrine\ORM\PersistentCollection {#2045 …}
        +votes: Doctrine\ORM\PersistentCollection {#2050 …}
        +reports: Doctrine\ORM\PersistentCollection {#2052 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
        -id: 29994
        -bodyTs: "'book':37 'christian':11 'follow':34 'genocid':16 'god':22 'got':10 'hate':3,26 'holi':36 'm':25 'name':19 'point':28 're':32 'said':7 've':9 'verg':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3731992"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695913394 {#2051
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +"title": 29994
      }
      2 => App\Entity\EntryComment {#2370}
      1 => App\Entity\EntryComment {#2344
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          In case you didn’t see the other replies, Leviticus 20:13:\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.\n
          \n
          Seems pretty black and white to me.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695902427 {#2347
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2349 …}
        +nested: Doctrine\ORM\PersistentCollection {#2141 …}
        +votes: Doctrine\ORM\PersistentCollection {#2164 …}
        +reports: Doctrine\ORM\PersistentCollection {#2314 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2191 …}
        -id: 29982
        -bodyTs: "'13':12 '20':11 'abomin':28 'black':44 'blood':37 'case':2 'commit':27 'death':35 'didn':4 'leviticus':10 'lie':17 'man':16 'mankind':19 'pretti':43 'put':33 'repli':9 'see':6 'seem':42 'shall':30,38 'sure':31 'upon':40 'white':46 'womankind':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726243"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902427 {#2332
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +"title": 29982
      }
      0 => App\Entity\EntryComment {#2140
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          How is that contradictory? I didn’t say all Christians are hypocrites, just the ones that pick and choose what verses are convenient for them. Westboro Baptist seems to adhere pretty closely.\n
          \n
          Christianity itself is a hateful ideology. Many people pick some of those hateful things when they walk past on the buffett line. Those people are both hateful and hypocritical.\n
          \n
          I’m saying to either do it the way it says you have to do it, or stop wasting your time.\n
          \n
          After all, God did say not to be lukewarm Christians, and if you are, he will *“spew you from his mouth”*
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695902289 {#2094
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2133 …}
        +nested: Doctrine\ORM\PersistentCollection {#2131 …}
        +votes: Doctrine\ORM\PersistentCollection {#2138 …}
        +reports: Doctrine\ORM\PersistentCollection {#2345 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2330 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2346 …}
        -id: 29981
        -bodyTs: "'adher':30 'baptist':27 'buffett':53 'choos':19 'christian':10,33,92 'close':32 'contradictori':4 'conveni':23 'didn':6 'either':66 'god':85 'hate':37,45,59 'hypocrit':12,61 'ideolog':38 'line':54 'lukewarm':91 'm':63 'mani':39 'mouth':103 'one':15 'past':50 'peopl':40,56 'pick':17,41 'pretti':31 'say':8,64,72,87 'seem':28 'spew':99 'stop':79 'thing':46 'time':82 'vers':21 'walk':49 'wast':80 'way':70 'westboro':26"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726207"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902289 {#2241
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +"title": 29981
      }
    ]
    -id: 2351
    -titleTs: "'bless':7 'church':2 'crackdown':5 'defi':3 'drag':8 'govern':4 'queen':9 'texa':1"
    -bodyTs: "'000':317 '10':316 '850':78 'abbott':406 'activ':242 'ad':429 'affirm':7 'aid':218,230 'allow':321 'also':442 'anyon':83 'appli':457 'approxim':77 'argu':384 'attend':80 'attorney':380 'audienc':375 'away':258 'ban':423 'bedsid':225 'bless':45 'block':302 'brimston':97 'bring':238,241,246,480 'build':117 'burn':102 'cathedr':2 'caus':91 'celebr':157 'challeng':294 'check':84 'choos':478 'christ':11 'church':9,38,72,100,459,484 'civil':298 'cloth':357 'comment':431 'commit':162 'communion':188 'communiti':24,171 'concert':18 'congreg':114 'contain':416 'court':296,306 'creat':173 'crime':286 'dalla':13 'danc':369 'defend':21 'defin':334 'despit':261 'didn':389 'die':228 'discriminatori':397 'display':111 'divers':160 'divin':159 'dozen':66 'dr':232 'drag':32,46,189,284,310,393,399,424,451,488 'dress':143 'due':211 'effort':19 'epidem':219 'everi':103 'everyon':176 'exhibit':343,351 'explicit':328 'express':144 'feder':305 'femal':346,349 'fill':115 'fine':318 'fire':95 'g':234 'gave':187 'general':381 'god':135 'gov':404 'govern':30 'governor':420 'greg':405 'group':300 'hate':195 'headlin':418 'held':40 'homo':104 'honor':210 'hope':4 'howev':401 'humor':239,263 'hurl':73 'imag':133 'inclus':122 'indulg':202 'insid':105 'inton':152 'june':403 'justic':53 'kid':464,482 'law':288,308,388,412,422,441,456 'lawyer':376 'lead':468 'leader':182 'legisl':279 'level':248 'lgbtq':6,170 'lifesav':214 'lift':164 'lip':367 'love':55,119,132,149 'made':16,129 'make':282 'makeup':358 'male':340,354 'mani':252,435 'marker':363 'matter':137 'meant':280,448 'men':227 'mention':392 'might':93 'minor':323 'neil':233 'note':183 'offic':383 'often':192 'one':88,180,336 'otherwis':371 'outsid':69,112 'particular':204,209 'pass':278,289 'passag':414 'pastor':151,186,469 'peopl':36,62,79,127 'perform':311,329,332,341,350,372,400,425 'perpetu':201 'persecut':26 'physic':362 'pledg':49 'politician':437 'proclaim':54 'protect':57 'protest':89 'protestor':67 'provid':244 'public':427,443 'punish':309 'queen':33,47,190,489 'queer':23 'radic':121 'rain':94 'recent':39,277 'recogn':124 'repeat':303 'republican':291 'respons':275 'rev':231 'right':59,299,434,476 'said':236,470 'scream':90 'see':325 'serious':270 'servic':42,82,155,272 'sexual':327 'share':407 'sign':421 'similar':361 'sing':366 'singl':206 'sister':199,221 'slur':74 'space':174 'specif':391,452 'spiritu':250,267 'stand':51 'state':29,436,444 'stood':68 'stori':409 'support':439 'sync':368 'take':265 'taken':257 'target':31,193,450 'texa':14,379,419 'thoma':235 'threat':76 'three':65 'thrive':178 'today':87 'transgend':35 'ugli':109 'unclear':462 'unit':8 'us':254,260 'use':356 'venu':313 'violenc':197 'voic':167 'wasn':395 'weather':86 'work':215,268 'worship':181 'would':454"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1695906060
    +visibility: "visible             "
    +apId: "https://feddit.ch/post/1306063"
    +editedAt: null
    +createdAt: DateTimeImmutable @1695819660 {#2834
      date: 2023-09-27 15:01:00.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
  +body: """
    The Bible contains quite a bit of hating others… God is a real piece of shit in the old testament. What did Job do to deserve what he got? Why did he tell Abraham to kill his own son for a goof? The book literally justifies slavery.\n
    \n
    According to the book, Jesus is God, so…
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 27
  +score: 0
  +lastActive: DateTime @1695838397 {#2471
    date: 2023-09-27 20:13:17.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCool@feddit.ch"
    "@qooqie@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2361 …}
  +nested: Doctrine\ORM\PersistentCollection {#2372 …}
  +votes: Doctrine\ORM\PersistentCollection {#2386 …}
  +reports: Doctrine\ORM\PersistentCollection {#2385 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
  -id: 29898
  -bodyTs: "'abraham':34 'accord':48 'bibl':2 'bit':6 'book':44,51 'contain':3 'deserv':26 'god':10,54 'goof':42 'got':29 'hate':8 'jesus':52 'job':23 'justifi':46 'kill':36 'liter':45 'old':19 'other':9 'piec':14 'quit':4 'real':13 'shit':16 'slaveri':47 'son':39 'tell':33 'testament':20"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/3703429"
  +editedAt: DateTimeImmutable @1695838464 {#2371
    date: 2023-09-27 20:14:24.0 +02:00
  }
  +createdAt: DateTimeImmutable @1695838397 {#2363
    date: 2023-09-27 20:13:17.0 +02:00
  }
  +"title": 29898
}
"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
88 DENIED moderate
App\Entity\EntryComment {#2370
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2377
    +user: Proxies\__CG__\App\Entity\User {#2757 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
    +image: Proxies\__CG__\App\Entity\Image {#3039 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3056 …}
    +slug: "Texas-church-defies-government-crackdown-by-blessing-drag-queens"
    +title: "Texas church defies government crackdown by blessing drag queens"
    +url: "https://www.lgbtqnation.com/2023/09/texas-church-defies-government-crackdown-by-blessing-drag-queens/"
    +body: """
      The Cathedral of Hope — an LGBTQ±affirming United Church of Christ in Dallas, Texas — has made a concerted effort to defend the queer community from “persecution,” as the state government targets drag queens and transgender people.\n
      \n
      The church recently held a service where they blessed drag queens and pledged to “stand for justice, proclaim love, and protect the rights of all people.”\n
      \n
      While about three dozen protestors stood outside of the church hurling slurs and threats, approximately 850 people attended the service.\n
      \n
      “Anyone check the weather today?!” one protester screamed. “’Cause it might rain fire and brimstone on this church and burn every homo inside!”\n
      \n
      But for the ugliness on display outside, the congregation filled the building with love and “radical inclusivity.”\n
      \n
      “We recognize that all people are made in the loving image of God, no matter who they are, how they dress, express themselves, or who they love,” the pastor intoned during the service. “We celebrate this divine diversity and commit to lifting up the voices of the LGBTQ+ community and creating spaces where everyone can thrive.”\n
      \n
      As one worship leader noted as the pastor gave communion, “Drag queens are often targets of hate and violence.” The Sisters of Perpetual Indulgence, in particular, were singled out for particular honor due to their lifesaving work during the AIDS epidemic.\n
      \n
      “These Sisters were at the bedsides of men dying of AIDS,” Rev. Dr. Neil G. Thomas said. “They bring humor, they bring activism, they provide and bring a level of spirituality that many of us have had taken away from us. Despite the humor, they take their spiritual work very seriously.”\n
      \n
      The service was a response to recently passed legislation meant to make a drag a crime. The law, passed by Republicans, has been challenged in court by civil rights groups and blocked repeatedly by federal courts.\n
      \n
      The law punishes drag performers and venues with a $10,000 fine if they allow a minor to see a “sexually explicit” performance. Such a performance is defined as one in which “a male performer [is] exhibiting as a female, or a female performer exhibiting as a male, who uses clothing, makeup, or other similar physical markers and who sings, lip syncs, dances, or otherwise performs before an audience.”\n
      \n
      Lawyers from the Texas Attorney General’s office argued that because the law didn’t specifically mention drag, it wasn’t discriminatory to drag performances. However, in June, Gov. Greg Abbott ® shared a story about the law’s passage that contained the headline, “Texas Governor Signs Law Banning Drag Performances in Public,” and added the comment, “That’s right.” Many state politicians who supported the law also publicly stated that it was meant to target drag, specifically.\n
      \n
      But would the law apply to churches? That’s unclear.\n
      \n
      “My kid was here,” the lead pastor said. “I don’t have the right to choose to bring my kid to church when there are drag queens?”
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 101
    +favouriteCount: 718
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696166183 {#2264
      date: 2023-10-01 15:16:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3055 …}
    +votes: Doctrine\ORM\PersistentCollection {#3053 …}
    +reports: Doctrine\ORM\PersistentCollection {#3050 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3084 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3080 …}
    +badges: Doctrine\ORM\PersistentCollection {#3097 …}
    +children: [
      9 => App\Entity\EntryComment {#2036
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Yes and they are hypocrites.\n
          \n
          It’s amazing the mental gymnastics Christians will do to justify their hateful beliefs.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695899761 {#2035
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +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: 29975
        -bodyTs: "'amaz':8 'belief':19 'christian':12 'gymnast':11 'hate':18 'hypocrit':5 'justifi':16 'mental':10 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724621"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899761 {#2031
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +"title": 29975
      }
      10 => App\Entity\EntryComment {#2077
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "It’s pretty close to the beginning, which is kind of telling… maybe try actually reading your holy book. You may be surprised what you find."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1695899854 {#2062
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@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: 29976
        -bodyTs: "'actual':15 'begin':7 'book':19 'close':4 'find':26 'holi':18 'kind':10 'may':21 'mayb':13 'pretti':3 'read':16 'surpris':23 'tell':12 'tri':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724660"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899854 {#2081
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +"title": 29976
      }
      7 => App\Entity\EntryComment {#1384
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          If you don’t believe that Jesus died and rose again for your sins, then you’re not a Christian by definition.\n
          \n
          Also, those are not “obscure” stories. They’re the basis of all Abrahamic religions, including Christianity. In fact, the only reason there even is a NT is because they wanted to write about the “prophecies” from the OT “coming true.” You can’t have one without the other.\n
          \n
          And, once again, Jesus is God. God did really fucked up things in the old testament, that means Jesus did really fucked up things. In the NT he supported those fucked up things that he did, and his existence itself is allegedly a fulfillment of OT prophecy. That’s why they killed him! Assuming he ever existed in the first place.\n
          \n
          Not trying to be a dick, but as someone who was raised in an evangelical church, I know the Bible inside and out. People who pick and choose, or pretend they can be Christian and still think being gay is ok, piss me off because it’s a direct contradiction of what you claim to believe.\n
          \n
          People like you legitimize a barbaric religion that is (once again) destroying the fabric of our society. Be honest with yourself and come to terms with the fact that your religion condones slavery, and killing people for being homosexual.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1695846077 {#2394
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1383 …}
        +nested: Doctrine\ORM\PersistentCollection {#1405 …}
        +votes: Doctrine\ORM\PersistentCollection {#1382 …}
        +reports: Doctrine\ORM\PersistentCollection {#1404 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
        -id: 29919
        -bodyTs: "'abraham':35 'alleg':112 'also':23 'assum':124 'barbar':193 'basi':32 'believ':5,187 'bibl':151 'choos':159 'christian':20,38,165 'church':147 'claim':185 'come':61,210 'condon':219 'contradict':181 'definit':22 'destroy':199 'dick':137 'die':8 'direct':180 'evangel':146 'even':45 'ever':126 'exist':109,127 'fabric':201 'fact':40,215 'first':130 'fuck':80,92,101 'fulfil':114 'gay':170 'god':76,77 'homosexu':226 'honest':206 'includ':37 'insid':152 'jesus':7,74,89 'kill':122,222 'know':149 'legitim':191 'like':189 'mean':88 'nt':48,97 'obscur':27 'ok':172 'old':85 'one':67 'ot':60,116 'peopl':155,188,223 'pick':157 'piss':173 'place':131 'pretend':161 'propheci':57,117 'rais':143 're':17,30 'realli':79,91 'reason':43 'religion':36,194,218 'rose':10 'sin':14 'slaveri':220 'societi':204 'someon':140 'still':167 'stori':28 'support':99 'term':212 'testament':86 'thing':82,94,103 'think':168 'tri':133 'true':62 'want':52 'without':68 'write':54"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3706874"
        +editedAt: DateTimeImmutable @1695846183 {#2395
          date: 2023-09-27 22:23:03.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846077 {#2393
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +"title": 29919
      }
      8 => App\Entity\EntryComment {#2026
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          You need to look again, because it absolutely does. Or do you think, “if a man lies with another man,” was just talking about best buds sleeping in the same bed.\n
          \n
          **edit:** I guess people are too lazy to look themselves for something that’s already common knowledge…\n
          \n
          But it’s Leviticus 20:13.\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1695846676 {#2023
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2022 …}
        +nested: Doctrine\ORM\PersistentCollection {#2025 …}
        +votes: Doctrine\ORM\PersistentCollection {#2033 …}
        +reports: Doctrine\ORM\PersistentCollection {#2028 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2012 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2013 …}
        -id: 29924
        -bodyTs: "'13':54 '20':53 'abomin':70 'absolut':8 'alreadi':46 'anoth':19 'bed':31 'best':25 'blood':79 'bud':26 'commit':69 'common':47 'death':77 'edit':32 'guess':34 'knowledg':48 'lazi':38 'leviticus':52 'lie':17,59 'look':4,40 'man':16,20,58 'mankind':61 'need':2 'peopl':35 'put':75 'shall':72,80 'sleep':27 'someth':43 'sure':73 'talk':23 'think':13 'upon':82 'womankind':64"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3707120"
        +editedAt: DateTimeImmutable @1695913492 {#2030
          date: 2023-09-28 17:04:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846676 {#2032
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +"title": 29924
      }
      5 => App\Entity\EntryComment {#1909
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1708 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Ok, just pointing out that your beliefs are not consistent with your holy book.\n
          \n
          By what criteria are you able to justify ignoring parts of the book and not others? Is it not the inerrant word of God? Didn’t Jesus say that he didn’t come to abolish the law, but to fulfill it? He made it very clear that you can’t just throw away the OT.\n
          \n
          You seem to have good values, just don’t see the reason any kind of unscientific claims about the supernatural need to be a part of it. Just unnecessary baggage.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 20
        +score: 0
        +lastActive: DateTime @1695840894 {#1910
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1926 …}
        +nested: Doctrine\ORM\PersistentCollection {#1874 …}
        +votes: Doctrine\ORM\PersistentCollection {#1908 …}
        +reports: Doctrine\ORM\PersistentCollection {#1883 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2387 …}
        -id: 29907
        -bodyTs: "'abl':20 'abolish':49 'away':67 'baggag':99 'belief':7 'book':14,27 'claim':86 'clear':60 'come':47 'consist':10 'criteria':17 'didn':39,45 'fulfil':54 'god':38 'good':74 'holi':13 'ignor':23 'inerr':35 'jesus':41 'justifi':22 'kind':83 'law':51 'made':57 'need':90 'ok':1 'ot':69 'other':30 'part':24,94 'point':3 'reason':81 'say':42 'see':79 'seem':71 'supernatur':89 'throw':66 'unnecessari':98 'unscientif':85 'valu':75 'word':36"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3704378"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695840894 {#1906
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +"title": 29907
      }
      6 => App\Entity\EntryComment {#2135
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2136 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "I’m well aware of the apologetics. Whatever mental gymnastics you have to do, friend. Maybe one day you’ll be free of the constant cognitive dissonance. It’s a huge relief."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695905918 {#2159
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2137 …}
        +nested: Doctrine\ORM\PersistentCollection {#2068 …}
        +votes: Doctrine\ORM\PersistentCollection {#2069 …}
        +reports: Doctrine\ORM\PersistentCollection {#2074 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2071 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2070 …}
        -id: 29991
        -bodyTs: "'apologet':7 'awar':4 'cognit':26 'constant':25 'day':18 'disson':27 'free':22 'friend':15 'gymnast':10 'huge':31 'll':20 'm':2 'mayb':16 'mental':9 'one':17 'relief':32 'well':3 'whatev':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3727709"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695905918 {#2143
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +"title": 29991
      }
      4 => App\Entity\EntryComment {#2333
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2323 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "Leviticus 20:13 is very clear. What makes you think you can just ignore that part?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695903764 {#2327
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2324 …}
        +nested: Doctrine\ORM\PersistentCollection {#2334 …}
        +votes: Doctrine\ORM\PersistentCollection {#2341 …}
        +reports: Doctrine\ORM\PersistentCollection {#2337 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2336 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2339 …}
        -id: 29987
        -bodyTs: "'13':3 '20':2 'clear':6 'ignor':14 'leviticus':1 'make':8 'part':16 'think':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726695"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695903764 {#2329
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +"title": 29987
      }
      3 => App\Entity\EntryComment {#2056
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          What was hateful about what I said?\n
          \n
          We’ve got Christians on the verge of genocide in the name of your God, but I’m “hateful” for pointing out that they’re just following their holy book?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695913394 {#2048
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2046 …}
        +nested: Doctrine\ORM\PersistentCollection {#2045 …}
        +votes: Doctrine\ORM\PersistentCollection {#2050 …}
        +reports: Doctrine\ORM\PersistentCollection {#2052 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
        -id: 29994
        -bodyTs: "'book':37 'christian':11 'follow':34 'genocid':16 'god':22 'got':10 'hate':3,26 'holi':36 'm':25 'name':19 'point':28 're':32 'said':7 've':9 'verg':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3731992"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695913394 {#2051
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +"title": 29994
      }
      2 => App\Entity\EntryComment {#2370}
      1 => App\Entity\EntryComment {#2344
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          In case you didn’t see the other replies, Leviticus 20:13:\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.\n
          \n
          Seems pretty black and white to me.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695902427 {#2347
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2349 …}
        +nested: Doctrine\ORM\PersistentCollection {#2141 …}
        +votes: Doctrine\ORM\PersistentCollection {#2164 …}
        +reports: Doctrine\ORM\PersistentCollection {#2314 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2191 …}
        -id: 29982
        -bodyTs: "'13':12 '20':11 'abomin':28 'black':44 'blood':37 'case':2 'commit':27 'death':35 'didn':4 'leviticus':10 'lie':17 'man':16 'mankind':19 'pretti':43 'put':33 'repli':9 'see':6 'seem':42 'shall':30,38 'sure':31 'upon':40 'white':46 'womankind':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726243"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902427 {#2332
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +"title": 29982
      }
      0 => App\Entity\EntryComment {#2140
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          How is that contradictory? I didn’t say all Christians are hypocrites, just the ones that pick and choose what verses are convenient for them. Westboro Baptist seems to adhere pretty closely.\n
          \n
          Christianity itself is a hateful ideology. Many people pick some of those hateful things when they walk past on the buffett line. Those people are both hateful and hypocritical.\n
          \n
          I’m saying to either do it the way it says you have to do it, or stop wasting your time.\n
          \n
          After all, God did say not to be lukewarm Christians, and if you are, he will *“spew you from his mouth”*
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695902289 {#2094
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2133 …}
        +nested: Doctrine\ORM\PersistentCollection {#2131 …}
        +votes: Doctrine\ORM\PersistentCollection {#2138 …}
        +reports: Doctrine\ORM\PersistentCollection {#2345 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2330 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2346 …}
        -id: 29981
        -bodyTs: "'adher':30 'baptist':27 'buffett':53 'choos':19 'christian':10,33,92 'close':32 'contradictori':4 'conveni':23 'didn':6 'either':66 'god':85 'hate':37,45,59 'hypocrit':12,61 'ideolog':38 'line':54 'lukewarm':91 'm':63 'mani':39 'mouth':103 'one':15 'past':50 'peopl':40,56 'pick':17,41 'pretti':31 'say':8,64,72,87 'seem':28 'spew':99 'stop':79 'thing':46 'time':82 'vers':21 'walk':49 'wast':80 'way':70 'westboro':26"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726207"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902289 {#2241
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +"title": 29981
      }
    ]
    -id: 2351
    -titleTs: "'bless':7 'church':2 'crackdown':5 'defi':3 'drag':8 'govern':4 'queen':9 'texa':1"
    -bodyTs: "'000':317 '10':316 '850':78 'abbott':406 'activ':242 'ad':429 'affirm':7 'aid':218,230 'allow':321 'also':442 'anyon':83 'appli':457 'approxim':77 'argu':384 'attend':80 'attorney':380 'audienc':375 'away':258 'ban':423 'bedsid':225 'bless':45 'block':302 'brimston':97 'bring':238,241,246,480 'build':117 'burn':102 'cathedr':2 'caus':91 'celebr':157 'challeng':294 'check':84 'choos':478 'christ':11 'church':9,38,72,100,459,484 'civil':298 'cloth':357 'comment':431 'commit':162 'communion':188 'communiti':24,171 'concert':18 'congreg':114 'contain':416 'court':296,306 'creat':173 'crime':286 'dalla':13 'danc':369 'defend':21 'defin':334 'despit':261 'didn':389 'die':228 'discriminatori':397 'display':111 'divers':160 'divin':159 'dozen':66 'dr':232 'drag':32,46,189,284,310,393,399,424,451,488 'dress':143 'due':211 'effort':19 'epidem':219 'everi':103 'everyon':176 'exhibit':343,351 'explicit':328 'express':144 'feder':305 'femal':346,349 'fill':115 'fine':318 'fire':95 'g':234 'gave':187 'general':381 'god':135 'gov':404 'govern':30 'governor':420 'greg':405 'group':300 'hate':195 'headlin':418 'held':40 'homo':104 'honor':210 'hope':4 'howev':401 'humor':239,263 'hurl':73 'imag':133 'inclus':122 'indulg':202 'insid':105 'inton':152 'june':403 'justic':53 'kid':464,482 'law':288,308,388,412,422,441,456 'lawyer':376 'lead':468 'leader':182 'legisl':279 'level':248 'lgbtq':6,170 'lifesav':214 'lift':164 'lip':367 'love':55,119,132,149 'made':16,129 'make':282 'makeup':358 'male':340,354 'mani':252,435 'marker':363 'matter':137 'meant':280,448 'men':227 'mention':392 'might':93 'minor':323 'neil':233 'note':183 'offic':383 'often':192 'one':88,180,336 'otherwis':371 'outsid':69,112 'particular':204,209 'pass':278,289 'passag':414 'pastor':151,186,469 'peopl':36,62,79,127 'perform':311,329,332,341,350,372,400,425 'perpetu':201 'persecut':26 'physic':362 'pledg':49 'politician':437 'proclaim':54 'protect':57 'protest':89 'protestor':67 'provid':244 'public':427,443 'punish':309 'queen':33,47,190,489 'queer':23 'radic':121 'rain':94 'recent':39,277 'recogn':124 'repeat':303 'republican':291 'respons':275 'rev':231 'right':59,299,434,476 'said':236,470 'scream':90 'see':325 'serious':270 'servic':42,82,155,272 'sexual':327 'share':407 'sign':421 'similar':361 'sing':366 'singl':206 'sister':199,221 'slur':74 'space':174 'specif':391,452 'spiritu':250,267 'stand':51 'state':29,436,444 'stood':68 'stori':409 'support':439 'sync':368 'take':265 'taken':257 'target':31,193,450 'texa':14,379,419 'thoma':235 'threat':76 'three':65 'thrive':178 'today':87 'transgend':35 'ugli':109 'unclear':462 'unit':8 'us':254,260 'use':356 'venu':313 'violenc':197 'voic':167 'wasn':395 'weather':86 'work':215,268 'worship':181 'would':454"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1695906060
    +visibility: "visible             "
    +apId: "https://feddit.ch/post/1306063"
    +editedAt: null
    +createdAt: DateTimeImmutable @1695819660 {#2834
      date: 2023-09-27 15:01:00.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
  +body: """
    The Bible contains quite a bit of hating others… God is a real piece of shit in the old testament. What did Job do to deserve what he got? Why did he tell Abraham to kill his own son for a goof? The book literally justifies slavery.\n
    \n
    According to the book, Jesus is God, so…
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 27
  +score: 0
  +lastActive: DateTime @1695838397 {#2471
    date: 2023-09-27 20:13:17.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCool@feddit.ch"
    "@qooqie@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2361 …}
  +nested: Doctrine\ORM\PersistentCollection {#2372 …}
  +votes: Doctrine\ORM\PersistentCollection {#2386 …}
  +reports: Doctrine\ORM\PersistentCollection {#2385 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
  -id: 29898
  -bodyTs: "'abraham':34 'accord':48 'bibl':2 'bit':6 'book':44,51 'contain':3 'deserv':26 'god':10,54 'goof':42 'got':29 'hate':8 'jesus':52 'job':23 'justifi':46 'kill':36 'liter':45 'old':19 'other':9 'piec':14 'quit':4 'real':13 'shit':16 'slaveri':47 'son':39 'tell':33 'testament':20"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/3703429"
  +editedAt: DateTimeImmutable @1695838464 {#2371
    date: 2023-09-27 20:14:24.0 +02:00
  }
  +createdAt: DateTimeImmutable @1695838397 {#2363
    date: 2023-09-27 20:13:17.0 +02:00
  }
  +"title": 29898
}
"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
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 {#2344
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2377
    +user: Proxies\__CG__\App\Entity\User {#2757 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
    +image: Proxies\__CG__\App\Entity\Image {#3039 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3056 …}
    +slug: "Texas-church-defies-government-crackdown-by-blessing-drag-queens"
    +title: "Texas church defies government crackdown by blessing drag queens"
    +url: "https://www.lgbtqnation.com/2023/09/texas-church-defies-government-crackdown-by-blessing-drag-queens/"
    +body: """
      The Cathedral of Hope — an LGBTQ±affirming United Church of Christ in Dallas, Texas — has made a concerted effort to defend the queer community from “persecution,” as the state government targets drag queens and transgender people.\n
      \n
      The church recently held a service where they blessed drag queens and pledged to “stand for justice, proclaim love, and protect the rights of all people.”\n
      \n
      While about three dozen protestors stood outside of the church hurling slurs and threats, approximately 850 people attended the service.\n
      \n
      “Anyone check the weather today?!” one protester screamed. “’Cause it might rain fire and brimstone on this church and burn every homo inside!”\n
      \n
      But for the ugliness on display outside, the congregation filled the building with love and “radical inclusivity.”\n
      \n
      “We recognize that all people are made in the loving image of God, no matter who they are, how they dress, express themselves, or who they love,” the pastor intoned during the service. “We celebrate this divine diversity and commit to lifting up the voices of the LGBTQ+ community and creating spaces where everyone can thrive.”\n
      \n
      As one worship leader noted as the pastor gave communion, “Drag queens are often targets of hate and violence.” The Sisters of Perpetual Indulgence, in particular, were singled out for particular honor due to their lifesaving work during the AIDS epidemic.\n
      \n
      “These Sisters were at the bedsides of men dying of AIDS,” Rev. Dr. Neil G. Thomas said. “They bring humor, they bring activism, they provide and bring a level of spirituality that many of us have had taken away from us. Despite the humor, they take their spiritual work very seriously.”\n
      \n
      The service was a response to recently passed legislation meant to make a drag a crime. The law, passed by Republicans, has been challenged in court by civil rights groups and blocked repeatedly by federal courts.\n
      \n
      The law punishes drag performers and venues with a $10,000 fine if they allow a minor to see a “sexually explicit” performance. Such a performance is defined as one in which “a male performer [is] exhibiting as a female, or a female performer exhibiting as a male, who uses clothing, makeup, or other similar physical markers and who sings, lip syncs, dances, or otherwise performs before an audience.”\n
      \n
      Lawyers from the Texas Attorney General’s office argued that because the law didn’t specifically mention drag, it wasn’t discriminatory to drag performances. However, in June, Gov. Greg Abbott ® shared a story about the law’s passage that contained the headline, “Texas Governor Signs Law Banning Drag Performances in Public,” and added the comment, “That’s right.” Many state politicians who supported the law also publicly stated that it was meant to target drag, specifically.\n
      \n
      But would the law apply to churches? That’s unclear.\n
      \n
      “My kid was here,” the lead pastor said. “I don’t have the right to choose to bring my kid to church when there are drag queens?”
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 101
    +favouriteCount: 718
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696166183 {#2264
      date: 2023-10-01 15:16:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3055 …}
    +votes: Doctrine\ORM\PersistentCollection {#3053 …}
    +reports: Doctrine\ORM\PersistentCollection {#3050 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3084 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3080 …}
    +badges: Doctrine\ORM\PersistentCollection {#3097 …}
    +children: [
      9 => App\Entity\EntryComment {#2036
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Yes and they are hypocrites.\n
          \n
          It’s amazing the mental gymnastics Christians will do to justify their hateful beliefs.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695899761 {#2035
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +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: 29975
        -bodyTs: "'amaz':8 'belief':19 'christian':12 'gymnast':11 'hate':18 'hypocrit':5 'justifi':16 'mental':10 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724621"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899761 {#2031
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +"title": 29975
      }
      10 => App\Entity\EntryComment {#2077
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "It’s pretty close to the beginning, which is kind of telling… maybe try actually reading your holy book. You may be surprised what you find."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1695899854 {#2062
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@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: 29976
        -bodyTs: "'actual':15 'begin':7 'book':19 'close':4 'find':26 'holi':18 'kind':10 'may':21 'mayb':13 'pretti':3 'read':16 'surpris':23 'tell':12 'tri':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724660"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899854 {#2081
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +"title": 29976
      }
      7 => App\Entity\EntryComment {#1384
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          If you don’t believe that Jesus died and rose again for your sins, then you’re not a Christian by definition.\n
          \n
          Also, those are not “obscure” stories. They’re the basis of all Abrahamic religions, including Christianity. In fact, the only reason there even is a NT is because they wanted to write about the “prophecies” from the OT “coming true.” You can’t have one without the other.\n
          \n
          And, once again, Jesus is God. God did really fucked up things in the old testament, that means Jesus did really fucked up things. In the NT he supported those fucked up things that he did, and his existence itself is allegedly a fulfillment of OT prophecy. That’s why they killed him! Assuming he ever existed in the first place.\n
          \n
          Not trying to be a dick, but as someone who was raised in an evangelical church, I know the Bible inside and out. People who pick and choose, or pretend they can be Christian and still think being gay is ok, piss me off because it’s a direct contradiction of what you claim to believe.\n
          \n
          People like you legitimize a barbaric religion that is (once again) destroying the fabric of our society. Be honest with yourself and come to terms with the fact that your religion condones slavery, and killing people for being homosexual.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1695846077 {#2394
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1383 …}
        +nested: Doctrine\ORM\PersistentCollection {#1405 …}
        +votes: Doctrine\ORM\PersistentCollection {#1382 …}
        +reports: Doctrine\ORM\PersistentCollection {#1404 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
        -id: 29919
        -bodyTs: "'abraham':35 'alleg':112 'also':23 'assum':124 'barbar':193 'basi':32 'believ':5,187 'bibl':151 'choos':159 'christian':20,38,165 'church':147 'claim':185 'come':61,210 'condon':219 'contradict':181 'definit':22 'destroy':199 'dick':137 'die':8 'direct':180 'evangel':146 'even':45 'ever':126 'exist':109,127 'fabric':201 'fact':40,215 'first':130 'fuck':80,92,101 'fulfil':114 'gay':170 'god':76,77 'homosexu':226 'honest':206 'includ':37 'insid':152 'jesus':7,74,89 'kill':122,222 'know':149 'legitim':191 'like':189 'mean':88 'nt':48,97 'obscur':27 'ok':172 'old':85 'one':67 'ot':60,116 'peopl':155,188,223 'pick':157 'piss':173 'place':131 'pretend':161 'propheci':57,117 'rais':143 're':17,30 'realli':79,91 'reason':43 'religion':36,194,218 'rose':10 'sin':14 'slaveri':220 'societi':204 'someon':140 'still':167 'stori':28 'support':99 'term':212 'testament':86 'thing':82,94,103 'think':168 'tri':133 'true':62 'want':52 'without':68 'write':54"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3706874"
        +editedAt: DateTimeImmutable @1695846183 {#2395
          date: 2023-09-27 22:23:03.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846077 {#2393
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +"title": 29919
      }
      8 => App\Entity\EntryComment {#2026
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          You need to look again, because it absolutely does. Or do you think, “if a man lies with another man,” was just talking about best buds sleeping in the same bed.\n
          \n
          **edit:** I guess people are too lazy to look themselves for something that’s already common knowledge…\n
          \n
          But it’s Leviticus 20:13.\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1695846676 {#2023
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2022 …}
        +nested: Doctrine\ORM\PersistentCollection {#2025 …}
        +votes: Doctrine\ORM\PersistentCollection {#2033 …}
        +reports: Doctrine\ORM\PersistentCollection {#2028 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2012 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2013 …}
        -id: 29924
        -bodyTs: "'13':54 '20':53 'abomin':70 'absolut':8 'alreadi':46 'anoth':19 'bed':31 'best':25 'blood':79 'bud':26 'commit':69 'common':47 'death':77 'edit':32 'guess':34 'knowledg':48 'lazi':38 'leviticus':52 'lie':17,59 'look':4,40 'man':16,20,58 'mankind':61 'need':2 'peopl':35 'put':75 'shall':72,80 'sleep':27 'someth':43 'sure':73 'talk':23 'think':13 'upon':82 'womankind':64"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3707120"
        +editedAt: DateTimeImmutable @1695913492 {#2030
          date: 2023-09-28 17:04:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846676 {#2032
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +"title": 29924
      }
      5 => App\Entity\EntryComment {#1909
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1708 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Ok, just pointing out that your beliefs are not consistent with your holy book.\n
          \n
          By what criteria are you able to justify ignoring parts of the book and not others? Is it not the inerrant word of God? Didn’t Jesus say that he didn’t come to abolish the law, but to fulfill it? He made it very clear that you can’t just throw away the OT.\n
          \n
          You seem to have good values, just don’t see the reason any kind of unscientific claims about the supernatural need to be a part of it. Just unnecessary baggage.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 20
        +score: 0
        +lastActive: DateTime @1695840894 {#1910
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1926 …}
        +nested: Doctrine\ORM\PersistentCollection {#1874 …}
        +votes: Doctrine\ORM\PersistentCollection {#1908 …}
        +reports: Doctrine\ORM\PersistentCollection {#1883 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2387 …}
        -id: 29907
        -bodyTs: "'abl':20 'abolish':49 'away':67 'baggag':99 'belief':7 'book':14,27 'claim':86 'clear':60 'come':47 'consist':10 'criteria':17 'didn':39,45 'fulfil':54 'god':38 'good':74 'holi':13 'ignor':23 'inerr':35 'jesus':41 'justifi':22 'kind':83 'law':51 'made':57 'need':90 'ok':1 'ot':69 'other':30 'part':24,94 'point':3 'reason':81 'say':42 'see':79 'seem':71 'supernatur':89 'throw':66 'unnecessari':98 'unscientif':85 'valu':75 'word':36"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3704378"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695840894 {#1906
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +"title": 29907
      }
      6 => App\Entity\EntryComment {#2135
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2136 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "I’m well aware of the apologetics. Whatever mental gymnastics you have to do, friend. Maybe one day you’ll be free of the constant cognitive dissonance. It’s a huge relief."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695905918 {#2159
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2137 …}
        +nested: Doctrine\ORM\PersistentCollection {#2068 …}
        +votes: Doctrine\ORM\PersistentCollection {#2069 …}
        +reports: Doctrine\ORM\PersistentCollection {#2074 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2071 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2070 …}
        -id: 29991
        -bodyTs: "'apologet':7 'awar':4 'cognit':26 'constant':25 'day':18 'disson':27 'free':22 'friend':15 'gymnast':10 'huge':31 'll':20 'm':2 'mayb':16 'mental':9 'one':17 'relief':32 'well':3 'whatev':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3727709"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695905918 {#2143
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +"title": 29991
      }
      4 => App\Entity\EntryComment {#2333
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2323 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "Leviticus 20:13 is very clear. What makes you think you can just ignore that part?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695903764 {#2327
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2324 …}
        +nested: Doctrine\ORM\PersistentCollection {#2334 …}
        +votes: Doctrine\ORM\PersistentCollection {#2341 …}
        +reports: Doctrine\ORM\PersistentCollection {#2337 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2336 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2339 …}
        -id: 29987
        -bodyTs: "'13':3 '20':2 'clear':6 'ignor':14 'leviticus':1 'make':8 'part':16 'think':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726695"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695903764 {#2329
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +"title": 29987
      }
      3 => App\Entity\EntryComment {#2056
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          What was hateful about what I said?\n
          \n
          We’ve got Christians on the verge of genocide in the name of your God, but I’m “hateful” for pointing out that they’re just following their holy book?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695913394 {#2048
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2046 …}
        +nested: Doctrine\ORM\PersistentCollection {#2045 …}
        +votes: Doctrine\ORM\PersistentCollection {#2050 …}
        +reports: Doctrine\ORM\PersistentCollection {#2052 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
        -id: 29994
        -bodyTs: "'book':37 'christian':11 'follow':34 'genocid':16 'god':22 'got':10 'hate':3,26 'holi':36 'm':25 'name':19 'point':28 're':32 'said':7 've':9 'verg':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3731992"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695913394 {#2051
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +"title": 29994
      }
      2 => App\Entity\EntryComment {#2370
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          The Bible contains quite a bit of hating others… God is a real piece of shit in the old testament. What did Job do to deserve what he got? Why did he tell Abraham to kill his own son for a goof? The book literally justifies slavery.\n
          \n
          According to the book, Jesus is God, so…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1695838397 {#2471
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2361 …}
        +nested: Doctrine\ORM\PersistentCollection {#2372 …}
        +votes: Doctrine\ORM\PersistentCollection {#2386 …}
        +reports: Doctrine\ORM\PersistentCollection {#2385 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
        -id: 29898
        -bodyTs: "'abraham':34 'accord':48 'bibl':2 'bit':6 'book':44,51 'contain':3 'deserv':26 'god':10,54 'goof':42 'got':29 'hate':8 'jesus':52 'job':23 'justifi':46 'kill':36 'liter':45 'old':19 'other':9 'piec':14 'quit':4 'real':13 'shit':16 'slaveri':47 'son':39 'tell':33 'testament':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3703429"
        +editedAt: DateTimeImmutable @1695838464 {#2371
          date: 2023-09-27 20:14:24.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695838397 {#2363
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +"title": 29898
      }
      1 => App\Entity\EntryComment {#2344}
      0 => App\Entity\EntryComment {#2140
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          How is that contradictory? I didn’t say all Christians are hypocrites, just the ones that pick and choose what verses are convenient for them. Westboro Baptist seems to adhere pretty closely.\n
          \n
          Christianity itself is a hateful ideology. Many people pick some of those hateful things when they walk past on the buffett line. Those people are both hateful and hypocritical.\n
          \n
          I’m saying to either do it the way it says you have to do it, or stop wasting your time.\n
          \n
          After all, God did say not to be lukewarm Christians, and if you are, he will *“spew you from his mouth”*
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695902289 {#2094
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2133 …}
        +nested: Doctrine\ORM\PersistentCollection {#2131 …}
        +votes: Doctrine\ORM\PersistentCollection {#2138 …}
        +reports: Doctrine\ORM\PersistentCollection {#2345 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2330 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2346 …}
        -id: 29981
        -bodyTs: "'adher':30 'baptist':27 'buffett':53 'choos':19 'christian':10,33,92 'close':32 'contradictori':4 'conveni':23 'didn':6 'either':66 'god':85 'hate':37,45,59 'hypocrit':12,61 'ideolog':38 'line':54 'lukewarm':91 'm':63 'mani':39 'mouth':103 'one':15 'past':50 'peopl':40,56 'pick':17,41 'pretti':31 'say':8,64,72,87 'seem':28 'spew':99 'stop':79 'thing':46 'time':82 'vers':21 'walk':49 'wast':80 'way':70 'westboro':26"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726207"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902289 {#2241
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +"title": 29981
      }
    ]
    -id: 2351
    -titleTs: "'bless':7 'church':2 'crackdown':5 'defi':3 'drag':8 'govern':4 'queen':9 'texa':1"
    -bodyTs: "'000':317 '10':316 '850':78 'abbott':406 'activ':242 'ad':429 'affirm':7 'aid':218,230 'allow':321 'also':442 'anyon':83 'appli':457 'approxim':77 'argu':384 'attend':80 'attorney':380 'audienc':375 'away':258 'ban':423 'bedsid':225 'bless':45 'block':302 'brimston':97 'bring':238,241,246,480 'build':117 'burn':102 'cathedr':2 'caus':91 'celebr':157 'challeng':294 'check':84 'choos':478 'christ':11 'church':9,38,72,100,459,484 'civil':298 'cloth':357 'comment':431 'commit':162 'communion':188 'communiti':24,171 'concert':18 'congreg':114 'contain':416 'court':296,306 'creat':173 'crime':286 'dalla':13 'danc':369 'defend':21 'defin':334 'despit':261 'didn':389 'die':228 'discriminatori':397 'display':111 'divers':160 'divin':159 'dozen':66 'dr':232 'drag':32,46,189,284,310,393,399,424,451,488 'dress':143 'due':211 'effort':19 'epidem':219 'everi':103 'everyon':176 'exhibit':343,351 'explicit':328 'express':144 'feder':305 'femal':346,349 'fill':115 'fine':318 'fire':95 'g':234 'gave':187 'general':381 'god':135 'gov':404 'govern':30 'governor':420 'greg':405 'group':300 'hate':195 'headlin':418 'held':40 'homo':104 'honor':210 'hope':4 'howev':401 'humor':239,263 'hurl':73 'imag':133 'inclus':122 'indulg':202 'insid':105 'inton':152 'june':403 'justic':53 'kid':464,482 'law':288,308,388,412,422,441,456 'lawyer':376 'lead':468 'leader':182 'legisl':279 'level':248 'lgbtq':6,170 'lifesav':214 'lift':164 'lip':367 'love':55,119,132,149 'made':16,129 'make':282 'makeup':358 'male':340,354 'mani':252,435 'marker':363 'matter':137 'meant':280,448 'men':227 'mention':392 'might':93 'minor':323 'neil':233 'note':183 'offic':383 'often':192 'one':88,180,336 'otherwis':371 'outsid':69,112 'particular':204,209 'pass':278,289 'passag':414 'pastor':151,186,469 'peopl':36,62,79,127 'perform':311,329,332,341,350,372,400,425 'perpetu':201 'persecut':26 'physic':362 'pledg':49 'politician':437 'proclaim':54 'protect':57 'protest':89 'protestor':67 'provid':244 'public':427,443 'punish':309 'queen':33,47,190,489 'queer':23 'radic':121 'rain':94 'recent':39,277 'recogn':124 'repeat':303 'republican':291 'respons':275 'rev':231 'right':59,299,434,476 'said':236,470 'scream':90 'see':325 'serious':270 'servic':42,82,155,272 'sexual':327 'share':407 'sign':421 'similar':361 'sing':366 'singl':206 'sister':199,221 'slur':74 'space':174 'specif':391,452 'spiritu':250,267 'stand':51 'state':29,436,444 'stood':68 'stori':409 'support':439 'sync':368 'take':265 'taken':257 'target':31,193,450 'texa':14,379,419 'thoma':235 'threat':76 'three':65 'thrive':178 'today':87 'transgend':35 'ugli':109 'unclear':462 'unit':8 'us':254,260 'use':356 'venu':313 'violenc':197 'voic':167 'wasn':395 'weather':86 'work':215,268 'worship':181 'would':454"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1695906060
    +visibility: "visible             "
    +apId: "https://feddit.ch/post/1306063"
    +editedAt: null
    +createdAt: DateTimeImmutable @1695819660 {#2834
      date: 2023-09-27 15:01:00.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
  +body: """
    In case you didn’t see the other replies, Leviticus 20:13:\n
    \n
    > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.\n
    \n
    Seems pretty black and white to me.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1695902427 {#2347
    date: 2023-09-28 14:00:27.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCool@feddit.ch"
    "@qooqie@lemmy.world"
    "@eestileib@sh.itjust.works"
    "@Bunnylux@lemmy.world"
    "@CaptFeather@lemm.ee"
    "@prole@sh.itjust.works"
    "@andyburke@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2349 …}
  +nested: Doctrine\ORM\PersistentCollection {#2141 …}
  +votes: Doctrine\ORM\PersistentCollection {#2164 …}
  +reports: Doctrine\ORM\PersistentCollection {#2314 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2191 …}
  -id: 29982
  -bodyTs: "'13':12 '20':11 'abomin':28 'black':44 'blood':37 'case':2 'commit':27 'death':35 'didn':4 'leviticus':10 'lie':17 'man':16 'mankind':19 'pretti':43 'put':33 'repli':9 'see':6 'seem':42 'shall':30,38 'sure':31 'upon':40 'white':46 'womankind':22"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/3726243"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695902427 {#2332
    date: 2023-09-28 14:00:27.0 +02:00
  }
  +"title": 29982
}
"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 {#2344
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2377
    +user: Proxies\__CG__\App\Entity\User {#2757 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
    +image: Proxies\__CG__\App\Entity\Image {#3039 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3056 …}
    +slug: "Texas-church-defies-government-crackdown-by-blessing-drag-queens"
    +title: "Texas church defies government crackdown by blessing drag queens"
    +url: "https://www.lgbtqnation.com/2023/09/texas-church-defies-government-crackdown-by-blessing-drag-queens/"
    +body: """
      The Cathedral of Hope — an LGBTQ±affirming United Church of Christ in Dallas, Texas — has made a concerted effort to defend the queer community from “persecution,” as the state government targets drag queens and transgender people.\n
      \n
      The church recently held a service where they blessed drag queens and pledged to “stand for justice, proclaim love, and protect the rights of all people.”\n
      \n
      While about three dozen protestors stood outside of the church hurling slurs and threats, approximately 850 people attended the service.\n
      \n
      “Anyone check the weather today?!” one protester screamed. “’Cause it might rain fire and brimstone on this church and burn every homo inside!”\n
      \n
      But for the ugliness on display outside, the congregation filled the building with love and “radical inclusivity.”\n
      \n
      “We recognize that all people are made in the loving image of God, no matter who they are, how they dress, express themselves, or who they love,” the pastor intoned during the service. “We celebrate this divine diversity and commit to lifting up the voices of the LGBTQ+ community and creating spaces where everyone can thrive.”\n
      \n
      As one worship leader noted as the pastor gave communion, “Drag queens are often targets of hate and violence.” The Sisters of Perpetual Indulgence, in particular, were singled out for particular honor due to their lifesaving work during the AIDS epidemic.\n
      \n
      “These Sisters were at the bedsides of men dying of AIDS,” Rev. Dr. Neil G. Thomas said. “They bring humor, they bring activism, they provide and bring a level of spirituality that many of us have had taken away from us. Despite the humor, they take their spiritual work very seriously.”\n
      \n
      The service was a response to recently passed legislation meant to make a drag a crime. The law, passed by Republicans, has been challenged in court by civil rights groups and blocked repeatedly by federal courts.\n
      \n
      The law punishes drag performers and venues with a $10,000 fine if they allow a minor to see a “sexually explicit” performance. Such a performance is defined as one in which “a male performer [is] exhibiting as a female, or a female performer exhibiting as a male, who uses clothing, makeup, or other similar physical markers and who sings, lip syncs, dances, or otherwise performs before an audience.”\n
      \n
      Lawyers from the Texas Attorney General’s office argued that because the law didn’t specifically mention drag, it wasn’t discriminatory to drag performances. However, in June, Gov. Greg Abbott ® shared a story about the law’s passage that contained the headline, “Texas Governor Signs Law Banning Drag Performances in Public,” and added the comment, “That’s right.” Many state politicians who supported the law also publicly stated that it was meant to target drag, specifically.\n
      \n
      But would the law apply to churches? That’s unclear.\n
      \n
      “My kid was here,” the lead pastor said. “I don’t have the right to choose to bring my kid to church when there are drag queens?”
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 101
    +favouriteCount: 718
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696166183 {#2264
      date: 2023-10-01 15:16:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3055 …}
    +votes: Doctrine\ORM\PersistentCollection {#3053 …}
    +reports: Doctrine\ORM\PersistentCollection {#3050 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3084 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3080 …}
    +badges: Doctrine\ORM\PersistentCollection {#3097 …}
    +children: [
      9 => App\Entity\EntryComment {#2036
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Yes and they are hypocrites.\n
          \n
          It’s amazing the mental gymnastics Christians will do to justify their hateful beliefs.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695899761 {#2035
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +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: 29975
        -bodyTs: "'amaz':8 'belief':19 'christian':12 'gymnast':11 'hate':18 'hypocrit':5 'justifi':16 'mental':10 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724621"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899761 {#2031
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +"title": 29975
      }
      10 => App\Entity\EntryComment {#2077
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "It’s pretty close to the beginning, which is kind of telling… maybe try actually reading your holy book. You may be surprised what you find."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1695899854 {#2062
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@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: 29976
        -bodyTs: "'actual':15 'begin':7 'book':19 'close':4 'find':26 'holi':18 'kind':10 'may':21 'mayb':13 'pretti':3 'read':16 'surpris':23 'tell':12 'tri':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724660"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899854 {#2081
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +"title": 29976
      }
      7 => App\Entity\EntryComment {#1384
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          If you don’t believe that Jesus died and rose again for your sins, then you’re not a Christian by definition.\n
          \n
          Also, those are not “obscure” stories. They’re the basis of all Abrahamic religions, including Christianity. In fact, the only reason there even is a NT is because they wanted to write about the “prophecies” from the OT “coming true.” You can’t have one without the other.\n
          \n
          And, once again, Jesus is God. God did really fucked up things in the old testament, that means Jesus did really fucked up things. In the NT he supported those fucked up things that he did, and his existence itself is allegedly a fulfillment of OT prophecy. That’s why they killed him! Assuming he ever existed in the first place.\n
          \n
          Not trying to be a dick, but as someone who was raised in an evangelical church, I know the Bible inside and out. People who pick and choose, or pretend they can be Christian and still think being gay is ok, piss me off because it’s a direct contradiction of what you claim to believe.\n
          \n
          People like you legitimize a barbaric religion that is (once again) destroying the fabric of our society. Be honest with yourself and come to terms with the fact that your religion condones slavery, and killing people for being homosexual.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1695846077 {#2394
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1383 …}
        +nested: Doctrine\ORM\PersistentCollection {#1405 …}
        +votes: Doctrine\ORM\PersistentCollection {#1382 …}
        +reports: Doctrine\ORM\PersistentCollection {#1404 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
        -id: 29919
        -bodyTs: "'abraham':35 'alleg':112 'also':23 'assum':124 'barbar':193 'basi':32 'believ':5,187 'bibl':151 'choos':159 'christian':20,38,165 'church':147 'claim':185 'come':61,210 'condon':219 'contradict':181 'definit':22 'destroy':199 'dick':137 'die':8 'direct':180 'evangel':146 'even':45 'ever':126 'exist':109,127 'fabric':201 'fact':40,215 'first':130 'fuck':80,92,101 'fulfil':114 'gay':170 'god':76,77 'homosexu':226 'honest':206 'includ':37 'insid':152 'jesus':7,74,89 'kill':122,222 'know':149 'legitim':191 'like':189 'mean':88 'nt':48,97 'obscur':27 'ok':172 'old':85 'one':67 'ot':60,116 'peopl':155,188,223 'pick':157 'piss':173 'place':131 'pretend':161 'propheci':57,117 'rais':143 're':17,30 'realli':79,91 'reason':43 'religion':36,194,218 'rose':10 'sin':14 'slaveri':220 'societi':204 'someon':140 'still':167 'stori':28 'support':99 'term':212 'testament':86 'thing':82,94,103 'think':168 'tri':133 'true':62 'want':52 'without':68 'write':54"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3706874"
        +editedAt: DateTimeImmutable @1695846183 {#2395
          date: 2023-09-27 22:23:03.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846077 {#2393
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +"title": 29919
      }
      8 => App\Entity\EntryComment {#2026
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          You need to look again, because it absolutely does. Or do you think, “if a man lies with another man,” was just talking about best buds sleeping in the same bed.\n
          \n
          **edit:** I guess people are too lazy to look themselves for something that’s already common knowledge…\n
          \n
          But it’s Leviticus 20:13.\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1695846676 {#2023
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2022 …}
        +nested: Doctrine\ORM\PersistentCollection {#2025 …}
        +votes: Doctrine\ORM\PersistentCollection {#2033 …}
        +reports: Doctrine\ORM\PersistentCollection {#2028 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2012 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2013 …}
        -id: 29924
        -bodyTs: "'13':54 '20':53 'abomin':70 'absolut':8 'alreadi':46 'anoth':19 'bed':31 'best':25 'blood':79 'bud':26 'commit':69 'common':47 'death':77 'edit':32 'guess':34 'knowledg':48 'lazi':38 'leviticus':52 'lie':17,59 'look':4,40 'man':16,20,58 'mankind':61 'need':2 'peopl':35 'put':75 'shall':72,80 'sleep':27 'someth':43 'sure':73 'talk':23 'think':13 'upon':82 'womankind':64"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3707120"
        +editedAt: DateTimeImmutable @1695913492 {#2030
          date: 2023-09-28 17:04:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846676 {#2032
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +"title": 29924
      }
      5 => App\Entity\EntryComment {#1909
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1708 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Ok, just pointing out that your beliefs are not consistent with your holy book.\n
          \n
          By what criteria are you able to justify ignoring parts of the book and not others? Is it not the inerrant word of God? Didn’t Jesus say that he didn’t come to abolish the law, but to fulfill it? He made it very clear that you can’t just throw away the OT.\n
          \n
          You seem to have good values, just don’t see the reason any kind of unscientific claims about the supernatural need to be a part of it. Just unnecessary baggage.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 20
        +score: 0
        +lastActive: DateTime @1695840894 {#1910
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1926 …}
        +nested: Doctrine\ORM\PersistentCollection {#1874 …}
        +votes: Doctrine\ORM\PersistentCollection {#1908 …}
        +reports: Doctrine\ORM\PersistentCollection {#1883 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2387 …}
        -id: 29907
        -bodyTs: "'abl':20 'abolish':49 'away':67 'baggag':99 'belief':7 'book':14,27 'claim':86 'clear':60 'come':47 'consist':10 'criteria':17 'didn':39,45 'fulfil':54 'god':38 'good':74 'holi':13 'ignor':23 'inerr':35 'jesus':41 'justifi':22 'kind':83 'law':51 'made':57 'need':90 'ok':1 'ot':69 'other':30 'part':24,94 'point':3 'reason':81 'say':42 'see':79 'seem':71 'supernatur':89 'throw':66 'unnecessari':98 'unscientif':85 'valu':75 'word':36"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3704378"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695840894 {#1906
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +"title": 29907
      }
      6 => App\Entity\EntryComment {#2135
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2136 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "I’m well aware of the apologetics. Whatever mental gymnastics you have to do, friend. Maybe one day you’ll be free of the constant cognitive dissonance. It’s a huge relief."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695905918 {#2159
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2137 …}
        +nested: Doctrine\ORM\PersistentCollection {#2068 …}
        +votes: Doctrine\ORM\PersistentCollection {#2069 …}
        +reports: Doctrine\ORM\PersistentCollection {#2074 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2071 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2070 …}
        -id: 29991
        -bodyTs: "'apologet':7 'awar':4 'cognit':26 'constant':25 'day':18 'disson':27 'free':22 'friend':15 'gymnast':10 'huge':31 'll':20 'm':2 'mayb':16 'mental':9 'one':17 'relief':32 'well':3 'whatev':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3727709"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695905918 {#2143
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +"title": 29991
      }
      4 => App\Entity\EntryComment {#2333
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2323 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "Leviticus 20:13 is very clear. What makes you think you can just ignore that part?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695903764 {#2327
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2324 …}
        +nested: Doctrine\ORM\PersistentCollection {#2334 …}
        +votes: Doctrine\ORM\PersistentCollection {#2341 …}
        +reports: Doctrine\ORM\PersistentCollection {#2337 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2336 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2339 …}
        -id: 29987
        -bodyTs: "'13':3 '20':2 'clear':6 'ignor':14 'leviticus':1 'make':8 'part':16 'think':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726695"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695903764 {#2329
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +"title": 29987
      }
      3 => App\Entity\EntryComment {#2056
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          What was hateful about what I said?\n
          \n
          We’ve got Christians on the verge of genocide in the name of your God, but I’m “hateful” for pointing out that they’re just following their holy book?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695913394 {#2048
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2046 …}
        +nested: Doctrine\ORM\PersistentCollection {#2045 …}
        +votes: Doctrine\ORM\PersistentCollection {#2050 …}
        +reports: Doctrine\ORM\PersistentCollection {#2052 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
        -id: 29994
        -bodyTs: "'book':37 'christian':11 'follow':34 'genocid':16 'god':22 'got':10 'hate':3,26 'holi':36 'm':25 'name':19 'point':28 're':32 'said':7 've':9 'verg':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3731992"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695913394 {#2051
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +"title": 29994
      }
      2 => App\Entity\EntryComment {#2370
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          The Bible contains quite a bit of hating others… God is a real piece of shit in the old testament. What did Job do to deserve what he got? Why did he tell Abraham to kill his own son for a goof? The book literally justifies slavery.\n
          \n
          According to the book, Jesus is God, so…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1695838397 {#2471
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2361 …}
        +nested: Doctrine\ORM\PersistentCollection {#2372 …}
        +votes: Doctrine\ORM\PersistentCollection {#2386 …}
        +reports: Doctrine\ORM\PersistentCollection {#2385 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
        -id: 29898
        -bodyTs: "'abraham':34 'accord':48 'bibl':2 'bit':6 'book':44,51 'contain':3 'deserv':26 'god':10,54 'goof':42 'got':29 'hate':8 'jesus':52 'job':23 'justifi':46 'kill':36 'liter':45 'old':19 'other':9 'piec':14 'quit':4 'real':13 'shit':16 'slaveri':47 'son':39 'tell':33 'testament':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3703429"
        +editedAt: DateTimeImmutable @1695838464 {#2371
          date: 2023-09-27 20:14:24.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695838397 {#2363
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +"title": 29898
      }
      1 => App\Entity\EntryComment {#2344}
      0 => App\Entity\EntryComment {#2140
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          How is that contradictory? I didn’t say all Christians are hypocrites, just the ones that pick and choose what verses are convenient for them. Westboro Baptist seems to adhere pretty closely.\n
          \n
          Christianity itself is a hateful ideology. Many people pick some of those hateful things when they walk past on the buffett line. Those people are both hateful and hypocritical.\n
          \n
          I’m saying to either do it the way it says you have to do it, or stop wasting your time.\n
          \n
          After all, God did say not to be lukewarm Christians, and if you are, he will *“spew you from his mouth”*
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695902289 {#2094
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2133 …}
        +nested: Doctrine\ORM\PersistentCollection {#2131 …}
        +votes: Doctrine\ORM\PersistentCollection {#2138 …}
        +reports: Doctrine\ORM\PersistentCollection {#2345 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2330 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2346 …}
        -id: 29981
        -bodyTs: "'adher':30 'baptist':27 'buffett':53 'choos':19 'christian':10,33,92 'close':32 'contradictori':4 'conveni':23 'didn':6 'either':66 'god':85 'hate':37,45,59 'hypocrit':12,61 'ideolog':38 'line':54 'lukewarm':91 'm':63 'mani':39 'mouth':103 'one':15 'past':50 'peopl':40,56 'pick':17,41 'pretti':31 'say':8,64,72,87 'seem':28 'spew':99 'stop':79 'thing':46 'time':82 'vers':21 'walk':49 'wast':80 'way':70 'westboro':26"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726207"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902289 {#2241
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +"title": 29981
      }
    ]
    -id: 2351
    -titleTs: "'bless':7 'church':2 'crackdown':5 'defi':3 'drag':8 'govern':4 'queen':9 'texa':1"
    -bodyTs: "'000':317 '10':316 '850':78 'abbott':406 'activ':242 'ad':429 'affirm':7 'aid':218,230 'allow':321 'also':442 'anyon':83 'appli':457 'approxim':77 'argu':384 'attend':80 'attorney':380 'audienc':375 'away':258 'ban':423 'bedsid':225 'bless':45 'block':302 'brimston':97 'bring':238,241,246,480 'build':117 'burn':102 'cathedr':2 'caus':91 'celebr':157 'challeng':294 'check':84 'choos':478 'christ':11 'church':9,38,72,100,459,484 'civil':298 'cloth':357 'comment':431 'commit':162 'communion':188 'communiti':24,171 'concert':18 'congreg':114 'contain':416 'court':296,306 'creat':173 'crime':286 'dalla':13 'danc':369 'defend':21 'defin':334 'despit':261 'didn':389 'die':228 'discriminatori':397 'display':111 'divers':160 'divin':159 'dozen':66 'dr':232 'drag':32,46,189,284,310,393,399,424,451,488 'dress':143 'due':211 'effort':19 'epidem':219 'everi':103 'everyon':176 'exhibit':343,351 'explicit':328 'express':144 'feder':305 'femal':346,349 'fill':115 'fine':318 'fire':95 'g':234 'gave':187 'general':381 'god':135 'gov':404 'govern':30 'governor':420 'greg':405 'group':300 'hate':195 'headlin':418 'held':40 'homo':104 'honor':210 'hope':4 'howev':401 'humor':239,263 'hurl':73 'imag':133 'inclus':122 'indulg':202 'insid':105 'inton':152 'june':403 'justic':53 'kid':464,482 'law':288,308,388,412,422,441,456 'lawyer':376 'lead':468 'leader':182 'legisl':279 'level':248 'lgbtq':6,170 'lifesav':214 'lift':164 'lip':367 'love':55,119,132,149 'made':16,129 'make':282 'makeup':358 'male':340,354 'mani':252,435 'marker':363 'matter':137 'meant':280,448 'men':227 'mention':392 'might':93 'minor':323 'neil':233 'note':183 'offic':383 'often':192 'one':88,180,336 'otherwis':371 'outsid':69,112 'particular':204,209 'pass':278,289 'passag':414 'pastor':151,186,469 'peopl':36,62,79,127 'perform':311,329,332,341,350,372,400,425 'perpetu':201 'persecut':26 'physic':362 'pledg':49 'politician':437 'proclaim':54 'protect':57 'protest':89 'protestor':67 'provid':244 'public':427,443 'punish':309 'queen':33,47,190,489 'queer':23 'radic':121 'rain':94 'recent':39,277 'recogn':124 'repeat':303 'republican':291 'respons':275 'rev':231 'right':59,299,434,476 'said':236,470 'scream':90 'see':325 'serious':270 'servic':42,82,155,272 'sexual':327 'share':407 'sign':421 'similar':361 'sing':366 'singl':206 'sister':199,221 'slur':74 'space':174 'specif':391,452 'spiritu':250,267 'stand':51 'state':29,436,444 'stood':68 'stori':409 'support':439 'sync':368 'take':265 'taken':257 'target':31,193,450 'texa':14,379,419 'thoma':235 'threat':76 'three':65 'thrive':178 'today':87 'transgend':35 'ugli':109 'unclear':462 'unit':8 'us':254,260 'use':356 'venu':313 'violenc':197 'voic':167 'wasn':395 'weather':86 'work':215,268 'worship':181 'would':454"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1695906060
    +visibility: "visible             "
    +apId: "https://feddit.ch/post/1306063"
    +editedAt: null
    +createdAt: DateTimeImmutable @1695819660 {#2834
      date: 2023-09-27 15:01:00.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
  +body: """
    In case you didn’t see the other replies, Leviticus 20:13:\n
    \n
    > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.\n
    \n
    Seems pretty black and white to me.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1695902427 {#2347
    date: 2023-09-28 14:00:27.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCool@feddit.ch"
    "@qooqie@lemmy.world"
    "@eestileib@sh.itjust.works"
    "@Bunnylux@lemmy.world"
    "@CaptFeather@lemm.ee"
    "@prole@sh.itjust.works"
    "@andyburke@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2349 …}
  +nested: Doctrine\ORM\PersistentCollection {#2141 …}
  +votes: Doctrine\ORM\PersistentCollection {#2164 …}
  +reports: Doctrine\ORM\PersistentCollection {#2314 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2191 …}
  -id: 29982
  -bodyTs: "'13':12 '20':11 'abomin':28 'black':44 'blood':37 'case':2 'commit':27 'death':35 'didn':4 'leviticus':10 'lie':17 'man':16 'mankind':19 'pretti':43 'put':33 'repli':9 'see':6 'seem':42 'shall':30,38 'sure':31 'upon':40 'white':46 'womankind':22"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/3726243"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695902427 {#2332
    date: 2023-09-28 14:00:27.0 +02:00
  }
  +"title": 29982
}
"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 {#2344
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2377
    +user: Proxies\__CG__\App\Entity\User {#2757 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
    +image: Proxies\__CG__\App\Entity\Image {#3039 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3056 …}
    +slug: "Texas-church-defies-government-crackdown-by-blessing-drag-queens"
    +title: "Texas church defies government crackdown by blessing drag queens"
    +url: "https://www.lgbtqnation.com/2023/09/texas-church-defies-government-crackdown-by-blessing-drag-queens/"
    +body: """
      The Cathedral of Hope — an LGBTQ±affirming United Church of Christ in Dallas, Texas — has made a concerted effort to defend the queer community from “persecution,” as the state government targets drag queens and transgender people.\n
      \n
      The church recently held a service where they blessed drag queens and pledged to “stand for justice, proclaim love, and protect the rights of all people.”\n
      \n
      While about three dozen protestors stood outside of the church hurling slurs and threats, approximately 850 people attended the service.\n
      \n
      “Anyone check the weather today?!” one protester screamed. “’Cause it might rain fire and brimstone on this church and burn every homo inside!”\n
      \n
      But for the ugliness on display outside, the congregation filled the building with love and “radical inclusivity.”\n
      \n
      “We recognize that all people are made in the loving image of God, no matter who they are, how they dress, express themselves, or who they love,” the pastor intoned during the service. “We celebrate this divine diversity and commit to lifting up the voices of the LGBTQ+ community and creating spaces where everyone can thrive.”\n
      \n
      As one worship leader noted as the pastor gave communion, “Drag queens are often targets of hate and violence.” The Sisters of Perpetual Indulgence, in particular, were singled out for particular honor due to their lifesaving work during the AIDS epidemic.\n
      \n
      “These Sisters were at the bedsides of men dying of AIDS,” Rev. Dr. Neil G. Thomas said. “They bring humor, they bring activism, they provide and bring a level of spirituality that many of us have had taken away from us. Despite the humor, they take their spiritual work very seriously.”\n
      \n
      The service was a response to recently passed legislation meant to make a drag a crime. The law, passed by Republicans, has been challenged in court by civil rights groups and blocked repeatedly by federal courts.\n
      \n
      The law punishes drag performers and venues with a $10,000 fine if they allow a minor to see a “sexually explicit” performance. Such a performance is defined as one in which “a male performer [is] exhibiting as a female, or a female performer exhibiting as a male, who uses clothing, makeup, or other similar physical markers and who sings, lip syncs, dances, or otherwise performs before an audience.”\n
      \n
      Lawyers from the Texas Attorney General’s office argued that because the law didn’t specifically mention drag, it wasn’t discriminatory to drag performances. However, in June, Gov. Greg Abbott ® shared a story about the law’s passage that contained the headline, “Texas Governor Signs Law Banning Drag Performances in Public,” and added the comment, “That’s right.” Many state politicians who supported the law also publicly stated that it was meant to target drag, specifically.\n
      \n
      But would the law apply to churches? That’s unclear.\n
      \n
      “My kid was here,” the lead pastor said. “I don’t have the right to choose to bring my kid to church when there are drag queens?”
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 101
    +favouriteCount: 718
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696166183 {#2264
      date: 2023-10-01 15:16:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3055 …}
    +votes: Doctrine\ORM\PersistentCollection {#3053 …}
    +reports: Doctrine\ORM\PersistentCollection {#3050 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3084 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3080 …}
    +badges: Doctrine\ORM\PersistentCollection {#3097 …}
    +children: [
      9 => App\Entity\EntryComment {#2036
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Yes and they are hypocrites.\n
          \n
          It’s amazing the mental gymnastics Christians will do to justify their hateful beliefs.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695899761 {#2035
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +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: 29975
        -bodyTs: "'amaz':8 'belief':19 'christian':12 'gymnast':11 'hate':18 'hypocrit':5 'justifi':16 'mental':10 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724621"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899761 {#2031
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +"title": 29975
      }
      10 => App\Entity\EntryComment {#2077
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "It’s pretty close to the beginning, which is kind of telling… maybe try actually reading your holy book. You may be surprised what you find."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1695899854 {#2062
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@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: 29976
        -bodyTs: "'actual':15 'begin':7 'book':19 'close':4 'find':26 'holi':18 'kind':10 'may':21 'mayb':13 'pretti':3 'read':16 'surpris':23 'tell':12 'tri':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724660"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899854 {#2081
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +"title": 29976
      }
      7 => App\Entity\EntryComment {#1384
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          If you don’t believe that Jesus died and rose again for your sins, then you’re not a Christian by definition.\n
          \n
          Also, those are not “obscure” stories. They’re the basis of all Abrahamic religions, including Christianity. In fact, the only reason there even is a NT is because they wanted to write about the “prophecies” from the OT “coming true.” You can’t have one without the other.\n
          \n
          And, once again, Jesus is God. God did really fucked up things in the old testament, that means Jesus did really fucked up things. In the NT he supported those fucked up things that he did, and his existence itself is allegedly a fulfillment of OT prophecy. That’s why they killed him! Assuming he ever existed in the first place.\n
          \n
          Not trying to be a dick, but as someone who was raised in an evangelical church, I know the Bible inside and out. People who pick and choose, or pretend they can be Christian and still think being gay is ok, piss me off because it’s a direct contradiction of what you claim to believe.\n
          \n
          People like you legitimize a barbaric religion that is (once again) destroying the fabric of our society. Be honest with yourself and come to terms with the fact that your religion condones slavery, and killing people for being homosexual.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1695846077 {#2394
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1383 …}
        +nested: Doctrine\ORM\PersistentCollection {#1405 …}
        +votes: Doctrine\ORM\PersistentCollection {#1382 …}
        +reports: Doctrine\ORM\PersistentCollection {#1404 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
        -id: 29919
        -bodyTs: "'abraham':35 'alleg':112 'also':23 'assum':124 'barbar':193 'basi':32 'believ':5,187 'bibl':151 'choos':159 'christian':20,38,165 'church':147 'claim':185 'come':61,210 'condon':219 'contradict':181 'definit':22 'destroy':199 'dick':137 'die':8 'direct':180 'evangel':146 'even':45 'ever':126 'exist':109,127 'fabric':201 'fact':40,215 'first':130 'fuck':80,92,101 'fulfil':114 'gay':170 'god':76,77 'homosexu':226 'honest':206 'includ':37 'insid':152 'jesus':7,74,89 'kill':122,222 'know':149 'legitim':191 'like':189 'mean':88 'nt':48,97 'obscur':27 'ok':172 'old':85 'one':67 'ot':60,116 'peopl':155,188,223 'pick':157 'piss':173 'place':131 'pretend':161 'propheci':57,117 'rais':143 're':17,30 'realli':79,91 'reason':43 'religion':36,194,218 'rose':10 'sin':14 'slaveri':220 'societi':204 'someon':140 'still':167 'stori':28 'support':99 'term':212 'testament':86 'thing':82,94,103 'think':168 'tri':133 'true':62 'want':52 'without':68 'write':54"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3706874"
        +editedAt: DateTimeImmutable @1695846183 {#2395
          date: 2023-09-27 22:23:03.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846077 {#2393
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +"title": 29919
      }
      8 => App\Entity\EntryComment {#2026
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          You need to look again, because it absolutely does. Or do you think, “if a man lies with another man,” was just talking about best buds sleeping in the same bed.\n
          \n
          **edit:** I guess people are too lazy to look themselves for something that’s already common knowledge…\n
          \n
          But it’s Leviticus 20:13.\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1695846676 {#2023
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2022 …}
        +nested: Doctrine\ORM\PersistentCollection {#2025 …}
        +votes: Doctrine\ORM\PersistentCollection {#2033 …}
        +reports: Doctrine\ORM\PersistentCollection {#2028 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2012 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2013 …}
        -id: 29924
        -bodyTs: "'13':54 '20':53 'abomin':70 'absolut':8 'alreadi':46 'anoth':19 'bed':31 'best':25 'blood':79 'bud':26 'commit':69 'common':47 'death':77 'edit':32 'guess':34 'knowledg':48 'lazi':38 'leviticus':52 'lie':17,59 'look':4,40 'man':16,20,58 'mankind':61 'need':2 'peopl':35 'put':75 'shall':72,80 'sleep':27 'someth':43 'sure':73 'talk':23 'think':13 'upon':82 'womankind':64"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3707120"
        +editedAt: DateTimeImmutable @1695913492 {#2030
          date: 2023-09-28 17:04:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846676 {#2032
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +"title": 29924
      }
      5 => App\Entity\EntryComment {#1909
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1708 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Ok, just pointing out that your beliefs are not consistent with your holy book.\n
          \n
          By what criteria are you able to justify ignoring parts of the book and not others? Is it not the inerrant word of God? Didn’t Jesus say that he didn’t come to abolish the law, but to fulfill it? He made it very clear that you can’t just throw away the OT.\n
          \n
          You seem to have good values, just don’t see the reason any kind of unscientific claims about the supernatural need to be a part of it. Just unnecessary baggage.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 20
        +score: 0
        +lastActive: DateTime @1695840894 {#1910
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1926 …}
        +nested: Doctrine\ORM\PersistentCollection {#1874 …}
        +votes: Doctrine\ORM\PersistentCollection {#1908 …}
        +reports: Doctrine\ORM\PersistentCollection {#1883 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2387 …}
        -id: 29907
        -bodyTs: "'abl':20 'abolish':49 'away':67 'baggag':99 'belief':7 'book':14,27 'claim':86 'clear':60 'come':47 'consist':10 'criteria':17 'didn':39,45 'fulfil':54 'god':38 'good':74 'holi':13 'ignor':23 'inerr':35 'jesus':41 'justifi':22 'kind':83 'law':51 'made':57 'need':90 'ok':1 'ot':69 'other':30 'part':24,94 'point':3 'reason':81 'say':42 'see':79 'seem':71 'supernatur':89 'throw':66 'unnecessari':98 'unscientif':85 'valu':75 'word':36"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3704378"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695840894 {#1906
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +"title": 29907
      }
      6 => App\Entity\EntryComment {#2135
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2136 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "I’m well aware of the apologetics. Whatever mental gymnastics you have to do, friend. Maybe one day you’ll be free of the constant cognitive dissonance. It’s a huge relief."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695905918 {#2159
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2137 …}
        +nested: Doctrine\ORM\PersistentCollection {#2068 …}
        +votes: Doctrine\ORM\PersistentCollection {#2069 …}
        +reports: Doctrine\ORM\PersistentCollection {#2074 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2071 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2070 …}
        -id: 29991
        -bodyTs: "'apologet':7 'awar':4 'cognit':26 'constant':25 'day':18 'disson':27 'free':22 'friend':15 'gymnast':10 'huge':31 'll':20 'm':2 'mayb':16 'mental':9 'one':17 'relief':32 'well':3 'whatev':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3727709"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695905918 {#2143
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +"title": 29991
      }
      4 => App\Entity\EntryComment {#2333
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2323 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "Leviticus 20:13 is very clear. What makes you think you can just ignore that part?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695903764 {#2327
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2324 …}
        +nested: Doctrine\ORM\PersistentCollection {#2334 …}
        +votes: Doctrine\ORM\PersistentCollection {#2341 …}
        +reports: Doctrine\ORM\PersistentCollection {#2337 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2336 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2339 …}
        -id: 29987
        -bodyTs: "'13':3 '20':2 'clear':6 'ignor':14 'leviticus':1 'make':8 'part':16 'think':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726695"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695903764 {#2329
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +"title": 29987
      }
      3 => App\Entity\EntryComment {#2056
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          What was hateful about what I said?\n
          \n
          We’ve got Christians on the verge of genocide in the name of your God, but I’m “hateful” for pointing out that they’re just following their holy book?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695913394 {#2048
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2046 …}
        +nested: Doctrine\ORM\PersistentCollection {#2045 …}
        +votes: Doctrine\ORM\PersistentCollection {#2050 …}
        +reports: Doctrine\ORM\PersistentCollection {#2052 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
        -id: 29994
        -bodyTs: "'book':37 'christian':11 'follow':34 'genocid':16 'god':22 'got':10 'hate':3,26 'holi':36 'm':25 'name':19 'point':28 're':32 'said':7 've':9 'verg':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3731992"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695913394 {#2051
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +"title": 29994
      }
      2 => App\Entity\EntryComment {#2370
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          The Bible contains quite a bit of hating others… God is a real piece of shit in the old testament. What did Job do to deserve what he got? Why did he tell Abraham to kill his own son for a goof? The book literally justifies slavery.\n
          \n
          According to the book, Jesus is God, so…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1695838397 {#2471
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2361 …}
        +nested: Doctrine\ORM\PersistentCollection {#2372 …}
        +votes: Doctrine\ORM\PersistentCollection {#2386 …}
        +reports: Doctrine\ORM\PersistentCollection {#2385 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
        -id: 29898
        -bodyTs: "'abraham':34 'accord':48 'bibl':2 'bit':6 'book':44,51 'contain':3 'deserv':26 'god':10,54 'goof':42 'got':29 'hate':8 'jesus':52 'job':23 'justifi':46 'kill':36 'liter':45 'old':19 'other':9 'piec':14 'quit':4 'real':13 'shit':16 'slaveri':47 'son':39 'tell':33 'testament':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3703429"
        +editedAt: DateTimeImmutable @1695838464 {#2371
          date: 2023-09-27 20:14:24.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695838397 {#2363
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +"title": 29898
      }
      1 => App\Entity\EntryComment {#2344}
      0 => App\Entity\EntryComment {#2140
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          How is that contradictory? I didn’t say all Christians are hypocrites, just the ones that pick and choose what verses are convenient for them. Westboro Baptist seems to adhere pretty closely.\n
          \n
          Christianity itself is a hateful ideology. Many people pick some of those hateful things when they walk past on the buffett line. Those people are both hateful and hypocritical.\n
          \n
          I’m saying to either do it the way it says you have to do it, or stop wasting your time.\n
          \n
          After all, God did say not to be lukewarm Christians, and if you are, he will *“spew you from his mouth”*
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695902289 {#2094
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2133 …}
        +nested: Doctrine\ORM\PersistentCollection {#2131 …}
        +votes: Doctrine\ORM\PersistentCollection {#2138 …}
        +reports: Doctrine\ORM\PersistentCollection {#2345 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2330 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2346 …}
        -id: 29981
        -bodyTs: "'adher':30 'baptist':27 'buffett':53 'choos':19 'christian':10,33,92 'close':32 'contradictori':4 'conveni':23 'didn':6 'either':66 'god':85 'hate':37,45,59 'hypocrit':12,61 'ideolog':38 'line':54 'lukewarm':91 'm':63 'mani':39 'mouth':103 'one':15 'past':50 'peopl':40,56 'pick':17,41 'pretti':31 'say':8,64,72,87 'seem':28 'spew':99 'stop':79 'thing':46 'time':82 'vers':21 'walk':49 'wast':80 'way':70 'westboro':26"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726207"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902289 {#2241
          date: 2023-09-28 13:58:09.0 +02:00
        }
        +"title": 29981
      }
    ]
    -id: 2351
    -titleTs: "'bless':7 'church':2 'crackdown':5 'defi':3 'drag':8 'govern':4 'queen':9 'texa':1"
    -bodyTs: "'000':317 '10':316 '850':78 'abbott':406 'activ':242 'ad':429 'affirm':7 'aid':218,230 'allow':321 'also':442 'anyon':83 'appli':457 'approxim':77 'argu':384 'attend':80 'attorney':380 'audienc':375 'away':258 'ban':423 'bedsid':225 'bless':45 'block':302 'brimston':97 'bring':238,241,246,480 'build':117 'burn':102 'cathedr':2 'caus':91 'celebr':157 'challeng':294 'check':84 'choos':478 'christ':11 'church':9,38,72,100,459,484 'civil':298 'cloth':357 'comment':431 'commit':162 'communion':188 'communiti':24,171 'concert':18 'congreg':114 'contain':416 'court':296,306 'creat':173 'crime':286 'dalla':13 'danc':369 'defend':21 'defin':334 'despit':261 'didn':389 'die':228 'discriminatori':397 'display':111 'divers':160 'divin':159 'dozen':66 'dr':232 'drag':32,46,189,284,310,393,399,424,451,488 'dress':143 'due':211 'effort':19 'epidem':219 'everi':103 'everyon':176 'exhibit':343,351 'explicit':328 'express':144 'feder':305 'femal':346,349 'fill':115 'fine':318 'fire':95 'g':234 'gave':187 'general':381 'god':135 'gov':404 'govern':30 'governor':420 'greg':405 'group':300 'hate':195 'headlin':418 'held':40 'homo':104 'honor':210 'hope':4 'howev':401 'humor':239,263 'hurl':73 'imag':133 'inclus':122 'indulg':202 'insid':105 'inton':152 'june':403 'justic':53 'kid':464,482 'law':288,308,388,412,422,441,456 'lawyer':376 'lead':468 'leader':182 'legisl':279 'level':248 'lgbtq':6,170 'lifesav':214 'lift':164 'lip':367 'love':55,119,132,149 'made':16,129 'make':282 'makeup':358 'male':340,354 'mani':252,435 'marker':363 'matter':137 'meant':280,448 'men':227 'mention':392 'might':93 'minor':323 'neil':233 'note':183 'offic':383 'often':192 'one':88,180,336 'otherwis':371 'outsid':69,112 'particular':204,209 'pass':278,289 'passag':414 'pastor':151,186,469 'peopl':36,62,79,127 'perform':311,329,332,341,350,372,400,425 'perpetu':201 'persecut':26 'physic':362 'pledg':49 'politician':437 'proclaim':54 'protect':57 'protest':89 'protestor':67 'provid':244 'public':427,443 'punish':309 'queen':33,47,190,489 'queer':23 'radic':121 'rain':94 'recent':39,277 'recogn':124 'repeat':303 'republican':291 'respons':275 'rev':231 'right':59,299,434,476 'said':236,470 'scream':90 'see':325 'serious':270 'servic':42,82,155,272 'sexual':327 'share':407 'sign':421 'similar':361 'sing':366 'singl':206 'sister':199,221 'slur':74 'space':174 'specif':391,452 'spiritu':250,267 'stand':51 'state':29,436,444 'stood':68 'stori':409 'support':439 'sync':368 'take':265 'taken':257 'target':31,193,450 'texa':14,379,419 'thoma':235 'threat':76 'three':65 'thrive':178 'today':87 'transgend':35 'ugli':109 'unclear':462 'unit':8 'us':254,260 'use':356 'venu':313 'violenc':197 'voic':167 'wasn':395 'weather':86 'work':215,268 'worship':181 'would':454"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1695906060
    +visibility: "visible             "
    +apId: "https://feddit.ch/post/1306063"
    +editedAt: null
    +createdAt: DateTimeImmutable @1695819660 {#2834
      date: 2023-09-27 15:01:00.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
  +body: """
    In case you didn’t see the other replies, Leviticus 20:13:\n
    \n
    > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.\n
    \n
    Seems pretty black and white to me.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1695902427 {#2347
    date: 2023-09-28 14:00:27.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCool@feddit.ch"
    "@qooqie@lemmy.world"
    "@eestileib@sh.itjust.works"
    "@Bunnylux@lemmy.world"
    "@CaptFeather@lemm.ee"
    "@prole@sh.itjust.works"
    "@andyburke@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2349 …}
  +nested: Doctrine\ORM\PersistentCollection {#2141 …}
  +votes: Doctrine\ORM\PersistentCollection {#2164 …}
  +reports: Doctrine\ORM\PersistentCollection {#2314 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2191 …}
  -id: 29982
  -bodyTs: "'13':12 '20':11 'abomin':28 'black':44 'blood':37 'case':2 'commit':27 'death':35 'didn':4 'leviticus':10 'lie':17 'man':16 'mankind':19 'pretti':43 'put':33 'repli':9 'see':6 'seem':42 'shall':30,38 'sure':31 'upon':40 'white':46 'womankind':22"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/3726243"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695902427 {#2332
    date: 2023-09-28 14:00:27.0 +02:00
  }
  +"title": 29982
}
"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
App\Entity\EntryComment {#2140
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2377
    +user: Proxies\__CG__\App\Entity\User {#2757 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
    +image: Proxies\__CG__\App\Entity\Image {#3039 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3056 …}
    +slug: "Texas-church-defies-government-crackdown-by-blessing-drag-queens"
    +title: "Texas church defies government crackdown by blessing drag queens"
    +url: "https://www.lgbtqnation.com/2023/09/texas-church-defies-government-crackdown-by-blessing-drag-queens/"
    +body: """
      The Cathedral of Hope — an LGBTQ±affirming United Church of Christ in Dallas, Texas — has made a concerted effort to defend the queer community from “persecution,” as the state government targets drag queens and transgender people.\n
      \n
      The church recently held a service where they blessed drag queens and pledged to “stand for justice, proclaim love, and protect the rights of all people.”\n
      \n
      While about three dozen protestors stood outside of the church hurling slurs and threats, approximately 850 people attended the service.\n
      \n
      “Anyone check the weather today?!” one protester screamed. “’Cause it might rain fire and brimstone on this church and burn every homo inside!”\n
      \n
      But for the ugliness on display outside, the congregation filled the building with love and “radical inclusivity.”\n
      \n
      “We recognize that all people are made in the loving image of God, no matter who they are, how they dress, express themselves, or who they love,” the pastor intoned during the service. “We celebrate this divine diversity and commit to lifting up the voices of the LGBTQ+ community and creating spaces where everyone can thrive.”\n
      \n
      As one worship leader noted as the pastor gave communion, “Drag queens are often targets of hate and violence.” The Sisters of Perpetual Indulgence, in particular, were singled out for particular honor due to their lifesaving work during the AIDS epidemic.\n
      \n
      “These Sisters were at the bedsides of men dying of AIDS,” Rev. Dr. Neil G. Thomas said. “They bring humor, they bring activism, they provide and bring a level of spirituality that many of us have had taken away from us. Despite the humor, they take their spiritual work very seriously.”\n
      \n
      The service was a response to recently passed legislation meant to make a drag a crime. The law, passed by Republicans, has been challenged in court by civil rights groups and blocked repeatedly by federal courts.\n
      \n
      The law punishes drag performers and venues with a $10,000 fine if they allow a minor to see a “sexually explicit” performance. Such a performance is defined as one in which “a male performer [is] exhibiting as a female, or a female performer exhibiting as a male, who uses clothing, makeup, or other similar physical markers and who sings, lip syncs, dances, or otherwise performs before an audience.”\n
      \n
      Lawyers from the Texas Attorney General’s office argued that because the law didn’t specifically mention drag, it wasn’t discriminatory to drag performances. However, in June, Gov. Greg Abbott ® shared a story about the law’s passage that contained the headline, “Texas Governor Signs Law Banning Drag Performances in Public,” and added the comment, “That’s right.” Many state politicians who supported the law also publicly stated that it was meant to target drag, specifically.\n
      \n
      But would the law apply to churches? That’s unclear.\n
      \n
      “My kid was here,” the lead pastor said. “I don’t have the right to choose to bring my kid to church when there are drag queens?”
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 101
    +favouriteCount: 718
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696166183 {#2264
      date: 2023-10-01 15:16:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3055 …}
    +votes: Doctrine\ORM\PersistentCollection {#3053 …}
    +reports: Doctrine\ORM\PersistentCollection {#3050 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3084 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3080 …}
    +badges: Doctrine\ORM\PersistentCollection {#3097 …}
    +children: [
      9 => App\Entity\EntryComment {#2036
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Yes and they are hypocrites.\n
          \n
          It’s amazing the mental gymnastics Christians will do to justify their hateful beliefs.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695899761 {#2035
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +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: 29975
        -bodyTs: "'amaz':8 'belief':19 'christian':12 'gymnast':11 'hate':18 'hypocrit':5 'justifi':16 'mental':10 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724621"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899761 {#2031
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +"title": 29975
      }
      10 => App\Entity\EntryComment {#2077
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "It’s pretty close to the beginning, which is kind of telling… maybe try actually reading your holy book. You may be surprised what you find."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1695899854 {#2062
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@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: 29976
        -bodyTs: "'actual':15 'begin':7 'book':19 'close':4 'find':26 'holi':18 'kind':10 'may':21 'mayb':13 'pretti':3 'read':16 'surpris':23 'tell':12 'tri':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724660"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899854 {#2081
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +"title": 29976
      }
      7 => App\Entity\EntryComment {#1384
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          If you don’t believe that Jesus died and rose again for your sins, then you’re not a Christian by definition.\n
          \n
          Also, those are not “obscure” stories. They’re the basis of all Abrahamic religions, including Christianity. In fact, the only reason there even is a NT is because they wanted to write about the “prophecies” from the OT “coming true.” You can’t have one without the other.\n
          \n
          And, once again, Jesus is God. God did really fucked up things in the old testament, that means Jesus did really fucked up things. In the NT he supported those fucked up things that he did, and his existence itself is allegedly a fulfillment of OT prophecy. That’s why they killed him! Assuming he ever existed in the first place.\n
          \n
          Not trying to be a dick, but as someone who was raised in an evangelical church, I know the Bible inside and out. People who pick and choose, or pretend they can be Christian and still think being gay is ok, piss me off because it’s a direct contradiction of what you claim to believe.\n
          \n
          People like you legitimize a barbaric religion that is (once again) destroying the fabric of our society. Be honest with yourself and come to terms with the fact that your religion condones slavery, and killing people for being homosexual.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1695846077 {#2394
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1383 …}
        +nested: Doctrine\ORM\PersistentCollection {#1405 …}
        +votes: Doctrine\ORM\PersistentCollection {#1382 …}
        +reports: Doctrine\ORM\PersistentCollection {#1404 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
        -id: 29919
        -bodyTs: "'abraham':35 'alleg':112 'also':23 'assum':124 'barbar':193 'basi':32 'believ':5,187 'bibl':151 'choos':159 'christian':20,38,165 'church':147 'claim':185 'come':61,210 'condon':219 'contradict':181 'definit':22 'destroy':199 'dick':137 'die':8 'direct':180 'evangel':146 'even':45 'ever':126 'exist':109,127 'fabric':201 'fact':40,215 'first':130 'fuck':80,92,101 'fulfil':114 'gay':170 'god':76,77 'homosexu':226 'honest':206 'includ':37 'insid':152 'jesus':7,74,89 'kill':122,222 'know':149 'legitim':191 'like':189 'mean':88 'nt':48,97 'obscur':27 'ok':172 'old':85 'one':67 'ot':60,116 'peopl':155,188,223 'pick':157 'piss':173 'place':131 'pretend':161 'propheci':57,117 'rais':143 're':17,30 'realli':79,91 'reason':43 'religion':36,194,218 'rose':10 'sin':14 'slaveri':220 'societi':204 'someon':140 'still':167 'stori':28 'support':99 'term':212 'testament':86 'thing':82,94,103 'think':168 'tri':133 'true':62 'want':52 'without':68 'write':54"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3706874"
        +editedAt: DateTimeImmutable @1695846183 {#2395
          date: 2023-09-27 22:23:03.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846077 {#2393
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +"title": 29919
      }
      8 => App\Entity\EntryComment {#2026
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          You need to look again, because it absolutely does. Or do you think, “if a man lies with another man,” was just talking about best buds sleeping in the same bed.\n
          \n
          **edit:** I guess people are too lazy to look themselves for something that’s already common knowledge…\n
          \n
          But it’s Leviticus 20:13.\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1695846676 {#2023
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2022 …}
        +nested: Doctrine\ORM\PersistentCollection {#2025 …}
        +votes: Doctrine\ORM\PersistentCollection {#2033 …}
        +reports: Doctrine\ORM\PersistentCollection {#2028 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2012 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2013 …}
        -id: 29924
        -bodyTs: "'13':54 '20':53 'abomin':70 'absolut':8 'alreadi':46 'anoth':19 'bed':31 'best':25 'blood':79 'bud':26 'commit':69 'common':47 'death':77 'edit':32 'guess':34 'knowledg':48 'lazi':38 'leviticus':52 'lie':17,59 'look':4,40 'man':16,20,58 'mankind':61 'need':2 'peopl':35 'put':75 'shall':72,80 'sleep':27 'someth':43 'sure':73 'talk':23 'think':13 'upon':82 'womankind':64"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3707120"
        +editedAt: DateTimeImmutable @1695913492 {#2030
          date: 2023-09-28 17:04:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846676 {#2032
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +"title": 29924
      }
      5 => App\Entity\EntryComment {#1909
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1708 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Ok, just pointing out that your beliefs are not consistent with your holy book.\n
          \n
          By what criteria are you able to justify ignoring parts of the book and not others? Is it not the inerrant word of God? Didn’t Jesus say that he didn’t come to abolish the law, but to fulfill it? He made it very clear that you can’t just throw away the OT.\n
          \n
          You seem to have good values, just don’t see the reason any kind of unscientific claims about the supernatural need to be a part of it. Just unnecessary baggage.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 20
        +score: 0
        +lastActive: DateTime @1695840894 {#1910
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1926 …}
        +nested: Doctrine\ORM\PersistentCollection {#1874 …}
        +votes: Doctrine\ORM\PersistentCollection {#1908 …}
        +reports: Doctrine\ORM\PersistentCollection {#1883 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2387 …}
        -id: 29907
        -bodyTs: "'abl':20 'abolish':49 'away':67 'baggag':99 'belief':7 'book':14,27 'claim':86 'clear':60 'come':47 'consist':10 'criteria':17 'didn':39,45 'fulfil':54 'god':38 'good':74 'holi':13 'ignor':23 'inerr':35 'jesus':41 'justifi':22 'kind':83 'law':51 'made':57 'need':90 'ok':1 'ot':69 'other':30 'part':24,94 'point':3 'reason':81 'say':42 'see':79 'seem':71 'supernatur':89 'throw':66 'unnecessari':98 'unscientif':85 'valu':75 'word':36"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3704378"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695840894 {#1906
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +"title": 29907
      }
      6 => App\Entity\EntryComment {#2135
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2136 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "I’m well aware of the apologetics. Whatever mental gymnastics you have to do, friend. Maybe one day you’ll be free of the constant cognitive dissonance. It’s a huge relief."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695905918 {#2159
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2137 …}
        +nested: Doctrine\ORM\PersistentCollection {#2068 …}
        +votes: Doctrine\ORM\PersistentCollection {#2069 …}
        +reports: Doctrine\ORM\PersistentCollection {#2074 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2071 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2070 …}
        -id: 29991
        -bodyTs: "'apologet':7 'awar':4 'cognit':26 'constant':25 'day':18 'disson':27 'free':22 'friend':15 'gymnast':10 'huge':31 'll':20 'm':2 'mayb':16 'mental':9 'one':17 'relief':32 'well':3 'whatev':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3727709"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695905918 {#2143
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +"title": 29991
      }
      4 => App\Entity\EntryComment {#2333
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2323 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "Leviticus 20:13 is very clear. What makes you think you can just ignore that part?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695903764 {#2327
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2324 …}
        +nested: Doctrine\ORM\PersistentCollection {#2334 …}
        +votes: Doctrine\ORM\PersistentCollection {#2341 …}
        +reports: Doctrine\ORM\PersistentCollection {#2337 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2336 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2339 …}
        -id: 29987
        -bodyTs: "'13':3 '20':2 'clear':6 'ignor':14 'leviticus':1 'make':8 'part':16 'think':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726695"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695903764 {#2329
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +"title": 29987
      }
      3 => App\Entity\EntryComment {#2056
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          What was hateful about what I said?\n
          \n
          We’ve got Christians on the verge of genocide in the name of your God, but I’m “hateful” for pointing out that they’re just following their holy book?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695913394 {#2048
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2046 …}
        +nested: Doctrine\ORM\PersistentCollection {#2045 …}
        +votes: Doctrine\ORM\PersistentCollection {#2050 …}
        +reports: Doctrine\ORM\PersistentCollection {#2052 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
        -id: 29994
        -bodyTs: "'book':37 'christian':11 'follow':34 'genocid':16 'god':22 'got':10 'hate':3,26 'holi':36 'm':25 'name':19 'point':28 're':32 'said':7 've':9 'verg':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3731992"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695913394 {#2051
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +"title": 29994
      }
      2 => App\Entity\EntryComment {#2370
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          The Bible contains quite a bit of hating others… God is a real piece of shit in the old testament. What did Job do to deserve what he got? Why did he tell Abraham to kill his own son for a goof? The book literally justifies slavery.\n
          \n
          According to the book, Jesus is God, so…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1695838397 {#2471
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2361 …}
        +nested: Doctrine\ORM\PersistentCollection {#2372 …}
        +votes: Doctrine\ORM\PersistentCollection {#2386 …}
        +reports: Doctrine\ORM\PersistentCollection {#2385 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
        -id: 29898
        -bodyTs: "'abraham':34 'accord':48 'bibl':2 'bit':6 'book':44,51 'contain':3 'deserv':26 'god':10,54 'goof':42 'got':29 'hate':8 'jesus':52 'job':23 'justifi':46 'kill':36 'liter':45 'old':19 'other':9 'piec':14 'quit':4 'real':13 'shit':16 'slaveri':47 'son':39 'tell':33 'testament':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3703429"
        +editedAt: DateTimeImmutable @1695838464 {#2371
          date: 2023-09-27 20:14:24.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695838397 {#2363
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +"title": 29898
      }
      1 => App\Entity\EntryComment {#2344
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          In case you didn’t see the other replies, Leviticus 20:13:\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.\n
          \n
          Seems pretty black and white to me.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695902427 {#2347
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2349 …}
        +nested: Doctrine\ORM\PersistentCollection {#2141 …}
        +votes: Doctrine\ORM\PersistentCollection {#2164 …}
        +reports: Doctrine\ORM\PersistentCollection {#2314 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2191 …}
        -id: 29982
        -bodyTs: "'13':12 '20':11 'abomin':28 'black':44 'blood':37 'case':2 'commit':27 'death':35 'didn':4 'leviticus':10 'lie':17 'man':16 'mankind':19 'pretti':43 'put':33 'repli':9 'see':6 'seem':42 'shall':30,38 'sure':31 'upon':40 'white':46 'womankind':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726243"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902427 {#2332
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +"title": 29982
      }
      0 => App\Entity\EntryComment {#2140}
    ]
    -id: 2351
    -titleTs: "'bless':7 'church':2 'crackdown':5 'defi':3 'drag':8 'govern':4 'queen':9 'texa':1"
    -bodyTs: "'000':317 '10':316 '850':78 'abbott':406 'activ':242 'ad':429 'affirm':7 'aid':218,230 'allow':321 'also':442 'anyon':83 'appli':457 'approxim':77 'argu':384 'attend':80 'attorney':380 'audienc':375 'away':258 'ban':423 'bedsid':225 'bless':45 'block':302 'brimston':97 'bring':238,241,246,480 'build':117 'burn':102 'cathedr':2 'caus':91 'celebr':157 'challeng':294 'check':84 'choos':478 'christ':11 'church':9,38,72,100,459,484 'civil':298 'cloth':357 'comment':431 'commit':162 'communion':188 'communiti':24,171 'concert':18 'congreg':114 'contain':416 'court':296,306 'creat':173 'crime':286 'dalla':13 'danc':369 'defend':21 'defin':334 'despit':261 'didn':389 'die':228 'discriminatori':397 'display':111 'divers':160 'divin':159 'dozen':66 'dr':232 'drag':32,46,189,284,310,393,399,424,451,488 'dress':143 'due':211 'effort':19 'epidem':219 'everi':103 'everyon':176 'exhibit':343,351 'explicit':328 'express':144 'feder':305 'femal':346,349 'fill':115 'fine':318 'fire':95 'g':234 'gave':187 'general':381 'god':135 'gov':404 'govern':30 'governor':420 'greg':405 'group':300 'hate':195 'headlin':418 'held':40 'homo':104 'honor':210 'hope':4 'howev':401 'humor':239,263 'hurl':73 'imag':133 'inclus':122 'indulg':202 'insid':105 'inton':152 'june':403 'justic':53 'kid':464,482 'law':288,308,388,412,422,441,456 'lawyer':376 'lead':468 'leader':182 'legisl':279 'level':248 'lgbtq':6,170 'lifesav':214 'lift':164 'lip':367 'love':55,119,132,149 'made':16,129 'make':282 'makeup':358 'male':340,354 'mani':252,435 'marker':363 'matter':137 'meant':280,448 'men':227 'mention':392 'might':93 'minor':323 'neil':233 'note':183 'offic':383 'often':192 'one':88,180,336 'otherwis':371 'outsid':69,112 'particular':204,209 'pass':278,289 'passag':414 'pastor':151,186,469 'peopl':36,62,79,127 'perform':311,329,332,341,350,372,400,425 'perpetu':201 'persecut':26 'physic':362 'pledg':49 'politician':437 'proclaim':54 'protect':57 'protest':89 'protestor':67 'provid':244 'public':427,443 'punish':309 'queen':33,47,190,489 'queer':23 'radic':121 'rain':94 'recent':39,277 'recogn':124 'repeat':303 'republican':291 'respons':275 'rev':231 'right':59,299,434,476 'said':236,470 'scream':90 'see':325 'serious':270 'servic':42,82,155,272 'sexual':327 'share':407 'sign':421 'similar':361 'sing':366 'singl':206 'sister':199,221 'slur':74 'space':174 'specif':391,452 'spiritu':250,267 'stand':51 'state':29,436,444 'stood':68 'stori':409 'support':439 'sync':368 'take':265 'taken':257 'target':31,193,450 'texa':14,379,419 'thoma':235 'threat':76 'three':65 'thrive':178 'today':87 'transgend':35 'ugli':109 'unclear':462 'unit':8 'us':254,260 'use':356 'venu':313 'violenc':197 'voic':167 'wasn':395 'weather':86 'work':215,268 'worship':181 'would':454"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1695906060
    +visibility: "visible             "
    +apId: "https://feddit.ch/post/1306063"
    +editedAt: null
    +createdAt: DateTimeImmutable @1695819660 {#2834
      date: 2023-09-27 15:01:00.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
  +body: """
    How is that contradictory? I didn’t say all Christians are hypocrites, just the ones that pick and choose what verses are convenient for them. Westboro Baptist seems to adhere pretty closely.\n
    \n
    Christianity itself is a hateful ideology. Many people pick some of those hateful things when they walk past on the buffett line. Those people are both hateful and hypocritical.\n
    \n
    I’m saying to either do it the way it says you have to do it, or stop wasting your time.\n
    \n
    After all, God did say not to be lukewarm Christians, and if you are, he will *“spew you from his mouth”*
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1695902289 {#2094
    date: 2023-09-28 13:58:09.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCool@feddit.ch"
    "@qooqie@lemmy.world"
    "@eestileib@sh.itjust.works"
    "@Bunnylux@lemmy.world"
    "@CaptFeather@lemm.ee"
    "@prole@sh.itjust.works"
    "@jpeps@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2133 …}
  +nested: Doctrine\ORM\PersistentCollection {#2131 …}
  +votes: Doctrine\ORM\PersistentCollection {#2138 …}
  +reports: Doctrine\ORM\PersistentCollection {#2345 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2330 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2346 …}
  -id: 29981
  -bodyTs: "'adher':30 'baptist':27 'buffett':53 'choos':19 'christian':10,33,92 'close':32 'contradictori':4 'conveni':23 'didn':6 'either':66 'god':85 'hate':37,45,59 'hypocrit':12,61 'ideolog':38 'line':54 'lukewarm':91 'm':63 'mani':39 'mouth':103 'one':15 'past':50 'peopl':40,56 'pick':17,41 'pretti':31 'say':8,64,72,87 'seem':28 'spew':99 'stop':79 'thing':46 'time':82 'vers':21 'walk':49 'wast':80 'way':70 'westboro':26"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/3726207"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695902289 {#2241
    date: 2023-09-28 13:58:09.0 +02:00
  }
  +"title": 29981
}
"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
95 DENIED edit
App\Entity\EntryComment {#2140
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2377
    +user: Proxies\__CG__\App\Entity\User {#2757 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
    +image: Proxies\__CG__\App\Entity\Image {#3039 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3056 …}
    +slug: "Texas-church-defies-government-crackdown-by-blessing-drag-queens"
    +title: "Texas church defies government crackdown by blessing drag queens"
    +url: "https://www.lgbtqnation.com/2023/09/texas-church-defies-government-crackdown-by-blessing-drag-queens/"
    +body: """
      The Cathedral of Hope — an LGBTQ±affirming United Church of Christ in Dallas, Texas — has made a concerted effort to defend the queer community from “persecution,” as the state government targets drag queens and transgender people.\n
      \n
      The church recently held a service where they blessed drag queens and pledged to “stand for justice, proclaim love, and protect the rights of all people.”\n
      \n
      While about three dozen protestors stood outside of the church hurling slurs and threats, approximately 850 people attended the service.\n
      \n
      “Anyone check the weather today?!” one protester screamed. “’Cause it might rain fire and brimstone on this church and burn every homo inside!”\n
      \n
      But for the ugliness on display outside, the congregation filled the building with love and “radical inclusivity.”\n
      \n
      “We recognize that all people are made in the loving image of God, no matter who they are, how they dress, express themselves, or who they love,” the pastor intoned during the service. “We celebrate this divine diversity and commit to lifting up the voices of the LGBTQ+ community and creating spaces where everyone can thrive.”\n
      \n
      As one worship leader noted as the pastor gave communion, “Drag queens are often targets of hate and violence.” The Sisters of Perpetual Indulgence, in particular, were singled out for particular honor due to their lifesaving work during the AIDS epidemic.\n
      \n
      “These Sisters were at the bedsides of men dying of AIDS,” Rev. Dr. Neil G. Thomas said. “They bring humor, they bring activism, they provide and bring a level of spirituality that many of us have had taken away from us. Despite the humor, they take their spiritual work very seriously.”\n
      \n
      The service was a response to recently passed legislation meant to make a drag a crime. The law, passed by Republicans, has been challenged in court by civil rights groups and blocked repeatedly by federal courts.\n
      \n
      The law punishes drag performers and venues with a $10,000 fine if they allow a minor to see a “sexually explicit” performance. Such a performance is defined as one in which “a male performer [is] exhibiting as a female, or a female performer exhibiting as a male, who uses clothing, makeup, or other similar physical markers and who sings, lip syncs, dances, or otherwise performs before an audience.”\n
      \n
      Lawyers from the Texas Attorney General’s office argued that because the law didn’t specifically mention drag, it wasn’t discriminatory to drag performances. However, in June, Gov. Greg Abbott ® shared a story about the law’s passage that contained the headline, “Texas Governor Signs Law Banning Drag Performances in Public,” and added the comment, “That’s right.” Many state politicians who supported the law also publicly stated that it was meant to target drag, specifically.\n
      \n
      But would the law apply to churches? That’s unclear.\n
      \n
      “My kid was here,” the lead pastor said. “I don’t have the right to choose to bring my kid to church when there are drag queens?”
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 101
    +favouriteCount: 718
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696166183 {#2264
      date: 2023-10-01 15:16:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3055 …}
    +votes: Doctrine\ORM\PersistentCollection {#3053 …}
    +reports: Doctrine\ORM\PersistentCollection {#3050 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3084 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3080 …}
    +badges: Doctrine\ORM\PersistentCollection {#3097 …}
    +children: [
      9 => App\Entity\EntryComment {#2036
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Yes and they are hypocrites.\n
          \n
          It’s amazing the mental gymnastics Christians will do to justify their hateful beliefs.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695899761 {#2035
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +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: 29975
        -bodyTs: "'amaz':8 'belief':19 'christian':12 'gymnast':11 'hate':18 'hypocrit':5 'justifi':16 'mental':10 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724621"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899761 {#2031
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +"title": 29975
      }
      10 => App\Entity\EntryComment {#2077
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "It’s pretty close to the beginning, which is kind of telling… maybe try actually reading your holy book. You may be surprised what you find."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1695899854 {#2062
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@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: 29976
        -bodyTs: "'actual':15 'begin':7 'book':19 'close':4 'find':26 'holi':18 'kind':10 'may':21 'mayb':13 'pretti':3 'read':16 'surpris':23 'tell':12 'tri':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724660"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899854 {#2081
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +"title": 29976
      }
      7 => App\Entity\EntryComment {#1384
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          If you don’t believe that Jesus died and rose again for your sins, then you’re not a Christian by definition.\n
          \n
          Also, those are not “obscure” stories. They’re the basis of all Abrahamic religions, including Christianity. In fact, the only reason there even is a NT is because they wanted to write about the “prophecies” from the OT “coming true.” You can’t have one without the other.\n
          \n
          And, once again, Jesus is God. God did really fucked up things in the old testament, that means Jesus did really fucked up things. In the NT he supported those fucked up things that he did, and his existence itself is allegedly a fulfillment of OT prophecy. That’s why they killed him! Assuming he ever existed in the first place.\n
          \n
          Not trying to be a dick, but as someone who was raised in an evangelical church, I know the Bible inside and out. People who pick and choose, or pretend they can be Christian and still think being gay is ok, piss me off because it’s a direct contradiction of what you claim to believe.\n
          \n
          People like you legitimize a barbaric religion that is (once again) destroying the fabric of our society. Be honest with yourself and come to terms with the fact that your religion condones slavery, and killing people for being homosexual.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1695846077 {#2394
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1383 …}
        +nested: Doctrine\ORM\PersistentCollection {#1405 …}
        +votes: Doctrine\ORM\PersistentCollection {#1382 …}
        +reports: Doctrine\ORM\PersistentCollection {#1404 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
        -id: 29919
        -bodyTs: "'abraham':35 'alleg':112 'also':23 'assum':124 'barbar':193 'basi':32 'believ':5,187 'bibl':151 'choos':159 'christian':20,38,165 'church':147 'claim':185 'come':61,210 'condon':219 'contradict':181 'definit':22 'destroy':199 'dick':137 'die':8 'direct':180 'evangel':146 'even':45 'ever':126 'exist':109,127 'fabric':201 'fact':40,215 'first':130 'fuck':80,92,101 'fulfil':114 'gay':170 'god':76,77 'homosexu':226 'honest':206 'includ':37 'insid':152 'jesus':7,74,89 'kill':122,222 'know':149 'legitim':191 'like':189 'mean':88 'nt':48,97 'obscur':27 'ok':172 'old':85 'one':67 'ot':60,116 'peopl':155,188,223 'pick':157 'piss':173 'place':131 'pretend':161 'propheci':57,117 'rais':143 're':17,30 'realli':79,91 'reason':43 'religion':36,194,218 'rose':10 'sin':14 'slaveri':220 'societi':204 'someon':140 'still':167 'stori':28 'support':99 'term':212 'testament':86 'thing':82,94,103 'think':168 'tri':133 'true':62 'want':52 'without':68 'write':54"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3706874"
        +editedAt: DateTimeImmutable @1695846183 {#2395
          date: 2023-09-27 22:23:03.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846077 {#2393
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +"title": 29919
      }
      8 => App\Entity\EntryComment {#2026
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          You need to look again, because it absolutely does. Or do you think, “if a man lies with another man,” was just talking about best buds sleeping in the same bed.\n
          \n
          **edit:** I guess people are too lazy to look themselves for something that’s already common knowledge…\n
          \n
          But it’s Leviticus 20:13.\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1695846676 {#2023
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2022 …}
        +nested: Doctrine\ORM\PersistentCollection {#2025 …}
        +votes: Doctrine\ORM\PersistentCollection {#2033 …}
        +reports: Doctrine\ORM\PersistentCollection {#2028 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2012 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2013 …}
        -id: 29924
        -bodyTs: "'13':54 '20':53 'abomin':70 'absolut':8 'alreadi':46 'anoth':19 'bed':31 'best':25 'blood':79 'bud':26 'commit':69 'common':47 'death':77 'edit':32 'guess':34 'knowledg':48 'lazi':38 'leviticus':52 'lie':17,59 'look':4,40 'man':16,20,58 'mankind':61 'need':2 'peopl':35 'put':75 'shall':72,80 'sleep':27 'someth':43 'sure':73 'talk':23 'think':13 'upon':82 'womankind':64"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3707120"
        +editedAt: DateTimeImmutable @1695913492 {#2030
          date: 2023-09-28 17:04:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846676 {#2032
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +"title": 29924
      }
      5 => App\Entity\EntryComment {#1909
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1708 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Ok, just pointing out that your beliefs are not consistent with your holy book.\n
          \n
          By what criteria are you able to justify ignoring parts of the book and not others? Is it not the inerrant word of God? Didn’t Jesus say that he didn’t come to abolish the law, but to fulfill it? He made it very clear that you can’t just throw away the OT.\n
          \n
          You seem to have good values, just don’t see the reason any kind of unscientific claims about the supernatural need to be a part of it. Just unnecessary baggage.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 20
        +score: 0
        +lastActive: DateTime @1695840894 {#1910
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1926 …}
        +nested: Doctrine\ORM\PersistentCollection {#1874 …}
        +votes: Doctrine\ORM\PersistentCollection {#1908 …}
        +reports: Doctrine\ORM\PersistentCollection {#1883 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2387 …}
        -id: 29907
        -bodyTs: "'abl':20 'abolish':49 'away':67 'baggag':99 'belief':7 'book':14,27 'claim':86 'clear':60 'come':47 'consist':10 'criteria':17 'didn':39,45 'fulfil':54 'god':38 'good':74 'holi':13 'ignor':23 'inerr':35 'jesus':41 'justifi':22 'kind':83 'law':51 'made':57 'need':90 'ok':1 'ot':69 'other':30 'part':24,94 'point':3 'reason':81 'say':42 'see':79 'seem':71 'supernatur':89 'throw':66 'unnecessari':98 'unscientif':85 'valu':75 'word':36"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3704378"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695840894 {#1906
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +"title": 29907
      }
      6 => App\Entity\EntryComment {#2135
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2136 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "I’m well aware of the apologetics. Whatever mental gymnastics you have to do, friend. Maybe one day you’ll be free of the constant cognitive dissonance. It’s a huge relief."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695905918 {#2159
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2137 …}
        +nested: Doctrine\ORM\PersistentCollection {#2068 …}
        +votes: Doctrine\ORM\PersistentCollection {#2069 …}
        +reports: Doctrine\ORM\PersistentCollection {#2074 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2071 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2070 …}
        -id: 29991
        -bodyTs: "'apologet':7 'awar':4 'cognit':26 'constant':25 'day':18 'disson':27 'free':22 'friend':15 'gymnast':10 'huge':31 'll':20 'm':2 'mayb':16 'mental':9 'one':17 'relief':32 'well':3 'whatev':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3727709"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695905918 {#2143
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +"title": 29991
      }
      4 => App\Entity\EntryComment {#2333
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2323 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "Leviticus 20:13 is very clear. What makes you think you can just ignore that part?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695903764 {#2327
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2324 …}
        +nested: Doctrine\ORM\PersistentCollection {#2334 …}
        +votes: Doctrine\ORM\PersistentCollection {#2341 …}
        +reports: Doctrine\ORM\PersistentCollection {#2337 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2336 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2339 …}
        -id: 29987
        -bodyTs: "'13':3 '20':2 'clear':6 'ignor':14 'leviticus':1 'make':8 'part':16 'think':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726695"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695903764 {#2329
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +"title": 29987
      }
      3 => App\Entity\EntryComment {#2056
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          What was hateful about what I said?\n
          \n
          We’ve got Christians on the verge of genocide in the name of your God, but I’m “hateful” for pointing out that they’re just following their holy book?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695913394 {#2048
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2046 …}
        +nested: Doctrine\ORM\PersistentCollection {#2045 …}
        +votes: Doctrine\ORM\PersistentCollection {#2050 …}
        +reports: Doctrine\ORM\PersistentCollection {#2052 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
        -id: 29994
        -bodyTs: "'book':37 'christian':11 'follow':34 'genocid':16 'god':22 'got':10 'hate':3,26 'holi':36 'm':25 'name':19 'point':28 're':32 'said':7 've':9 'verg':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3731992"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695913394 {#2051
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +"title": 29994
      }
      2 => App\Entity\EntryComment {#2370
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          The Bible contains quite a bit of hating others… God is a real piece of shit in the old testament. What did Job do to deserve what he got? Why did he tell Abraham to kill his own son for a goof? The book literally justifies slavery.\n
          \n
          According to the book, Jesus is God, so…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1695838397 {#2471
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2361 …}
        +nested: Doctrine\ORM\PersistentCollection {#2372 …}
        +votes: Doctrine\ORM\PersistentCollection {#2386 …}
        +reports: Doctrine\ORM\PersistentCollection {#2385 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
        -id: 29898
        -bodyTs: "'abraham':34 'accord':48 'bibl':2 'bit':6 'book':44,51 'contain':3 'deserv':26 'god':10,54 'goof':42 'got':29 'hate':8 'jesus':52 'job':23 'justifi':46 'kill':36 'liter':45 'old':19 'other':9 'piec':14 'quit':4 'real':13 'shit':16 'slaveri':47 'son':39 'tell':33 'testament':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3703429"
        +editedAt: DateTimeImmutable @1695838464 {#2371
          date: 2023-09-27 20:14:24.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695838397 {#2363
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +"title": 29898
      }
      1 => App\Entity\EntryComment {#2344
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          In case you didn’t see the other replies, Leviticus 20:13:\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.\n
          \n
          Seems pretty black and white to me.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695902427 {#2347
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2349 …}
        +nested: Doctrine\ORM\PersistentCollection {#2141 …}
        +votes: Doctrine\ORM\PersistentCollection {#2164 …}
        +reports: Doctrine\ORM\PersistentCollection {#2314 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2191 …}
        -id: 29982
        -bodyTs: "'13':12 '20':11 'abomin':28 'black':44 'blood':37 'case':2 'commit':27 'death':35 'didn':4 'leviticus':10 'lie':17 'man':16 'mankind':19 'pretti':43 'put':33 'repli':9 'see':6 'seem':42 'shall':30,38 'sure':31 'upon':40 'white':46 'womankind':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726243"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902427 {#2332
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +"title": 29982
      }
      0 => App\Entity\EntryComment {#2140}
    ]
    -id: 2351
    -titleTs: "'bless':7 'church':2 'crackdown':5 'defi':3 'drag':8 'govern':4 'queen':9 'texa':1"
    -bodyTs: "'000':317 '10':316 '850':78 'abbott':406 'activ':242 'ad':429 'affirm':7 'aid':218,230 'allow':321 'also':442 'anyon':83 'appli':457 'approxim':77 'argu':384 'attend':80 'attorney':380 'audienc':375 'away':258 'ban':423 'bedsid':225 'bless':45 'block':302 'brimston':97 'bring':238,241,246,480 'build':117 'burn':102 'cathedr':2 'caus':91 'celebr':157 'challeng':294 'check':84 'choos':478 'christ':11 'church':9,38,72,100,459,484 'civil':298 'cloth':357 'comment':431 'commit':162 'communion':188 'communiti':24,171 'concert':18 'congreg':114 'contain':416 'court':296,306 'creat':173 'crime':286 'dalla':13 'danc':369 'defend':21 'defin':334 'despit':261 'didn':389 'die':228 'discriminatori':397 'display':111 'divers':160 'divin':159 'dozen':66 'dr':232 'drag':32,46,189,284,310,393,399,424,451,488 'dress':143 'due':211 'effort':19 'epidem':219 'everi':103 'everyon':176 'exhibit':343,351 'explicit':328 'express':144 'feder':305 'femal':346,349 'fill':115 'fine':318 'fire':95 'g':234 'gave':187 'general':381 'god':135 'gov':404 'govern':30 'governor':420 'greg':405 'group':300 'hate':195 'headlin':418 'held':40 'homo':104 'honor':210 'hope':4 'howev':401 'humor':239,263 'hurl':73 'imag':133 'inclus':122 'indulg':202 'insid':105 'inton':152 'june':403 'justic':53 'kid':464,482 'law':288,308,388,412,422,441,456 'lawyer':376 'lead':468 'leader':182 'legisl':279 'level':248 'lgbtq':6,170 'lifesav':214 'lift':164 'lip':367 'love':55,119,132,149 'made':16,129 'make':282 'makeup':358 'male':340,354 'mani':252,435 'marker':363 'matter':137 'meant':280,448 'men':227 'mention':392 'might':93 'minor':323 'neil':233 'note':183 'offic':383 'often':192 'one':88,180,336 'otherwis':371 'outsid':69,112 'particular':204,209 'pass':278,289 'passag':414 'pastor':151,186,469 'peopl':36,62,79,127 'perform':311,329,332,341,350,372,400,425 'perpetu':201 'persecut':26 'physic':362 'pledg':49 'politician':437 'proclaim':54 'protect':57 'protest':89 'protestor':67 'provid':244 'public':427,443 'punish':309 'queen':33,47,190,489 'queer':23 'radic':121 'rain':94 'recent':39,277 'recogn':124 'repeat':303 'republican':291 'respons':275 'rev':231 'right':59,299,434,476 'said':236,470 'scream':90 'see':325 'serious':270 'servic':42,82,155,272 'sexual':327 'share':407 'sign':421 'similar':361 'sing':366 'singl':206 'sister':199,221 'slur':74 'space':174 'specif':391,452 'spiritu':250,267 'stand':51 'state':29,436,444 'stood':68 'stori':409 'support':439 'sync':368 'take':265 'taken':257 'target':31,193,450 'texa':14,379,419 'thoma':235 'threat':76 'three':65 'thrive':178 'today':87 'transgend':35 'ugli':109 'unclear':462 'unit':8 'us':254,260 'use':356 'venu':313 'violenc':197 'voic':167 'wasn':395 'weather':86 'work':215,268 'worship':181 'would':454"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1695906060
    +visibility: "visible             "
    +apId: "https://feddit.ch/post/1306063"
    +editedAt: null
    +createdAt: DateTimeImmutable @1695819660 {#2834
      date: 2023-09-27 15:01:00.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
  +body: """
    How is that contradictory? I didn’t say all Christians are hypocrites, just the ones that pick and choose what verses are convenient for them. Westboro Baptist seems to adhere pretty closely.\n
    \n
    Christianity itself is a hateful ideology. Many people pick some of those hateful things when they walk past on the buffett line. Those people are both hateful and hypocritical.\n
    \n
    I’m saying to either do it the way it says you have to do it, or stop wasting your time.\n
    \n
    After all, God did say not to be lukewarm Christians, and if you are, he will *“spew you from his mouth”*
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1695902289 {#2094
    date: 2023-09-28 13:58:09.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCool@feddit.ch"
    "@qooqie@lemmy.world"
    "@eestileib@sh.itjust.works"
    "@Bunnylux@lemmy.world"
    "@CaptFeather@lemm.ee"
    "@prole@sh.itjust.works"
    "@jpeps@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2133 …}
  +nested: Doctrine\ORM\PersistentCollection {#2131 …}
  +votes: Doctrine\ORM\PersistentCollection {#2138 …}
  +reports: Doctrine\ORM\PersistentCollection {#2345 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2330 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2346 …}
  -id: 29981
  -bodyTs: "'adher':30 'baptist':27 'buffett':53 'choos':19 'christian':10,33,92 'close':32 'contradictori':4 'conveni':23 'didn':6 'either':66 'god':85 'hate':37,45,59 'hypocrit':12,61 'ideolog':38 'line':54 'lukewarm':91 'm':63 'mani':39 'mouth':103 'one':15 'past':50 'peopl':40,56 'pick':17,41 'pretti':31 'say':8,64,72,87 'seem':28 'spew':99 'stop':79 'thing':46 'time':82 'vers':21 'walk':49 'wast':80 'way':70 'westboro':26"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/3726207"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695902289 {#2241
    date: 2023-09-28 13:58:09.0 +02:00
  }
  +"title": 29981
}
"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
96 DENIED moderate
App\Entity\EntryComment {#2140
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2377
    +user: Proxies\__CG__\App\Entity\User {#2757 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
    +image: Proxies\__CG__\App\Entity\Image {#3039 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3056 …}
    +slug: "Texas-church-defies-government-crackdown-by-blessing-drag-queens"
    +title: "Texas church defies government crackdown by blessing drag queens"
    +url: "https://www.lgbtqnation.com/2023/09/texas-church-defies-government-crackdown-by-blessing-drag-queens/"
    +body: """
      The Cathedral of Hope — an LGBTQ±affirming United Church of Christ in Dallas, Texas — has made a concerted effort to defend the queer community from “persecution,” as the state government targets drag queens and transgender people.\n
      \n
      The church recently held a service where they blessed drag queens and pledged to “stand for justice, proclaim love, and protect the rights of all people.”\n
      \n
      While about three dozen protestors stood outside of the church hurling slurs and threats, approximately 850 people attended the service.\n
      \n
      “Anyone check the weather today?!” one protester screamed. “’Cause it might rain fire and brimstone on this church and burn every homo inside!”\n
      \n
      But for the ugliness on display outside, the congregation filled the building with love and “radical inclusivity.”\n
      \n
      “We recognize that all people are made in the loving image of God, no matter who they are, how they dress, express themselves, or who they love,” the pastor intoned during the service. “We celebrate this divine diversity and commit to lifting up the voices of the LGBTQ+ community and creating spaces where everyone can thrive.”\n
      \n
      As one worship leader noted as the pastor gave communion, “Drag queens are often targets of hate and violence.” The Sisters of Perpetual Indulgence, in particular, were singled out for particular honor due to their lifesaving work during the AIDS epidemic.\n
      \n
      “These Sisters were at the bedsides of men dying of AIDS,” Rev. Dr. Neil G. Thomas said. “They bring humor, they bring activism, they provide and bring a level of spirituality that many of us have had taken away from us. Despite the humor, they take their spiritual work very seriously.”\n
      \n
      The service was a response to recently passed legislation meant to make a drag a crime. The law, passed by Republicans, has been challenged in court by civil rights groups and blocked repeatedly by federal courts.\n
      \n
      The law punishes drag performers and venues with a $10,000 fine if they allow a minor to see a “sexually explicit” performance. Such a performance is defined as one in which “a male performer [is] exhibiting as a female, or a female performer exhibiting as a male, who uses clothing, makeup, or other similar physical markers and who sings, lip syncs, dances, or otherwise performs before an audience.”\n
      \n
      Lawyers from the Texas Attorney General’s office argued that because the law didn’t specifically mention drag, it wasn’t discriminatory to drag performances. However, in June, Gov. Greg Abbott ® shared a story about the law’s passage that contained the headline, “Texas Governor Signs Law Banning Drag Performances in Public,” and added the comment, “That’s right.” Many state politicians who supported the law also publicly stated that it was meant to target drag, specifically.\n
      \n
      But would the law apply to churches? That’s unclear.\n
      \n
      “My kid was here,” the lead pastor said. “I don’t have the right to choose to bring my kid to church when there are drag queens?”
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 101
    +favouriteCount: 718
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696166183 {#2264
      date: 2023-10-01 15:16:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3055 …}
    +votes: Doctrine\ORM\PersistentCollection {#3053 …}
    +reports: Doctrine\ORM\PersistentCollection {#3050 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3084 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3080 …}
    +badges: Doctrine\ORM\PersistentCollection {#3097 …}
    +children: [
      9 => App\Entity\EntryComment {#2036
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2037 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Yes and they are hypocrites.\n
          \n
          It’s amazing the mental gymnastics Christians will do to justify their hateful beliefs.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1695899761 {#2035
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +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: 29975
        -bodyTs: "'amaz':8 'belief':19 'christian':12 'gymnast':11 'hate':18 'hypocrit':5 'justifi':16 'mental':10 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724621"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899761 {#2031
          date: 2023-09-28 13:16:01.0 +02:00
        }
        +"title": 29975
      }
      10 => App\Entity\EntryComment {#2077
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "It’s pretty close to the beginning, which is kind of telling… maybe try actually reading your holy book. You may be surprised what you find."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1695899854 {#2062
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@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: 29976
        -bodyTs: "'actual':15 'begin':7 'book':19 'close':4 'find':26 'holi':18 'kind':10 'may':21 'mayb':13 'pretti':3 'read':16 'surpris':23 'tell':12 'tri':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3724660"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695899854 {#2081
          date: 2023-09-28 13:17:34.0 +02:00
        }
        +"title": 29976
      }
      7 => App\Entity\EntryComment {#1384
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          If you don’t believe that Jesus died and rose again for your sins, then you’re not a Christian by definition.\n
          \n
          Also, those are not “obscure” stories. They’re the basis of all Abrahamic religions, including Christianity. In fact, the only reason there even is a NT is because they wanted to write about the “prophecies” from the OT “coming true.” You can’t have one without the other.\n
          \n
          And, once again, Jesus is God. God did really fucked up things in the old testament, that means Jesus did really fucked up things. In the NT he supported those fucked up things that he did, and his existence itself is allegedly a fulfillment of OT prophecy. That’s why they killed him! Assuming he ever existed in the first place.\n
          \n
          Not trying to be a dick, but as someone who was raised in an evangelical church, I know the Bible inside and out. People who pick and choose, or pretend they can be Christian and still think being gay is ok, piss me off because it’s a direct contradiction of what you claim to believe.\n
          \n
          People like you legitimize a barbaric religion that is (once again) destroying the fabric of our society. Be honest with yourself and come to terms with the fact that your religion condones slavery, and killing people for being homosexual.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1695846077 {#2394
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1383 …}
        +nested: Doctrine\ORM\PersistentCollection {#1405 …}
        +votes: Doctrine\ORM\PersistentCollection {#1382 …}
        +reports: Doctrine\ORM\PersistentCollection {#1404 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
        -id: 29919
        -bodyTs: "'abraham':35 'alleg':112 'also':23 'assum':124 'barbar':193 'basi':32 'believ':5,187 'bibl':151 'choos':159 'christian':20,38,165 'church':147 'claim':185 'come':61,210 'condon':219 'contradict':181 'definit':22 'destroy':199 'dick':137 'die':8 'direct':180 'evangel':146 'even':45 'ever':126 'exist':109,127 'fabric':201 'fact':40,215 'first':130 'fuck':80,92,101 'fulfil':114 'gay':170 'god':76,77 'homosexu':226 'honest':206 'includ':37 'insid':152 'jesus':7,74,89 'kill':122,222 'know':149 'legitim':191 'like':189 'mean':88 'nt':48,97 'obscur':27 'ok':172 'old':85 'one':67 'ot':60,116 'peopl':155,188,223 'pick':157 'piss':173 'place':131 'pretend':161 'propheci':57,117 'rais':143 're':17,30 'realli':79,91 'reason':43 'religion':36,194,218 'rose':10 'sin':14 'slaveri':220 'societi':204 'someon':140 'still':167 'stori':28 'support':99 'term':212 'testament':86 'thing':82,94,103 'think':168 'tri':133 'true':62 'want':52 'without':68 'write':54"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3706874"
        +editedAt: DateTimeImmutable @1695846183 {#2395
          date: 2023-09-27 22:23:03.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846077 {#2393
          date: 2023-09-27 22:21:17.0 +02:00
        }
        +"title": 29919
      }
      8 => App\Entity\EntryComment {#2026
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          You need to look again, because it absolutely does. Or do you think, “if a man lies with another man,” was just talking about best buds sleeping in the same bed.\n
          \n
          **edit:** I guess people are too lazy to look themselves for something that’s already common knowledge…\n
          \n
          But it’s Leviticus 20:13.\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1695846676 {#2023
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2022 …}
        +nested: Doctrine\ORM\PersistentCollection {#2025 …}
        +votes: Doctrine\ORM\PersistentCollection {#2033 …}
        +reports: Doctrine\ORM\PersistentCollection {#2028 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2012 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2013 …}
        -id: 29924
        -bodyTs: "'13':54 '20':53 'abomin':70 'absolut':8 'alreadi':46 'anoth':19 'bed':31 'best':25 'blood':79 'bud':26 'commit':69 'common':47 'death':77 'edit':32 'guess':34 'knowledg':48 'lazi':38 'leviticus':52 'lie':17,59 'look':4,40 'man':16,20,58 'mankind':61 'need':2 'peopl':35 'put':75 'shall':72,80 'sleep':27 'someth':43 'sure':73 'talk':23 'think':13 'upon':82 'womankind':64"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3707120"
        +editedAt: DateTimeImmutable @1695913492 {#2030
          date: 2023-09-28 17:04:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695846676 {#2032
          date: 2023-09-27 22:31:16.0 +02:00
        }
        +"title": 29924
      }
      5 => App\Entity\EntryComment {#1909
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1708 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          Ok, just pointing out that your beliefs are not consistent with your holy book.\n
          \n
          By what criteria are you able to justify ignoring parts of the book and not others? Is it not the inerrant word of God? Didn’t Jesus say that he didn’t come to abolish the law, but to fulfill it? He made it very clear that you can’t just throw away the OT.\n
          \n
          You seem to have good values, just don’t see the reason any kind of unscientific claims about the supernatural need to be a part of it. Just unnecessary baggage.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 20
        +score: 0
        +lastActive: DateTime @1695840894 {#1910
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1926 …}
        +nested: Doctrine\ORM\PersistentCollection {#1874 …}
        +votes: Doctrine\ORM\PersistentCollection {#1908 …}
        +reports: Doctrine\ORM\PersistentCollection {#1883 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2387 …}
        -id: 29907
        -bodyTs: "'abl':20 'abolish':49 'away':67 'baggag':99 'belief':7 'book':14,27 'claim':86 'clear':60 'come':47 'consist':10 'criteria':17 'didn':39,45 'fulfil':54 'god':38 'good':74 'holi':13 'ignor':23 'inerr':35 'jesus':41 'justifi':22 'kind':83 'law':51 'made':57 'need':90 'ok':1 'ot':69 'other':30 'part':24,94 'point':3 'reason':81 'say':42 'see':79 'seem':71 'supernatur':89 'throw':66 'unnecessari':98 'unscientif':85 'valu':75 'word':36"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3704378"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695840894 {#1906
          date: 2023-09-27 20:54:54.0 +02:00
        }
        +"title": 29907
      }
      6 => App\Entity\EntryComment {#2135
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2136 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "I’m well aware of the apologetics. Whatever mental gymnastics you have to do, friend. Maybe one day you’ll be free of the constant cognitive dissonance. It’s a huge relief."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695905918 {#2159
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2137 …}
        +nested: Doctrine\ORM\PersistentCollection {#2068 …}
        +votes: Doctrine\ORM\PersistentCollection {#2069 …}
        +reports: Doctrine\ORM\PersistentCollection {#2074 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2071 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2070 …}
        -id: 29991
        -bodyTs: "'apologet':7 'awar':4 'cognit':26 'constant':25 'day':18 'disson':27 'free':22 'friend':15 'gymnast':10 'huge':31 'll':20 'm':2 'mayb':16 'mental':9 'one':17 'relief':32 'well':3 'whatev':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3727709"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695905918 {#2143
          date: 2023-09-28 14:58:38.0 +02:00
        }
        +"title": 29991
      }
      4 => App\Entity\EntryComment {#2333
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2323 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: "Leviticus 20:13 is very clear. What makes you think you can just ignore that part?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695903764 {#2327
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2324 …}
        +nested: Doctrine\ORM\PersistentCollection {#2334 …}
        +votes: Doctrine\ORM\PersistentCollection {#2341 …}
        +reports: Doctrine\ORM\PersistentCollection {#2337 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2336 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2339 …}
        -id: 29987
        -bodyTs: "'13':3 '20':2 'clear':6 'ignor':14 'leviticus':1 'make':8 'part':16 'think':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726695"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695903764 {#2329
          date: 2023-09-28 14:22:44.0 +02:00
        }
        +"title": 29987
      }
      3 => App\Entity\EntryComment {#2056
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          What was hateful about what I said?\n
          \n
          We’ve got Christians on the verge of genocide in the name of your God, but I’m “hateful” for pointing out that they’re just following their holy book?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695913394 {#2048
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@jpeps@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2046 …}
        +nested: Doctrine\ORM\PersistentCollection {#2045 …}
        +votes: Doctrine\ORM\PersistentCollection {#2050 …}
        +reports: Doctrine\ORM\PersistentCollection {#2052 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
        -id: 29994
        -bodyTs: "'book':37 'christian':11 'follow':34 'genocid':16 'god':22 'got':10 'hate':3,26 'holi':36 'm':25 'name':19 'point':28 're':32 'said':7 've':9 'verg':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3731992"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695913394 {#2051
          date: 2023-09-28 17:03:14.0 +02:00
        }
        +"title": 29994
      }
      2 => App\Entity\EntryComment {#2370
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          The Bible contains quite a bit of hating others… God is a real piece of shit in the old testament. What did Job do to deserve what he got? Why did he tell Abraham to kill his own son for a goof? The book literally justifies slavery.\n
          \n
          According to the book, Jesus is God, so…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1695838397 {#2471
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2361 …}
        +nested: Doctrine\ORM\PersistentCollection {#2372 …}
        +votes: Doctrine\ORM\PersistentCollection {#2386 …}
        +reports: Doctrine\ORM\PersistentCollection {#2385 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
        -id: 29898
        -bodyTs: "'abraham':34 'accord':48 'bibl':2 'bit':6 'book':44,51 'contain':3 'deserv':26 'god':10,54 'goof':42 'got':29 'hate':8 'jesus':52 'job':23 'justifi':46 'kill':36 'liter':45 'old':19 'other':9 'piec':14 'quit':4 'real':13 'shit':16 'slaveri':47 'son':39 'tell':33 'testament':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3703429"
        +editedAt: DateTimeImmutable @1695838464 {#2371
          date: 2023-09-27 20:14:24.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695838397 {#2363
          date: 2023-09-27 20:13:17.0 +02:00
        }
        +"title": 29898
      }
      1 => App\Entity\EntryComment {#2344
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +body: """
          In case you didn’t see the other replies, Leviticus 20:13:\n
          \n
          > And if a man lie with mankind, as with womankind, both of them have committed abomination: they shall surely be put to death; their blood shall be upon them.\n
          \n
          Seems pretty black and white to me.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1695902427 {#2347
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCool@feddit.ch"
          "@qooqie@lemmy.world"
          "@eestileib@sh.itjust.works"
          "@Bunnylux@lemmy.world"
          "@CaptFeather@lemm.ee"
          "@prole@sh.itjust.works"
          "@andyburke@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2349 …}
        +nested: Doctrine\ORM\PersistentCollection {#2141 …}
        +votes: Doctrine\ORM\PersistentCollection {#2164 …}
        +reports: Doctrine\ORM\PersistentCollection {#2314 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2191 …}
        -id: 29982
        -bodyTs: "'13':12 '20':11 'abomin':28 'black':44 'blood':37 'case':2 'commit':27 'death':35 'didn':4 'leviticus':10 'lie':17 'man':16 'mankind':19 'pretti':43 'put':33 'repli':9 'see':6 'seem':42 'shall':30,38 'sure':31 'upon':40 'white':46 'womankind':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/3726243"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695902427 {#2332
          date: 2023-09-28 14:00:27.0 +02:00
        }
        +"title": 29982
      }
      0 => App\Entity\EntryComment {#2140}
    ]
    -id: 2351
    -titleTs: "'bless':7 'church':2 'crackdown':5 'defi':3 'drag':8 'govern':4 'queen':9 'texa':1"
    -bodyTs: "'000':317 '10':316 '850':78 'abbott':406 'activ':242 'ad':429 'affirm':7 'aid':218,230 'allow':321 'also':442 'anyon':83 'appli':457 'approxim':77 'argu':384 'attend':80 'attorney':380 'audienc':375 'away':258 'ban':423 'bedsid':225 'bless':45 'block':302 'brimston':97 'bring':238,241,246,480 'build':117 'burn':102 'cathedr':2 'caus':91 'celebr':157 'challeng':294 'check':84 'choos':478 'christ':11 'church':9,38,72,100,459,484 'civil':298 'cloth':357 'comment':431 'commit':162 'communion':188 'communiti':24,171 'concert':18 'congreg':114 'contain':416 'court':296,306 'creat':173 'crime':286 'dalla':13 'danc':369 'defend':21 'defin':334 'despit':261 'didn':389 'die':228 'discriminatori':397 'display':111 'divers':160 'divin':159 'dozen':66 'dr':232 'drag':32,46,189,284,310,393,399,424,451,488 'dress':143 'due':211 'effort':19 'epidem':219 'everi':103 'everyon':176 'exhibit':343,351 'explicit':328 'express':144 'feder':305 'femal':346,349 'fill':115 'fine':318 'fire':95 'g':234 'gave':187 'general':381 'god':135 'gov':404 'govern':30 'governor':420 'greg':405 'group':300 'hate':195 'headlin':418 'held':40 'homo':104 'honor':210 'hope':4 'howev':401 'humor':239,263 'hurl':73 'imag':133 'inclus':122 'indulg':202 'insid':105 'inton':152 'june':403 'justic':53 'kid':464,482 'law':288,308,388,412,422,441,456 'lawyer':376 'lead':468 'leader':182 'legisl':279 'level':248 'lgbtq':6,170 'lifesav':214 'lift':164 'lip':367 'love':55,119,132,149 'made':16,129 'make':282 'makeup':358 'male':340,354 'mani':252,435 'marker':363 'matter':137 'meant':280,448 'men':227 'mention':392 'might':93 'minor':323 'neil':233 'note':183 'offic':383 'often':192 'one':88,180,336 'otherwis':371 'outsid':69,112 'particular':204,209 'pass':278,289 'passag':414 'pastor':151,186,469 'peopl':36,62,79,127 'perform':311,329,332,341,350,372,400,425 'perpetu':201 'persecut':26 'physic':362 'pledg':49 'politician':437 'proclaim':54 'protect':57 'protest':89 'protestor':67 'provid':244 'public':427,443 'punish':309 'queen':33,47,190,489 'queer':23 'radic':121 'rain':94 'recent':39,277 'recogn':124 'repeat':303 'republican':291 'respons':275 'rev':231 'right':59,299,434,476 'said':236,470 'scream':90 'see':325 'serious':270 'servic':42,82,155,272 'sexual':327 'share':407 'sign':421 'similar':361 'sing':366 'singl':206 'sister':199,221 'slur':74 'space':174 'specif':391,452 'spiritu':250,267 'stand':51 'state':29,436,444 'stood':68 'stori':409 'support':439 'sync':368 'take':265 'taken':257 'target':31,193,450 'texa':14,379,419 'thoma':235 'threat':76 'three':65 'thrive':178 'today':87 'transgend':35 'ugli':109 'unclear':462 'unit':8 'us':254,260 'use':356 'venu':313 'violenc':197 'voic':167 'wasn':395 'weather':86 'work':215,268 'worship':181 'would':454"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1695906060
    +visibility: "visible             "
    +apId: "https://feddit.ch/post/1306063"
    +editedAt: null
    +createdAt: DateTimeImmutable @1695819660 {#2834
      date: 2023-09-27 15:01:00.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2360 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2130 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
  +body: """
    How is that contradictory? I didn’t say all Christians are hypocrites, just the ones that pick and choose what verses are convenient for them. Westboro Baptist seems to adhere pretty closely.\n
    \n
    Christianity itself is a hateful ideology. Many people pick some of those hateful things when they walk past on the buffett line. Those people are both hateful and hypocritical.\n
    \n
    I’m saying to either do it the way it says you have to do it, or stop wasting your time.\n
    \n
    After all, God did say not to be lukewarm Christians, and if you are, he will *“spew you from his mouth”*
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1695902289 {#2094
    date: 2023-09-28 13:58:09.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCool@feddit.ch"
    "@qooqie@lemmy.world"
    "@eestileib@sh.itjust.works"
    "@Bunnylux@lemmy.world"
    "@CaptFeather@lemm.ee"
    "@prole@sh.itjust.works"
    "@jpeps@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2133 …}
  +nested: Doctrine\ORM\PersistentCollection {#2131 …}
  +votes: Doctrine\ORM\PersistentCollection {#2138 …}
  +reports: Doctrine\ORM\PersistentCollection {#2345 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2330 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2346 …}
  -id: 29981
  -bodyTs: "'adher':30 'baptist':27 'buffett':53 'choos':19 'christian':10,33,92 'close':32 'contradictori':4 'conveni':23 'didn':6 'either':66 'god':85 'hate':37,45,59 'hypocrit':12,61 'ideolog':38 'line':54 'lukewarm':91 'm':63 'mani':39 'mouth':103 'one':15 'past':50 'peopl':40,56 'pick':17,41 'pretti':31 'say':8,64,72,87 'seem':28 'spew':99 'stop':79 'thing':46 'time':82 'vers':21 'walk':49 'wast':80 'way':70 'westboro':26"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/3726207"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695902289 {#2241
    date: 2023-09-28 13:58:09.0 +02:00
  }
  +"title": 29981
}
"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
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
Proxies\__CG__\App\Entity\Entry {#2210
  +user: Proxies\__CG__\App\Entity\User {#3181 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2105 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3126 …}
  +slug: "I-m-currently-downloading-a-show-that-is-on-a-service"
  +title: "I'm currently downloading a show that is on a service to which I subscribe"
  +url: null
  +body: """
    I have a Galaxy Tab S7 and for a trip to Spain I downloaded some stuff to watch on the flight. When I got on the plane none of the stuff downloaded on Disney+ would play. Maybe an issue with downloading to the SD card? I don’t know, but regardless Disney offers SD card as a download destination so they should make sure it is working.\n
    \n
    So now I’m here pirating a show that should be available to me through a service I pay for. Gabe was right, piracy is a service problem.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 97
  +favouriteCount: 510
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701019083 {#3217
    date: 2023-11-26 18:18:03.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3222 …}
  +votes: Doctrine\ORM\PersistentCollection {#3225 …}
  +reports: Doctrine\ORM\PersistentCollection {#3227 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3229 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3231 …}
  +badges: Doctrine\ORM\PersistentCollection {#3233 …}
  +children: [
    App\Entity\EntryComment {#2201
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2210 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2105 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2203 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2207 …}
      +body: """
        Close to your 4k blu rays? Because regular blu ray discs they play on regular blu ray players don’t do 4k.\n
        \n
        If you’re comparing to regular blu rays, you’re not comparing to 4k.\n
        \n
        **Edit:** what a strange reaction to this comment… I imagine the average American would not know that they need a different DVD player for 4k DVDs.\n
        \n
        Was just trying to be helpful by clarifying. Guess I’ll just go fuck myself.\n
        \n
        **Edit 2:** is it really that hard to understand my point? Dude said that his 4k streaming looks way better than blu ray. No specification of 4k blu ray, so I just wanted to clarify for those reading the thread, that yes, 4k streaming will look better than a regular blu ray 100% of the time. No shit.\n
        \n
        Maybe instead of being a dick with your responses, you could have just clarified your original comment to be clear that you were comparing apples to apples (4k stream to 4k blu ray). It would have taken two characters added to your original comment (“4k”), yet instead you chose to be an asshole.\n
        \n
        And no, it’s not obvious to a lot of people.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1700160466 {#2205
        date: 2023-11-16 19:47:46.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@raptir@lemdro.id"
        "@spacecadet@lemm.ee"
        "@weedwhacking@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2212 …}
      +nested: Doctrine\ORM\PersistentCollection {#2209 …}
      +votes: Doctrine\ORM\PersistentCollection {#2200 …}
      +reports: Doctrine\ORM\PersistentCollection {#2270 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2257 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2267 …}
      -id: 131112
      -bodyTs: "'100':130 '2':79 '4k':4,22,36,61,93,104,120,163,166,180 'ad':175 'american':49 'appl':160,162 'asshol':188 'averag':48 'better':97,124 'blu':5,9,16,29,99,105,128,167 'charact':174 'chose':184 'clarifi':70,112,149 'clear':155 'close':1 'comment':44,152,179 'compar':26,34,159 'could':146 'dick':141 'differ':57 'disc':11 'dude':89 'dvd':58 'dvds':62 'edit':37,78 'fuck':76 'go':75 'guess':71 'hard':84 'help':68 'imagin':46 'instead':137,182 'know':52 'll':73 'look':95,123 'lot':197 'mayb':136 'need':55 'obvious':194 'origin':151,178 'peopl':199 'play':13 'player':18,59 'point':88 'ray':6,10,17,30,100,106,129,168 're':25,32 'reaction':41 'read':115 'realli':82 'regular':8,15,28,127 'respons':144 'said':90 'shit':135 'specif':102 'strang':40 'stream':94,121,164 'taken':172 'thread':117 'time':133 'tri':65 'two':173 'understand':86 'want':110 'way':96 'would':50,170 'yes':119 'yet':181"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/5592756"
      +editedAt: DateTimeImmutable @1700619891 {#2206
        date: 2023-11-22 03:24:51.0 +01:00
      }
      +createdAt: DateTimeImmutable @1700160466 {#2202
        date: 2023-11-16 19:47:46.0 +01:00
      }
      +"title": 131112
    }
  ]
  -id: 13594
  -titleTs: "'current':3 'download':4 'm':2 'servic':11 'show':6 'subscrib':15"
  -bodyTs: "'avail':79 'card':45,55 'destin':59 'disney':34,52 'download':14,32,41,58 'flight':21 'gabe':88 'galaxi':4 'got':24 'issu':39 'know':49 'm':71 'make':63 'mayb':37 'none':28 'offer':53 'pay':86 'piraci':91 'pirat':73 'plane':27 'play':36 'problem':95 'regardless':51 'right':90 's7':6 'sd':44,54 'servic':84,94 'show':75 'spain':12 'stuff':16,31 'sure':64 'tab':5 'trip':10 'watch':18 'work':67 'would':35"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700234028
  +visibility: "visible             "
  +apId: "https://lemdro.id/post/3251247"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700147628 {#3203
    date: 2023-11-16 16:13:48.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
99 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2210
  +user: Proxies\__CG__\App\Entity\User {#3181 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2105 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3126 …}
  +slug: "I-m-currently-downloading-a-show-that-is-on-a-service"
  +title: "I'm currently downloading a show that is on a service to which I subscribe"
  +url: null
  +body: """
    I have a Galaxy Tab S7 and for a trip to Spain I downloaded some stuff to watch on the flight. When I got on the plane none of the stuff downloaded on Disney+ would play. Maybe an issue with downloading to the SD card? I don’t know, but regardless Disney offers SD card as a download destination so they should make sure it is working.\n
    \n
    So now I’m here pirating a show that should be available to me through a service I pay for. Gabe was right, piracy is a service problem.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 97
  +favouriteCount: 510
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701019083 {#3217
    date: 2023-11-26 18:18:03.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3222 …}
  +votes: Doctrine\ORM\PersistentCollection {#3225 …}
  +reports: Doctrine\ORM\PersistentCollection {#3227 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3229 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3231 …}
  +badges: Doctrine\ORM\PersistentCollection {#3233 …}
  +children: [
    App\Entity\EntryComment {#2201
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2210 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2105 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2203 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2207 …}
      +body: """
        Close to your 4k blu rays? Because regular blu ray discs they play on regular blu ray players don’t do 4k.\n
        \n
        If you’re comparing to regular blu rays, you’re not comparing to 4k.\n
        \n
        **Edit:** what a strange reaction to this comment… I imagine the average American would not know that they need a different DVD player for 4k DVDs.\n
        \n
        Was just trying to be helpful by clarifying. Guess I’ll just go fuck myself.\n
        \n
        **Edit 2:** is it really that hard to understand my point? Dude said that his 4k streaming looks way better than blu ray. No specification of 4k blu ray, so I just wanted to clarify for those reading the thread, that yes, 4k streaming will look better than a regular blu ray 100% of the time. No shit.\n
        \n
        Maybe instead of being a dick with your responses, you could have just clarified your original comment to be clear that you were comparing apples to apples (4k stream to 4k blu ray). It would have taken two characters added to your original comment (“4k”), yet instead you chose to be an asshole.\n
        \n
        And no, it’s not obvious to a lot of people.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1700160466 {#2205
        date: 2023-11-16 19:47:46.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@raptir@lemdro.id"
        "@spacecadet@lemm.ee"
        "@weedwhacking@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2212 …}
      +nested: Doctrine\ORM\PersistentCollection {#2209 …}
      +votes: Doctrine\ORM\PersistentCollection {#2200 …}
      +reports: Doctrine\ORM\PersistentCollection {#2270 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2257 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2267 …}
      -id: 131112
      -bodyTs: "'100':130 '2':79 '4k':4,22,36,61,93,104,120,163,166,180 'ad':175 'american':49 'appl':160,162 'asshol':188 'averag':48 'better':97,124 'blu':5,9,16,29,99,105,128,167 'charact':174 'chose':184 'clarifi':70,112,149 'clear':155 'close':1 'comment':44,152,179 'compar':26,34,159 'could':146 'dick':141 'differ':57 'disc':11 'dude':89 'dvd':58 'dvds':62 'edit':37,78 'fuck':76 'go':75 'guess':71 'hard':84 'help':68 'imagin':46 'instead':137,182 'know':52 'll':73 'look':95,123 'lot':197 'mayb':136 'need':55 'obvious':194 'origin':151,178 'peopl':199 'play':13 'player':18,59 'point':88 'ray':6,10,17,30,100,106,129,168 're':25,32 'reaction':41 'read':115 'realli':82 'regular':8,15,28,127 'respons':144 'said':90 'shit':135 'specif':102 'strang':40 'stream':94,121,164 'taken':172 'thread':117 'time':133 'tri':65 'two':173 'understand':86 'want':110 'way':96 'would':50,170 'yes':119 'yet':181"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/5592756"
      +editedAt: DateTimeImmutable @1700619891 {#2206
        date: 2023-11-22 03:24:51.0 +01:00
      }
      +createdAt: DateTimeImmutable @1700160466 {#2202
        date: 2023-11-16 19:47:46.0 +01:00
      }
      +"title": 131112
    }
  ]
  -id: 13594
  -titleTs: "'current':3 'download':4 'm':2 'servic':11 'show':6 'subscrib':15"
  -bodyTs: "'avail':79 'card':45,55 'destin':59 'disney':34,52 'download':14,32,41,58 'flight':21 'gabe':88 'galaxi':4 'got':24 'issu':39 'know':49 'm':71 'make':63 'mayb':37 'none':28 'offer':53 'pay':86 'piraci':91 'pirat':73 'plane':27 'play':36 'problem':95 'regardless':51 'right':90 's7':6 'sd':44,54 'servic':84,94 'show':75 'spain':12 'stuff':16,31 'sure':64 'tab':5 'trip':10 'watch':18 'work':67 'would':35"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700234028
  +visibility: "visible             "
  +apId: "https://lemdro.id/post/3251247"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700147628 {#3203
    date: 2023-11-16 16:13:48.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
100 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2210
  +user: Proxies\__CG__\App\Entity\User {#3181 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2105 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3126 …}
  +slug: "I-m-currently-downloading-a-show-that-is-on-a-service"
  +title: "I'm currently downloading a show that is on a service to which I subscribe"
  +url: null
  +body: """
    I have a Galaxy Tab S7 and for a trip to Spain I downloaded some stuff to watch on the flight. When I got on the plane none of the stuff downloaded on Disney+ would play. Maybe an issue with downloading to the SD card? I don’t know, but regardless Disney offers SD card as a download destination so they should make sure it is working.\n
    \n
    So now I’m here pirating a show that should be available to me through a service I pay for. Gabe was right, piracy is a service problem.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 97
  +favouriteCount: 510
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701019083 {#3217
    date: 2023-11-26 18:18:03.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3222 …}
  +votes: Doctrine\ORM\PersistentCollection {#3225 …}
  +reports: Doctrine\ORM\PersistentCollection {#3227 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3229 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3231 …}
  +badges: Doctrine\ORM\PersistentCollection {#3233 …}
  +children: [
    App\Entity\EntryComment {#2201
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2210 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2105 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2203 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2207 …}
      +body: """
        Close to your 4k blu rays? Because regular blu ray discs they play on regular blu ray players don’t do 4k.\n
        \n
        If you’re comparing to regular blu rays, you’re not comparing to 4k.\n
        \n
        **Edit:** what a strange reaction to this comment… I imagine the average American would not know that they need a different DVD player for 4k DVDs.\n
        \n
        Was just trying to be helpful by clarifying. Guess I’ll just go fuck myself.\n
        \n
        **Edit 2:** is it really that hard to understand my point? Dude said that his 4k streaming looks way better than blu ray. No specification of 4k blu ray, so I just wanted to clarify for those reading the thread, that yes, 4k streaming will look better than a regular blu ray 100% of the time. No shit.\n
        \n
        Maybe instead of being a dick with your responses, you could have just clarified your original comment to be clear that you were comparing apples to apples (4k stream to 4k blu ray). It would have taken two characters added to your original comment (“4k”), yet instead you chose to be an asshole.\n
        \n
        And no, it’s not obvious to a lot of people.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1700160466 {#2205
        date: 2023-11-16 19:47:46.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@raptir@lemdro.id"
        "@spacecadet@lemm.ee"
        "@weedwhacking@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2212 …}
      +nested: Doctrine\ORM\PersistentCollection {#2209 …}
      +votes: Doctrine\ORM\PersistentCollection {#2200 …}
      +reports: Doctrine\ORM\PersistentCollection {#2270 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2257 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2267 …}
      -id: 131112
      -bodyTs: "'100':130 '2':79 '4k':4,22,36,61,93,104,120,163,166,180 'ad':175 'american':49 'appl':160,162 'asshol':188 'averag':48 'better':97,124 'blu':5,9,16,29,99,105,128,167 'charact':174 'chose':184 'clarifi':70,112,149 'clear':155 'close':1 'comment':44,152,179 'compar':26,34,159 'could':146 'dick':141 'differ':57 'disc':11 'dude':89 'dvd':58 'dvds':62 'edit':37,78 'fuck':76 'go':75 'guess':71 'hard':84 'help':68 'imagin':46 'instead':137,182 'know':52 'll':73 'look':95,123 'lot':197 'mayb':136 'need':55 'obvious':194 'origin':151,178 'peopl':199 'play':13 'player':18,59 'point':88 'ray':6,10,17,30,100,106,129,168 're':25,32 'reaction':41 'read':115 'realli':82 'regular':8,15,28,127 'respons':144 'said':90 'shit':135 'specif':102 'strang':40 'stream':94,121,164 'taken':172 'thread':117 'time':133 'tri':65 'two':173 'understand':86 'want':110 'way':96 'would':50,170 'yes':119 'yet':181"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/5592756"
      +editedAt: DateTimeImmutable @1700619891 {#2206
        date: 2023-11-22 03:24:51.0 +01:00
      }
      +createdAt: DateTimeImmutable @1700160466 {#2202
        date: 2023-11-16 19:47:46.0 +01:00
      }
      +"title": 131112
    }
  ]
  -id: 13594
  -titleTs: "'current':3 'download':4 'm':2 'servic':11 'show':6 'subscrib':15"
  -bodyTs: "'avail':79 'card':45,55 'destin':59 'disney':34,52 'download':14,32,41,58 'flight':21 'gabe':88 'galaxi':4 'got':24 'issu':39 'know':49 'm':71 'make':63 'mayb':37 'none':28 'offer':53 'pay':86 'piraci':91 'pirat':73 'plane':27 'play':36 'problem':95 'regardless':51 'right':90 's7':6 'sd':44,54 'servic':84,94 'show':75 'spain':12 'stuff':16,31 'sure':64 'tab':5 'trip':10 'watch':18 'work':67 'would':35"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700234028
  +visibility: "visible             "
  +apId: "https://lemdro.id/post/3251247"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700147628 {#3203
    date: 2023-11-16 16:13:48.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
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
App\Entity\EntryComment {#2201
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2210
    +user: Proxies\__CG__\App\Entity\User {#3181 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2105 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3126 …}
    +slug: "I-m-currently-downloading-a-show-that-is-on-a-service"
    +title: "I'm currently downloading a show that is on a service to which I subscribe"
    +url: null
    +body: """
      I have a Galaxy Tab S7 and for a trip to Spain I downloaded some stuff to watch on the flight. When I got on the plane none of the stuff downloaded on Disney+ would play. Maybe an issue with downloading to the SD card? I don’t know, but regardless Disney offers SD card as a download destination so they should make sure it is working.\n
      \n
      So now I’m here pirating a show that should be available to me through a service I pay for. Gabe was right, piracy is a service problem.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 97
    +favouriteCount: 510
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701019083 {#3217
      date: 2023-11-26 18:18:03.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3222 …}
    +votes: Doctrine\ORM\PersistentCollection {#3225 …}
    +reports: Doctrine\ORM\PersistentCollection {#3227 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3229 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3231 …}
    +badges: Doctrine\ORM\PersistentCollection {#3233 …}
    +children: [
      App\Entity\EntryComment {#2201}
    ]
    -id: 13594
    -titleTs: "'current':3 'download':4 'm':2 'servic':11 'show':6 'subscrib':15"
    -bodyTs: "'avail':79 'card':45,55 'destin':59 'disney':34,52 'download':14,32,41,58 'flight':21 'gabe':88 'galaxi':4 'got':24 'issu':39 'know':49 'm':71 'make':63 'mayb':37 'none':28 'offer':53 'pay':86 'piraci':91 'pirat':73 'plane':27 'play':36 'problem':95 'regardless':51 'right':90 's7':6 'sd':44,54 'servic':84,94 'show':75 'spain':12 'stuff':16,31 'sure':64 'tab':5 'trip':10 'watch':18 'work':67 'would':35"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700234028
    +visibility: "visible             "
    +apId: "https://lemdro.id/post/3251247"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700147628 {#3203
      date: 2023-11-16 16:13:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2105 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2203 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2207 …}
  +body: """
    Close to your 4k blu rays? Because regular blu ray discs they play on regular blu ray players don’t do 4k.\n
    \n
    If you’re comparing to regular blu rays, you’re not comparing to 4k.\n
    \n
    **Edit:** what a strange reaction to this comment… I imagine the average American would not know that they need a different DVD player for 4k DVDs.\n
    \n
    Was just trying to be helpful by clarifying. Guess I’ll just go fuck myself.\n
    \n
    **Edit 2:** is it really that hard to understand my point? Dude said that his 4k streaming looks way better than blu ray. No specification of 4k blu ray, so I just wanted to clarify for those reading the thread, that yes, 4k streaming will look better than a regular blu ray 100% of the time. No shit.\n
    \n
    Maybe instead of being a dick with your responses, you could have just clarified your original comment to be clear that you were comparing apples to apples (4k stream to 4k blu ray). It would have taken two characters added to your original comment (“4k”), yet instead you chose to be an asshole.\n
    \n
    And no, it’s not obvious to a lot of people.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1700160466 {#2205
    date: 2023-11-16 19:47:46.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@raptir@lemdro.id"
    "@spacecadet@lemm.ee"
    "@weedwhacking@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2212 …}
  +nested: Doctrine\ORM\PersistentCollection {#2209 …}
  +votes: Doctrine\ORM\PersistentCollection {#2200 …}
  +reports: Doctrine\ORM\PersistentCollection {#2270 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2257 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2267 …}
  -id: 131112
  -bodyTs: "'100':130 '2':79 '4k':4,22,36,61,93,104,120,163,166,180 'ad':175 'american':49 'appl':160,162 'asshol':188 'averag':48 'better':97,124 'blu':5,9,16,29,99,105,128,167 'charact':174 'chose':184 'clarifi':70,112,149 'clear':155 'close':1 'comment':44,152,179 'compar':26,34,159 'could':146 'dick':141 'differ':57 'disc':11 'dude':89 'dvd':58 'dvds':62 'edit':37,78 'fuck':76 'go':75 'guess':71 'hard':84 'help':68 'imagin':46 'instead':137,182 'know':52 'll':73 'look':95,123 'lot':197 'mayb':136 'need':55 'obvious':194 'origin':151,178 'peopl':199 'play':13 'player':18,59 'point':88 'ray':6,10,17,30,100,106,129,168 're':25,32 'reaction':41 'read':115 'realli':82 'regular':8,15,28,127 'respons':144 'said':90 'shit':135 'specif':102 'strang':40 'stream':94,121,164 'taken':172 'thread':117 'time':133 'tri':65 'two':173 'understand':86 'want':110 'way':96 'would':50,170 'yes':119 'yet':181"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/5592756"
  +editedAt: DateTimeImmutable @1700619891 {#2206
    date: 2023-11-22 03:24:51.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700160466 {#2202
    date: 2023-11-16 19:47:46.0 +01:00
  }
  +"title": 131112
}
"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
103 DENIED edit
App\Entity\EntryComment {#2201
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2210
    +user: Proxies\__CG__\App\Entity\User {#3181 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2105 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3126 …}
    +slug: "I-m-currently-downloading-a-show-that-is-on-a-service"
    +title: "I'm currently downloading a show that is on a service to which I subscribe"
    +url: null
    +body: """
      I have a Galaxy Tab S7 and for a trip to Spain I downloaded some stuff to watch on the flight. When I got on the plane none of the stuff downloaded on Disney+ would play. Maybe an issue with downloading to the SD card? I don’t know, but regardless Disney offers SD card as a download destination so they should make sure it is working.\n
      \n
      So now I’m here pirating a show that should be available to me through a service I pay for. Gabe was right, piracy is a service problem.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 97
    +favouriteCount: 510
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701019083 {#3217
      date: 2023-11-26 18:18:03.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3222 …}
    +votes: Doctrine\ORM\PersistentCollection {#3225 …}
    +reports: Doctrine\ORM\PersistentCollection {#3227 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3229 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3231 …}
    +badges: Doctrine\ORM\PersistentCollection {#3233 …}
    +children: [
      App\Entity\EntryComment {#2201}
    ]
    -id: 13594
    -titleTs: "'current':3 'download':4 'm':2 'servic':11 'show':6 'subscrib':15"
    -bodyTs: "'avail':79 'card':45,55 'destin':59 'disney':34,52 'download':14,32,41,58 'flight':21 'gabe':88 'galaxi':4 'got':24 'issu':39 'know':49 'm':71 'make':63 'mayb':37 'none':28 'offer':53 'pay':86 'piraci':91 'pirat':73 'plane':27 'play':36 'problem':95 'regardless':51 'right':90 's7':6 'sd':44,54 'servic':84,94 'show':75 'spain':12 'stuff':16,31 'sure':64 'tab':5 'trip':10 'watch':18 'work':67 'would':35"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700234028
    +visibility: "visible             "
    +apId: "https://lemdro.id/post/3251247"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700147628 {#3203
      date: 2023-11-16 16:13:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2105 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2203 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2207 …}
  +body: """
    Close to your 4k blu rays? Because regular blu ray discs they play on regular blu ray players don’t do 4k.\n
    \n
    If you’re comparing to regular blu rays, you’re not comparing to 4k.\n
    \n
    **Edit:** what a strange reaction to this comment… I imagine the average American would not know that they need a different DVD player for 4k DVDs.\n
    \n
    Was just trying to be helpful by clarifying. Guess I’ll just go fuck myself.\n
    \n
    **Edit 2:** is it really that hard to understand my point? Dude said that his 4k streaming looks way better than blu ray. No specification of 4k blu ray, so I just wanted to clarify for those reading the thread, that yes, 4k streaming will look better than a regular blu ray 100% of the time. No shit.\n
    \n
    Maybe instead of being a dick with your responses, you could have just clarified your original comment to be clear that you were comparing apples to apples (4k stream to 4k blu ray). It would have taken two characters added to your original comment (“4k”), yet instead you chose to be an asshole.\n
    \n
    And no, it’s not obvious to a lot of people.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1700160466 {#2205
    date: 2023-11-16 19:47:46.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@raptir@lemdro.id"
    "@spacecadet@lemm.ee"
    "@weedwhacking@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2212 …}
  +nested: Doctrine\ORM\PersistentCollection {#2209 …}
  +votes: Doctrine\ORM\PersistentCollection {#2200 …}
  +reports: Doctrine\ORM\PersistentCollection {#2270 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2257 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2267 …}
  -id: 131112
  -bodyTs: "'100':130 '2':79 '4k':4,22,36,61,93,104,120,163,166,180 'ad':175 'american':49 'appl':160,162 'asshol':188 'averag':48 'better':97,124 'blu':5,9,16,29,99,105,128,167 'charact':174 'chose':184 'clarifi':70,112,149 'clear':155 'close':1 'comment':44,152,179 'compar':26,34,159 'could':146 'dick':141 'differ':57 'disc':11 'dude':89 'dvd':58 'dvds':62 'edit':37,78 'fuck':76 'go':75 'guess':71 'hard':84 'help':68 'imagin':46 'instead':137,182 'know':52 'll':73 'look':95,123 'lot':197 'mayb':136 'need':55 'obvious':194 'origin':151,178 'peopl':199 'play':13 'player':18,59 'point':88 'ray':6,10,17,30,100,106,129,168 're':25,32 'reaction':41 'read':115 'realli':82 'regular':8,15,28,127 'respons':144 'said':90 'shit':135 'specif':102 'strang':40 'stream':94,121,164 'taken':172 'thread':117 'time':133 'tri':65 'two':173 'understand':86 'want':110 'way':96 'would':50,170 'yes':119 'yet':181"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/5592756"
  +editedAt: DateTimeImmutable @1700619891 {#2206
    date: 2023-11-22 03:24:51.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700160466 {#2202
    date: 2023-11-16 19:47:46.0 +01:00
  }
  +"title": 131112
}
"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
104 DENIED moderate
App\Entity\EntryComment {#2201
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2210
    +user: Proxies\__CG__\App\Entity\User {#3181 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2105 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3126 …}
    +slug: "I-m-currently-downloading-a-show-that-is-on-a-service"
    +title: "I'm currently downloading a show that is on a service to which I subscribe"
    +url: null
    +body: """
      I have a Galaxy Tab S7 and for a trip to Spain I downloaded some stuff to watch on the flight. When I got on the plane none of the stuff downloaded on Disney+ would play. Maybe an issue with downloading to the SD card? I don’t know, but regardless Disney offers SD card as a download destination so they should make sure it is working.\n
      \n
      So now I’m here pirating a show that should be available to me through a service I pay for. Gabe was right, piracy is a service problem.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 97
    +favouriteCount: 510
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701019083 {#3217
      date: 2023-11-26 18:18:03.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3222 …}
    +votes: Doctrine\ORM\PersistentCollection {#3225 …}
    +reports: Doctrine\ORM\PersistentCollection {#3227 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3229 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3231 …}
    +badges: Doctrine\ORM\PersistentCollection {#3233 …}
    +children: [
      App\Entity\EntryComment {#2201}
    ]
    -id: 13594
    -titleTs: "'current':3 'download':4 'm':2 'servic':11 'show':6 'subscrib':15"
    -bodyTs: "'avail':79 'card':45,55 'destin':59 'disney':34,52 'download':14,32,41,58 'flight':21 'gabe':88 'galaxi':4 'got':24 'issu':39 'know':49 'm':71 'make':63 'mayb':37 'none':28 'offer':53 'pay':86 'piraci':91 'pirat':73 'plane':27 'play':36 'problem':95 'regardless':51 'right':90 's7':6 'sd':44,54 'servic':84,94 'show':75 'spain':12 'stuff':16,31 'sure':64 'tab':5 'trip':10 'watch':18 'work':67 'would':35"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700234028
    +visibility: "visible             "
    +apId: "https://lemdro.id/post/3251247"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700147628 {#3203
      date: 2023-11-16 16:13:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2105 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2203 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2207 …}
  +body: """
    Close to your 4k blu rays? Because regular blu ray discs they play on regular blu ray players don’t do 4k.\n
    \n
    If you’re comparing to regular blu rays, you’re not comparing to 4k.\n
    \n
    **Edit:** what a strange reaction to this comment… I imagine the average American would not know that they need a different DVD player for 4k DVDs.\n
    \n
    Was just trying to be helpful by clarifying. Guess I’ll just go fuck myself.\n
    \n
    **Edit 2:** is it really that hard to understand my point? Dude said that his 4k streaming looks way better than blu ray. No specification of 4k blu ray, so I just wanted to clarify for those reading the thread, that yes, 4k streaming will look better than a regular blu ray 100% of the time. No shit.\n
    \n
    Maybe instead of being a dick with your responses, you could have just clarified your original comment to be clear that you were comparing apples to apples (4k stream to 4k blu ray). It would have taken two characters added to your original comment (“4k”), yet instead you chose to be an asshole.\n
    \n
    And no, it’s not obvious to a lot of people.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1700160466 {#2205
    date: 2023-11-16 19:47:46.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@raptir@lemdro.id"
    "@spacecadet@lemm.ee"
    "@weedwhacking@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2212 …}
  +nested: Doctrine\ORM\PersistentCollection {#2209 …}
  +votes: Doctrine\ORM\PersistentCollection {#2200 …}
  +reports: Doctrine\ORM\PersistentCollection {#2270 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2257 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2267 …}
  -id: 131112
  -bodyTs: "'100':130 '2':79 '4k':4,22,36,61,93,104,120,163,166,180 'ad':175 'american':49 'appl':160,162 'asshol':188 'averag':48 'better':97,124 'blu':5,9,16,29,99,105,128,167 'charact':174 'chose':184 'clarifi':70,112,149 'clear':155 'close':1 'comment':44,152,179 'compar':26,34,159 'could':146 'dick':141 'differ':57 'disc':11 'dude':89 'dvd':58 'dvds':62 'edit':37,78 'fuck':76 'go':75 'guess':71 'hard':84 'help':68 'imagin':46 'instead':137,182 'know':52 'll':73 'look':95,123 'lot':197 'mayb':136 'need':55 'obvious':194 'origin':151,178 'peopl':199 'play':13 'player':18,59 'point':88 'ray':6,10,17,30,100,106,129,168 're':25,32 'reaction':41 'read':115 'realli':82 'regular':8,15,28,127 'respons':144 'said':90 'shit':135 'specif':102 'strang':40 'stream':94,121,164 'taken':172 'thread':117 'time':133 'tri':65 'two':173 'understand':86 'want':110 'way':96 'would':50,170 'yes':119 'yet':181"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/5592756"
  +editedAt: DateTimeImmutable @1700619891 {#2206
    date: 2023-11-22 03:24:51.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700160466 {#2202
    date: 2023-11-16 19:47:46.0 +01:00
  }
  +"title": 131112
}
"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
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
Proxies\__CG__\App\Entity\Entry {#1591
  +user: Proxies\__CG__\App\Entity\User {#3240 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3126 …}
  +slug: "What-is-the-craziest-thing-that-s-ever-happened-in-your"
  +title: "What is the craziest thing that's ever happened in your life?"
  +url: null
  +body: "Curious to know what people have encountered in their lives."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 87
  +favouriteCount: 152
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689327670 {#3235
    date: 2023-07-14 11:41:10.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3242 …}
  +votes: Doctrine\ORM\PersistentCollection {#3244 …}
  +reports: Doctrine\ORM\PersistentCollection {#3246 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3248 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3250 …}
  +badges: Doctrine\ORM\PersistentCollection {#3252 …}
  +children: [
    App\Entity\EntryComment {#1695
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
      +body: "I don’t know that they are though…"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1689170357 {#1433
        date: 2023-07-12 15:59:17.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@kiwwimix@lemmy.ml"
        "@kava@lemmy.world"
        "@Ricaz@lemmy.ml"
        "@FlashPossum@social.fossware.space"
        "@FiftyShadesOfMyCow@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1670 …}
      +nested: Doctrine\ORM\PersistentCollection {#1678 …}
      +votes: Doctrine\ORM\PersistentCollection {#1673 …}
      +reports: Doctrine\ORM\PersistentCollection {#1676 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1572 …}
      -id: 13235
      -bodyTs: "'know':4 'though':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/960193"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689170357 {#1430
        date: 2023-07-12 15:59:17.0 +02:00
      }
      +"title": 13235
    }
  ]
  -id: 1133
  -titleTs: "'craziest':4 'ever':8 'happen':9 'life':12 'thing':5"
  -bodyTs: "'curious':1 'encount':7 'know':3 'live':10 'peopl':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689228973
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/1962219"
  +editedAt: DateTimeImmutable @1689171379 {#3223
    date: 2023-07-12 16:16:19.0 +02:00
  }
  +createdAt: DateTimeImmutable @1689142573 {#3200
    date: 2023-07-12 08:16:13.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
107 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1591
  +user: Proxies\__CG__\App\Entity\User {#3240 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3126 …}
  +slug: "What-is-the-craziest-thing-that-s-ever-happened-in-your"
  +title: "What is the craziest thing that's ever happened in your life?"
  +url: null
  +body: "Curious to know what people have encountered in their lives."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 87
  +favouriteCount: 152
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689327670 {#3235
    date: 2023-07-14 11:41:10.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3242 …}
  +votes: Doctrine\ORM\PersistentCollection {#3244 …}
  +reports: Doctrine\ORM\PersistentCollection {#3246 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3248 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3250 …}
  +badges: Doctrine\ORM\PersistentCollection {#3252 …}
  +children: [
    App\Entity\EntryComment {#1695
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
      +body: "I don’t know that they are though…"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1689170357 {#1433
        date: 2023-07-12 15:59:17.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@kiwwimix@lemmy.ml"
        "@kava@lemmy.world"
        "@Ricaz@lemmy.ml"
        "@FlashPossum@social.fossware.space"
        "@FiftyShadesOfMyCow@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1670 …}
      +nested: Doctrine\ORM\PersistentCollection {#1678 …}
      +votes: Doctrine\ORM\PersistentCollection {#1673 …}
      +reports: Doctrine\ORM\PersistentCollection {#1676 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1572 …}
      -id: 13235
      -bodyTs: "'know':4 'though':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/960193"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689170357 {#1430
        date: 2023-07-12 15:59:17.0 +02:00
      }
      +"title": 13235
    }
  ]
  -id: 1133
  -titleTs: "'craziest':4 'ever':8 'happen':9 'life':12 'thing':5"
  -bodyTs: "'curious':1 'encount':7 'know':3 'live':10 'peopl':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689228973
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/1962219"
  +editedAt: DateTimeImmutable @1689171379 {#3223
    date: 2023-07-12 16:16:19.0 +02:00
  }
  +createdAt: DateTimeImmutable @1689142573 {#3200
    date: 2023-07-12 08:16:13.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
108 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1591
  +user: Proxies\__CG__\App\Entity\User {#3240 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3126 …}
  +slug: "What-is-the-craziest-thing-that-s-ever-happened-in-your"
  +title: "What is the craziest thing that's ever happened in your life?"
  +url: null
  +body: "Curious to know what people have encountered in their lives."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 87
  +favouriteCount: 152
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689327670 {#3235
    date: 2023-07-14 11:41:10.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3242 …}
  +votes: Doctrine\ORM\PersistentCollection {#3244 …}
  +reports: Doctrine\ORM\PersistentCollection {#3246 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3248 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3250 …}
  +badges: Doctrine\ORM\PersistentCollection {#3252 …}
  +children: [
    App\Entity\EntryComment {#1695
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
      +body: "I don’t know that they are though…"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1689170357 {#1433
        date: 2023-07-12 15:59:17.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@kiwwimix@lemmy.ml"
        "@kava@lemmy.world"
        "@Ricaz@lemmy.ml"
        "@FlashPossum@social.fossware.space"
        "@FiftyShadesOfMyCow@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1670 …}
      +nested: Doctrine\ORM\PersistentCollection {#1678 …}
      +votes: Doctrine\ORM\PersistentCollection {#1673 …}
      +reports: Doctrine\ORM\PersistentCollection {#1676 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1572 …}
      -id: 13235
      -bodyTs: "'know':4 'though':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/960193"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689170357 {#1430
        date: 2023-07-12 15:59:17.0 +02:00
      }
      +"title": 13235
    }
  ]
  -id: 1133
  -titleTs: "'craziest':4 'ever':8 'happen':9 'life':12 'thing':5"
  -bodyTs: "'curious':1 'encount':7 'know':3 'live':10 'peopl':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689228973
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/1962219"
  +editedAt: DateTimeImmutable @1689171379 {#3223
    date: 2023-07-12 16:16:19.0 +02:00
  }
  +createdAt: DateTimeImmutable @1689142573 {#3200
    date: 2023-07-12 08:16:13.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
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 {#1695
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1591
    +user: Proxies\__CG__\App\Entity\User {#3240 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3126 …}
    +slug: "What-is-the-craziest-thing-that-s-ever-happened-in-your"
    +title: "What is the craziest thing that's ever happened in your life?"
    +url: null
    +body: "Curious to know what people have encountered in their lives."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 87
    +favouriteCount: 152
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689327670 {#3235
      date: 2023-07-14 11:41:10.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3242 …}
    +votes: Doctrine\ORM\PersistentCollection {#3244 …}
    +reports: Doctrine\ORM\PersistentCollection {#3246 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3248 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3250 …}
    +badges: Doctrine\ORM\PersistentCollection {#3252 …}
    +children: [
      App\Entity\EntryComment {#1695}
    ]
    -id: 1133
    -titleTs: "'craziest':4 'ever':8 'happen':9 'life':12 'thing':5"
    -bodyTs: "'curious':1 'encount':7 'know':3 'live':10 'peopl':5"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689228973
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/1962219"
    +editedAt: DateTimeImmutable @1689171379 {#3223
      date: 2023-07-12 16:16:19.0 +02:00
    }
    +createdAt: DateTimeImmutable @1689142573 {#3200
      date: 2023-07-12 08:16:13.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
  +body: "I don’t know that they are though…"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1689170357 {#1433
    date: 2023-07-12 15:59:17.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@kiwwimix@lemmy.ml"
    "@kava@lemmy.world"
    "@Ricaz@lemmy.ml"
    "@FlashPossum@social.fossware.space"
    "@FiftyShadesOfMyCow@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1670 …}
  +nested: Doctrine\ORM\PersistentCollection {#1678 …}
  +votes: Doctrine\ORM\PersistentCollection {#1673 …}
  +reports: Doctrine\ORM\PersistentCollection {#1676 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1572 …}
  -id: 13235
  -bodyTs: "'know':4 'though':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/960193"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689170357 {#1430
    date: 2023-07-12 15:59:17.0 +02:00
  }
  +"title": 13235
}
"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 {#1695
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1591
    +user: Proxies\__CG__\App\Entity\User {#3240 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3126 …}
    +slug: "What-is-the-craziest-thing-that-s-ever-happened-in-your"
    +title: "What is the craziest thing that's ever happened in your life?"
    +url: null
    +body: "Curious to know what people have encountered in their lives."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 87
    +favouriteCount: 152
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689327670 {#3235
      date: 2023-07-14 11:41:10.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3242 …}
    +votes: Doctrine\ORM\PersistentCollection {#3244 …}
    +reports: Doctrine\ORM\PersistentCollection {#3246 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3248 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3250 …}
    +badges: Doctrine\ORM\PersistentCollection {#3252 …}
    +children: [
      App\Entity\EntryComment {#1695}
    ]
    -id: 1133
    -titleTs: "'craziest':4 'ever':8 'happen':9 'life':12 'thing':5"
    -bodyTs: "'curious':1 'encount':7 'know':3 'live':10 'peopl':5"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689228973
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/1962219"
    +editedAt: DateTimeImmutable @1689171379 {#3223
      date: 2023-07-12 16:16:19.0 +02:00
    }
    +createdAt: DateTimeImmutable @1689142573 {#3200
      date: 2023-07-12 08:16:13.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
  +body: "I don’t know that they are though…"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1689170357 {#1433
    date: 2023-07-12 15:59:17.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@kiwwimix@lemmy.ml"
    "@kava@lemmy.world"
    "@Ricaz@lemmy.ml"
    "@FlashPossum@social.fossware.space"
    "@FiftyShadesOfMyCow@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1670 …}
  +nested: Doctrine\ORM\PersistentCollection {#1678 …}
  +votes: Doctrine\ORM\PersistentCollection {#1673 …}
  +reports: Doctrine\ORM\PersistentCollection {#1676 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1572 …}
  -id: 13235
  -bodyTs: "'know':4 'though':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/960193"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689170357 {#1430
    date: 2023-07-12 15:59:17.0 +02:00
  }
  +"title": 13235
}
"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 {#1695
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1591
    +user: Proxies\__CG__\App\Entity\User {#3240 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3126 …}
    +slug: "What-is-the-craziest-thing-that-s-ever-happened-in-your"
    +title: "What is the craziest thing that's ever happened in your life?"
    +url: null
    +body: "Curious to know what people have encountered in their lives."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 87
    +favouriteCount: 152
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689327670 {#3235
      date: 2023-07-14 11:41:10.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3242 …}
    +votes: Doctrine\ORM\PersistentCollection {#3244 …}
    +reports: Doctrine\ORM\PersistentCollection {#3246 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3248 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3250 …}
    +badges: Doctrine\ORM\PersistentCollection {#3252 …}
    +children: [
      App\Entity\EntryComment {#1695}
    ]
    -id: 1133
    -titleTs: "'craziest':4 'ever':8 'happen':9 'life':12 'thing':5"
    -bodyTs: "'curious':1 'encount':7 'know':3 'live':10 'peopl':5"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689228973
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/1962219"
    +editedAt: DateTimeImmutable @1689171379 {#3223
      date: 2023-07-12 16:16:19.0 +02:00
    }
    +createdAt: DateTimeImmutable @1689142573 {#3200
      date: 2023-07-12 08:16:13.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
  +body: "I don’t know that they are though…"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1689170357 {#1433
    date: 2023-07-12 15:59:17.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@kiwwimix@lemmy.ml"
    "@kava@lemmy.world"
    "@Ricaz@lemmy.ml"
    "@FlashPossum@social.fossware.space"
    "@FiftyShadesOfMyCow@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1670 …}
  +nested: Doctrine\ORM\PersistentCollection {#1678 …}
  +votes: Doctrine\ORM\PersistentCollection {#1673 …}
  +reports: Doctrine\ORM\PersistentCollection {#1676 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1572 …}
  -id: 13235
  -bodyTs: "'know':4 'though':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/960193"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689170357 {#1430
    date: 2023-07-12 15:59:17.0 +02:00
  }
  +"title": 13235
}
"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
Proxies\__CG__\App\Entity\Entry {#2123
  +user: Proxies\__CG__\App\Entity\User {#2757 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2119 …}
  +image: Proxies\__CG__\App\Entity\Image {#3105 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3145 …}
  +slug: "It-s-Soupy-Season"
  +title: "It's Soupy Season!"
  +url: "https://i.postimg.cc/BQpNFDfN/soupmode.png"
  +body: "Enjoy it while it lasts… Climate change will ruin soup season within the decade. 🚫🍜4️⃣😔"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 26
  +favouriteCount: 510
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698151421 {#3140
    date: 2023-10-24 14:43:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3147 …}
  +votes: Doctrine\ORM\PersistentCollection {#3149 …}
  +reports: Doctrine\ORM\PersistentCollection {#3151 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3153 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3155 …}
  +badges: Doctrine\ORM\PersistentCollection {#3157 …}
  +children: [
    App\Entity\EntryComment {#2113
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2123 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2119 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        That’s amateur stuff. You gotta get into *dips*.\n
        \n
        > This is all I eat - dips for dinner.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1698030146 {#2121
        date: 2023-10-23 05:02:26.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCool@feddit.ch"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2116 …}
      +nested: Doctrine\ORM\PersistentCollection {#2161 …}
      +votes: Doctrine\ORM\PersistentCollection {#2163 …}
      +reports: Doctrine\ORM\PersistentCollection {#2044 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2127 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2043 …}
      -id: 66437
      -bodyTs: "'amateur':3 'dinner':17 'dip':9,15 'eat':14 'get':7 'gotta':6 'stuff':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4714960"
      +editedAt: DateTimeImmutable @1698030191 {#2122
        date: 2023-10-23 05:03:11.0 +02:00
      }
      +createdAt: DateTimeImmutable @1698030146 {#2115
        date: 2023-10-23 05:02:26.0 +02:00
      }
      +"title": 66437
    }
  ]
  -id: 7099
  -titleTs: "'season':4 'soupi':3"
  -bodyTs: "'4️⃣':15 'chang':7 'climat':6 'decad':14 'enjoy':1 'last':5 'ruin':9 'season':11 'soup':10 'within':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698092296
  +visibility: "visible             "
  +apId: "https://feddit.ch/post/1831805"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698005896 {#3127
    date: 2023-10-22 22:18:16.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
115 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2123
  +user: Proxies\__CG__\App\Entity\User {#2757 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2119 …}
  +image: Proxies\__CG__\App\Entity\Image {#3105 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3145 …}
  +slug: "It-s-Soupy-Season"
  +title: "It's Soupy Season!"
  +url: "https://i.postimg.cc/BQpNFDfN/soupmode.png"
  +body: "Enjoy it while it lasts… Climate change will ruin soup season within the decade. 🚫🍜4️⃣😔"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 26
  +favouriteCount: 510
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698151421 {#3140
    date: 2023-10-24 14:43:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3147 …}
  +votes: Doctrine\ORM\PersistentCollection {#3149 …}
  +reports: Doctrine\ORM\PersistentCollection {#3151 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3153 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3155 …}
  +badges: Doctrine\ORM\PersistentCollection {#3157 …}
  +children: [
    App\Entity\EntryComment {#2113
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2123 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2119 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        That’s amateur stuff. You gotta get into *dips*.\n
        \n
        > This is all I eat - dips for dinner.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1698030146 {#2121
        date: 2023-10-23 05:02:26.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCool@feddit.ch"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2116 …}
      +nested: Doctrine\ORM\PersistentCollection {#2161 …}
      +votes: Doctrine\ORM\PersistentCollection {#2163 …}
      +reports: Doctrine\ORM\PersistentCollection {#2044 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2127 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2043 …}
      -id: 66437
      -bodyTs: "'amateur':3 'dinner':17 'dip':9,15 'eat':14 'get':7 'gotta':6 'stuff':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4714960"
      +editedAt: DateTimeImmutable @1698030191 {#2122
        date: 2023-10-23 05:03:11.0 +02:00
      }
      +createdAt: DateTimeImmutable @1698030146 {#2115
        date: 2023-10-23 05:02:26.0 +02:00
      }
      +"title": 66437
    }
  ]
  -id: 7099
  -titleTs: "'season':4 'soupi':3"
  -bodyTs: "'4️⃣':15 'chang':7 'climat':6 'decad':14 'enjoy':1 'last':5 'ruin':9 'season':11 'soup':10 'within':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698092296
  +visibility: "visible             "
  +apId: "https://feddit.ch/post/1831805"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698005896 {#3127
    date: 2023-10-22 22:18:16.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
116 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2123
  +user: Proxies\__CG__\App\Entity\User {#2757 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2119 …}
  +image: Proxies\__CG__\App\Entity\Image {#3105 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3145 …}
  +slug: "It-s-Soupy-Season"
  +title: "It's Soupy Season!"
  +url: "https://i.postimg.cc/BQpNFDfN/soupmode.png"
  +body: "Enjoy it while it lasts… Climate change will ruin soup season within the decade. 🚫🍜4️⃣😔"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 26
  +favouriteCount: 510
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698151421 {#3140
    date: 2023-10-24 14:43:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3147 …}
  +votes: Doctrine\ORM\PersistentCollection {#3149 …}
  +reports: Doctrine\ORM\PersistentCollection {#3151 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3153 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3155 …}
  +badges: Doctrine\ORM\PersistentCollection {#3157 …}
  +children: [
    App\Entity\EntryComment {#2113
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2123 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2119 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        That’s amateur stuff. You gotta get into *dips*.\n
        \n
        > This is all I eat - dips for dinner.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1698030146 {#2121
        date: 2023-10-23 05:02:26.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCool@feddit.ch"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2116 …}
      +nested: Doctrine\ORM\PersistentCollection {#2161 …}
      +votes: Doctrine\ORM\PersistentCollection {#2163 …}
      +reports: Doctrine\ORM\PersistentCollection {#2044 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2127 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2043 …}
      -id: 66437
      -bodyTs: "'amateur':3 'dinner':17 'dip':9,15 'eat':14 'get':7 'gotta':6 'stuff':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4714960"
      +editedAt: DateTimeImmutable @1698030191 {#2122
        date: 2023-10-23 05:03:11.0 +02:00
      }
      +createdAt: DateTimeImmutable @1698030146 {#2115
        date: 2023-10-23 05:02:26.0 +02:00
      }
      +"title": 66437
    }
  ]
  -id: 7099
  -titleTs: "'season':4 'soupi':3"
  -bodyTs: "'4️⃣':15 'chang':7 'climat':6 'decad':14 'enjoy':1 'last':5 'ruin':9 'season':11 'soup':10 'within':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698092296
  +visibility: "visible             "
  +apId: "https://feddit.ch/post/1831805"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698005896 {#3127
    date: 2023-10-22 22:18:16.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
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 {#2113
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2123
    +user: Proxies\__CG__\App\Entity\User {#2757 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2119 …}
    +image: Proxies\__CG__\App\Entity\Image {#3105 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3145 …}
    +slug: "It-s-Soupy-Season"
    +title: "It's Soupy Season!"
    +url: "https://i.postimg.cc/BQpNFDfN/soupmode.png"
    +body: "Enjoy it while it lasts… Climate change will ruin soup season within the decade. 🚫🍜4️⃣😔"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 26
    +favouriteCount: 510
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698151421 {#3140
      date: 2023-10-24 14:43:41.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3147 …}
    +votes: Doctrine\ORM\PersistentCollection {#3149 …}
    +reports: Doctrine\ORM\PersistentCollection {#3151 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3153 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3155 …}
    +badges: Doctrine\ORM\PersistentCollection {#3157 …}
    +children: [
      App\Entity\EntryComment {#2113}
    ]
    -id: 7099
    -titleTs: "'season':4 'soupi':3"
    -bodyTs: "'4️⃣':15 'chang':7 'climat':6 'decad':14 'enjoy':1 'last':5 'ruin':9 'season':11 'soup':10 'within':12"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698092296
    +visibility: "visible             "
    +apId: "https://feddit.ch/post/1831805"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698005896 {#3127
      date: 2023-10-22 22:18:16.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2119 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    That’s amateur stuff. You gotta get into *dips*.\n
    \n
    > This is all I eat - dips for dinner.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1698030146 {#2121
    date: 2023-10-23 05:02:26.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCool@feddit.ch"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2116 …}
  +nested: Doctrine\ORM\PersistentCollection {#2161 …}
  +votes: Doctrine\ORM\PersistentCollection {#2163 …}
  +reports: Doctrine\ORM\PersistentCollection {#2044 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2127 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2043 …}
  -id: 66437
  -bodyTs: "'amateur':3 'dinner':17 'dip':9,15 'eat':14 'get':7 'gotta':6 'stuff':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4714960"
  +editedAt: DateTimeImmutable @1698030191 {#2122
    date: 2023-10-23 05:03:11.0 +02:00
  }
  +createdAt: DateTimeImmutable @1698030146 {#2115
    date: 2023-10-23 05:02:26.0 +02:00
  }
  +"title": 66437
}
"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 {#2113
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2123
    +user: Proxies\__CG__\App\Entity\User {#2757 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2119 …}
    +image: Proxies\__CG__\App\Entity\Image {#3105 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3145 …}
    +slug: "It-s-Soupy-Season"
    +title: "It's Soupy Season!"
    +url: "https://i.postimg.cc/BQpNFDfN/soupmode.png"
    +body: "Enjoy it while it lasts… Climate change will ruin soup season within the decade. 🚫🍜4️⃣😔"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 26
    +favouriteCount: 510
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698151421 {#3140
      date: 2023-10-24 14:43:41.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3147 …}
    +votes: Doctrine\ORM\PersistentCollection {#3149 …}
    +reports: Doctrine\ORM\PersistentCollection {#3151 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3153 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3155 …}
    +badges: Doctrine\ORM\PersistentCollection {#3157 …}
    +children: [
      App\Entity\EntryComment {#2113}
    ]
    -id: 7099
    -titleTs: "'season':4 'soupi':3"
    -bodyTs: "'4️⃣':15 'chang':7 'climat':6 'decad':14 'enjoy':1 'last':5 'ruin':9 'season':11 'soup':10 'within':12"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698092296
    +visibility: "visible             "
    +apId: "https://feddit.ch/post/1831805"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698005896 {#3127
      date: 2023-10-22 22:18:16.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2119 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    That’s amateur stuff. You gotta get into *dips*.\n
    \n
    > This is all I eat - dips for dinner.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1698030146 {#2121
    date: 2023-10-23 05:02:26.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCool@feddit.ch"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2116 …}
  +nested: Doctrine\ORM\PersistentCollection {#2161 …}
  +votes: Doctrine\ORM\PersistentCollection {#2163 …}
  +reports: Doctrine\ORM\PersistentCollection {#2044 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2127 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2043 …}
  -id: 66437
  -bodyTs: "'amateur':3 'dinner':17 'dip':9,15 'eat':14 'get':7 'gotta':6 'stuff':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4714960"
  +editedAt: DateTimeImmutable @1698030191 {#2122
    date: 2023-10-23 05:03:11.0 +02:00
  }
  +createdAt: DateTimeImmutable @1698030146 {#2115
    date: 2023-10-23 05:02:26.0 +02:00
  }
  +"title": 66437
}
"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 {#2113
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2123
    +user: Proxies\__CG__\App\Entity\User {#2757 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2119 …}
    +image: Proxies\__CG__\App\Entity\Image {#3105 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3145 …}
    +slug: "It-s-Soupy-Season"
    +title: "It's Soupy Season!"
    +url: "https://i.postimg.cc/BQpNFDfN/soupmode.png"
    +body: "Enjoy it while it lasts… Climate change will ruin soup season within the decade. 🚫🍜4️⃣😔"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 26
    +favouriteCount: 510
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698151421 {#3140
      date: 2023-10-24 14:43:41.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3147 …}
    +votes: Doctrine\ORM\PersistentCollection {#3149 …}
    +reports: Doctrine\ORM\PersistentCollection {#3151 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3153 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3155 …}
    +badges: Doctrine\ORM\PersistentCollection {#3157 …}
    +children: [
      App\Entity\EntryComment {#2113}
    ]
    -id: 7099
    -titleTs: "'season':4 'soupi':3"
    -bodyTs: "'4️⃣':15 'chang':7 'climat':6 'decad':14 'enjoy':1 'last':5 'ruin':9 'season':11 'soup':10 'within':12"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698092296
    +visibility: "visible             "
    +apId: "https://feddit.ch/post/1831805"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698005896 {#3127
      date: 2023-10-22 22:18:16.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2119 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    That’s amateur stuff. You gotta get into *dips*.\n
    \n
    > This is all I eat - dips for dinner.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1698030146 {#2121
    date: 2023-10-23 05:02:26.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCool@feddit.ch"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2116 …}
  +nested: Doctrine\ORM\PersistentCollection {#2161 …}
  +votes: Doctrine\ORM\PersistentCollection {#2163 …}
  +reports: Doctrine\ORM\PersistentCollection {#2044 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2127 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2043 …}
  -id: 66437
  -bodyTs: "'amateur':3 'dinner':17 'dip':9,15 'eat':14 'get':7 'gotta':6 'stuff':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4714960"
  +editedAt: DateTimeImmutable @1698030191 {#2122
    date: 2023-10-23 05:03:11.0 +02:00
  }
  +createdAt: DateTimeImmutable @1698030146 {#2115
    date: 2023-10-23 05:02:26.0 +02:00
  }
  +"title": 66437
}
"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
Proxies\__CG__\App\Entity\Entry {#2223
  +user: Proxies\__CG__\App\Entity\User {#3162 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2119 …}
  +image: Proxies\__CG__\App\Entity\Image {#3202 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3204 …}
  +slug: "Thank-God"
  +title: "Thank God"
  +url: "https://telegra.ph/file/990bc4f78485cf687253c.jpg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 24
  +favouriteCount: 880
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698031675 {#3197
    date: 2023-10-23 05:27:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3205 …}
  +votes: Doctrine\ORM\PersistentCollection {#3207 …}
  +reports: Doctrine\ORM\PersistentCollection {#3209 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3211 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3213 …}
  +badges: Doctrine\ORM\PersistentCollection {#3215 …}
  +children: [
    App\Entity\EntryComment {#2198
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2223 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2119 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2227 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2227 …}
      +body: "Every day. I just get up at this point."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1698031675 {#2215
        date: 2023-10-23 05:27:55.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@sag@lemm.ee"
        "@coco@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2216 …}
      +nested: Doctrine\ORM\PersistentCollection {#2213 …}
      +votes: Doctrine\ORM\PersistentCollection {#2230 …}
      +reports: Doctrine\ORM\PersistentCollection {#2232 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2228 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2192 …}
      -id: 66467
      -bodyTs: "'day':2 'everi':1 'get':5 'point':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4715312"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698031675 {#2224
        date: 2023-10-23 05:27:55.0 +02:00
      }
      +"title": 66467
    }
  ]
  -id: 7047
  -titleTs: "'god':2 'thank':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698075130
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/12373365"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697988730 {#3184
    date: 2023-10-22 17:32: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
123 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2223
  +user: Proxies\__CG__\App\Entity\User {#3162 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2119 …}
  +image: Proxies\__CG__\App\Entity\Image {#3202 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3204 …}
  +slug: "Thank-God"
  +title: "Thank God"
  +url: "https://telegra.ph/file/990bc4f78485cf687253c.jpg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 24
  +favouriteCount: 880
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698031675 {#3197
    date: 2023-10-23 05:27:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3205 …}
  +votes: Doctrine\ORM\PersistentCollection {#3207 …}
  +reports: Doctrine\ORM\PersistentCollection {#3209 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3211 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3213 …}
  +badges: Doctrine\ORM\PersistentCollection {#3215 …}
  +children: [
    App\Entity\EntryComment {#2198
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2223 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2119 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2227 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2227 …}
      +body: "Every day. I just get up at this point."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1698031675 {#2215
        date: 2023-10-23 05:27:55.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@sag@lemm.ee"
        "@coco@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2216 …}
      +nested: Doctrine\ORM\PersistentCollection {#2213 …}
      +votes: Doctrine\ORM\PersistentCollection {#2230 …}
      +reports: Doctrine\ORM\PersistentCollection {#2232 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2228 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2192 …}
      -id: 66467
      -bodyTs: "'day':2 'everi':1 'get':5 'point':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4715312"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698031675 {#2224
        date: 2023-10-23 05:27:55.0 +02:00
      }
      +"title": 66467
    }
  ]
  -id: 7047
  -titleTs: "'god':2 'thank':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698075130
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/12373365"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697988730 {#3184
    date: 2023-10-22 17:32: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
124 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2223
  +user: Proxies\__CG__\App\Entity\User {#3162 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2119 …}
  +image: Proxies\__CG__\App\Entity\Image {#3202 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3204 …}
  +slug: "Thank-God"
  +title: "Thank God"
  +url: "https://telegra.ph/file/990bc4f78485cf687253c.jpg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 24
  +favouriteCount: 880
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698031675 {#3197
    date: 2023-10-23 05:27:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3205 …}
  +votes: Doctrine\ORM\PersistentCollection {#3207 …}
  +reports: Doctrine\ORM\PersistentCollection {#3209 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3211 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3213 …}
  +badges: Doctrine\ORM\PersistentCollection {#3215 …}
  +children: [
    App\Entity\EntryComment {#2198
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2223 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2119 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2227 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2227 …}
      +body: "Every day. I just get up at this point."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1698031675 {#2215
        date: 2023-10-23 05:27:55.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@sag@lemm.ee"
        "@coco@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2216 …}
      +nested: Doctrine\ORM\PersistentCollection {#2213 …}
      +votes: Doctrine\ORM\PersistentCollection {#2230 …}
      +reports: Doctrine\ORM\PersistentCollection {#2232 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2228 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2192 …}
      -id: 66467
      -bodyTs: "'day':2 'everi':1 'get':5 'point':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4715312"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698031675 {#2224
        date: 2023-10-23 05:27:55.0 +02:00
      }
      +"title": 66467
    }
  ]
  -id: 7047
  -titleTs: "'god':2 'thank':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698075130
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/12373365"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697988730 {#3184
    date: 2023-10-22 17:32: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
125 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
126 DENIED moderate
App\Entity\EntryComment {#2198
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2223
    +user: Proxies\__CG__\App\Entity\User {#3162 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2119 …}
    +image: Proxies\__CG__\App\Entity\Image {#3202 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3204 …}
    +slug: "Thank-God"
    +title: "Thank God"
    +url: "https://telegra.ph/file/990bc4f78485cf687253c.jpg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 24
    +favouriteCount: 880
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698031675 {#3197
      date: 2023-10-23 05:27:55.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3205 …}
    +votes: Doctrine\ORM\PersistentCollection {#3207 …}
    +reports: Doctrine\ORM\PersistentCollection {#3209 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3211 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3213 …}
    +badges: Doctrine\ORM\PersistentCollection {#3215 …}
    +children: [
      App\Entity\EntryComment {#2198}
    ]
    -id: 7047
    -titleTs: "'god':2 'thank':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698075130
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/12373365"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697988730 {#3184
      date: 2023-10-22 17:32:10.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2119 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2227 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2227 …}
  +body: "Every day. I just get up at this point."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1698031675 {#2215
    date: 2023-10-23 05:27:55.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sag@lemm.ee"
    "@coco@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2216 …}
  +nested: Doctrine\ORM\PersistentCollection {#2213 …}
  +votes: Doctrine\ORM\PersistentCollection {#2230 …}
  +reports: Doctrine\ORM\PersistentCollection {#2232 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2228 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2192 …}
  -id: 66467
  -bodyTs: "'day':2 'everi':1 'get':5 'point':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4715312"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698031675 {#2224
    date: 2023-10-23 05:27:55.0 +02:00
  }
  +"title": 66467
}
"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
127 DENIED edit
App\Entity\EntryComment {#2198
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2223
    +user: Proxies\__CG__\App\Entity\User {#3162 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2119 …}
    +image: Proxies\__CG__\App\Entity\Image {#3202 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3204 …}
    +slug: "Thank-God"
    +title: "Thank God"
    +url: "https://telegra.ph/file/990bc4f78485cf687253c.jpg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 24
    +favouriteCount: 880
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698031675 {#3197
      date: 2023-10-23 05:27:55.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3205 …}
    +votes: Doctrine\ORM\PersistentCollection {#3207 …}
    +reports: Doctrine\ORM\PersistentCollection {#3209 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3211 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3213 …}
    +badges: Doctrine\ORM\PersistentCollection {#3215 …}
    +children: [
      App\Entity\EntryComment {#2198}
    ]
    -id: 7047
    -titleTs: "'god':2 'thank':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698075130
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/12373365"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697988730 {#3184
      date: 2023-10-22 17:32:10.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2119 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2227 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2227 …}
  +body: "Every day. I just get up at this point."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1698031675 {#2215
    date: 2023-10-23 05:27:55.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sag@lemm.ee"
    "@coco@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2216 …}
  +nested: Doctrine\ORM\PersistentCollection {#2213 …}
  +votes: Doctrine\ORM\PersistentCollection {#2230 …}
  +reports: Doctrine\ORM\PersistentCollection {#2232 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2228 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2192 …}
  -id: 66467
  -bodyTs: "'day':2 'everi':1 'get':5 'point':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4715312"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698031675 {#2224
    date: 2023-10-23 05:27:55.0 +02:00
  }
  +"title": 66467
}
"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
128 DENIED moderate
App\Entity\EntryComment {#2198
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2223
    +user: Proxies\__CG__\App\Entity\User {#3162 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2119 …}
    +image: Proxies\__CG__\App\Entity\Image {#3202 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3204 …}
    +slug: "Thank-God"
    +title: "Thank God"
    +url: "https://telegra.ph/file/990bc4f78485cf687253c.jpg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 24
    +favouriteCount: 880
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698031675 {#3197
      date: 2023-10-23 05:27:55.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3205 …}
    +votes: Doctrine\ORM\PersistentCollection {#3207 …}
    +reports: Doctrine\ORM\PersistentCollection {#3209 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3211 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3213 …}
    +badges: Doctrine\ORM\PersistentCollection {#3215 …}
    +children: [
      App\Entity\EntryComment {#2198}
    ]
    -id: 7047
    -titleTs: "'god':2 'thank':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698075130
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/12373365"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697988730 {#3184
      date: 2023-10-22 17:32:10.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2119 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2227 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2227 …}
  +body: "Every day. I just get up at this point."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1698031675 {#2215
    date: 2023-10-23 05:27:55.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sag@lemm.ee"
    "@coco@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2216 …}
  +nested: Doctrine\ORM\PersistentCollection {#2213 …}
  +votes: Doctrine\ORM\PersistentCollection {#2230 …}
  +reports: Doctrine\ORM\PersistentCollection {#2232 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2228 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2192 …}
  -id: 66467
  -bodyTs: "'day':2 'everi':1 'get':5 'point':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4715312"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698031675 {#2224
    date: 2023-10-23 05:27:55.0 +02:00
  }
  +"title": 66467
}
"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
129 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
130 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2291
  +user: Proxies\__CG__\App\Entity\User {#2697 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2309 …}
  +image: Proxies\__CG__\App\Entity\Image {#3124 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3164 …}
  +slug: "In-1969-Mr-Rogers-testified-before-U-S-Congress-to-get"
  +title: "In 1969, Mr. Rogers testified before U.S. Congress to get funding for public broadcasting. Senator John Pastore is initially abrasive but is won over by Mr. Rogers' warmth and kindness."
  +url: "https://www.youtube.com/watch?v=fKy7ljRr0AA"
  +body: "This 7-min video is worth the watch. You can see Mr. Rogers’ authenticity and the effect it has on the senator. The man was a national treasure."
  +type: "video"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 4
  +favouriteCount: 189
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699629930 {#3159
    date: 2023-11-10 16:25:30.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3166 …}
  +votes: Doctrine\ORM\PersistentCollection {#3168 …}
  +reports: Doctrine\ORM\PersistentCollection {#3170 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3172 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3174 …}
  +badges: Doctrine\ORM\PersistentCollection {#3176 …}
  +children: [
    App\Entity\EntryComment {#2293
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2291 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2309 …}
      +image: null
      +parent: null
      +root: null
      +body: "Nowadays, he’d just get shouted down by the likes of Jim Jordan and Marjorie Taylor Greene about being “woke” for telling kids they’re special. Probably wouldn’t have even let him finish his statement."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1699706632 {#2299
        date: 2023-11-11 13:43:52.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ickplant@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2301 …}
      +nested: Doctrine\ORM\PersistentCollection {#2297 …}
      +votes: Doctrine\ORM\PersistentCollection {#2315 …}
      +reports: Doctrine\ORM\PersistentCollection {#2321 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2310 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2306 …}
      -id: 107776
      -bodyTs: "'d':3 'even':31 'finish':34 'get':5 'green':17 'jim':12 'jordan':13 'kid':23 'let':32 'like':10 'marjori':15 'nowaday':1 'probabl':27 're':25 'shout':6 'special':26 'statement':36 'taylor':16 'tell':22 'woke':20 'wouldn':28"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/5357065"
      +editedAt: DateTimeImmutable @1699704206 {#2311
        date: 2023-11-11 13:03:26.0 +01:00
      }
      +createdAt: DateTimeImmutable @1699628037 {#2298
        date: 2023-11-10 15:53:57.0 +01:00
      }
      +"title": 107776
    }
  ]
  -id: 11666
  -titleTs: "'1969':2 'abras':20 'broadcast':14 'congress':8 'fund':11 'get':10 'initi':19 'john':16 'kind':30 'mr':3,26 'pastor':17 'public':13 'roger':4,27 'senat':15 'testifi':5 'u.s':7 'warmth':28 'won':23"
  -bodyTs: "'7':2 'authent':14 'effect':17 'man':24 'min':3 'mr':12 'nation':27 'roger':13 'see':11 'senat':22 'treasur':28 'video':4 'watch':8 'worth':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699678236
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8047160"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699591836 {#3146
    date: 2023-11-10 05:50:36.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
131 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2291
  +user: Proxies\__CG__\App\Entity\User {#2697 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2309 …}
  +image: Proxies\__CG__\App\Entity\Image {#3124 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3164 …}
  +slug: "In-1969-Mr-Rogers-testified-before-U-S-Congress-to-get"
  +title: "In 1969, Mr. Rogers testified before U.S. Congress to get funding for public broadcasting. Senator John Pastore is initially abrasive but is won over by Mr. Rogers' warmth and kindness."
  +url: "https://www.youtube.com/watch?v=fKy7ljRr0AA"
  +body: "This 7-min video is worth the watch. You can see Mr. Rogers’ authenticity and the effect it has on the senator. The man was a national treasure."
  +type: "video"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 4
  +favouriteCount: 189
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699629930 {#3159
    date: 2023-11-10 16:25:30.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3166 …}
  +votes: Doctrine\ORM\PersistentCollection {#3168 …}
  +reports: Doctrine\ORM\PersistentCollection {#3170 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3172 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3174 …}
  +badges: Doctrine\ORM\PersistentCollection {#3176 …}
  +children: [
    App\Entity\EntryComment {#2293
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2291 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2309 …}
      +image: null
      +parent: null
      +root: null
      +body: "Nowadays, he’d just get shouted down by the likes of Jim Jordan and Marjorie Taylor Greene about being “woke” for telling kids they’re special. Probably wouldn’t have even let him finish his statement."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1699706632 {#2299
        date: 2023-11-11 13:43:52.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ickplant@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2301 …}
      +nested: Doctrine\ORM\PersistentCollection {#2297 …}
      +votes: Doctrine\ORM\PersistentCollection {#2315 …}
      +reports: Doctrine\ORM\PersistentCollection {#2321 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2310 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2306 …}
      -id: 107776
      -bodyTs: "'d':3 'even':31 'finish':34 'get':5 'green':17 'jim':12 'jordan':13 'kid':23 'let':32 'like':10 'marjori':15 'nowaday':1 'probabl':27 're':25 'shout':6 'special':26 'statement':36 'taylor':16 'tell':22 'woke':20 'wouldn':28"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/5357065"
      +editedAt: DateTimeImmutable @1699704206 {#2311
        date: 2023-11-11 13:03:26.0 +01:00
      }
      +createdAt: DateTimeImmutable @1699628037 {#2298
        date: 2023-11-10 15:53:57.0 +01:00
      }
      +"title": 107776
    }
  ]
  -id: 11666
  -titleTs: "'1969':2 'abras':20 'broadcast':14 'congress':8 'fund':11 'get':10 'initi':19 'john':16 'kind':30 'mr':3,26 'pastor':17 'public':13 'roger':4,27 'senat':15 'testifi':5 'u.s':7 'warmth':28 'won':23"
  -bodyTs: "'7':2 'authent':14 'effect':17 'man':24 'min':3 'mr':12 'nation':27 'roger':13 'see':11 'senat':22 'treasur':28 'video':4 'watch':8 'worth':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699678236
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8047160"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699591836 {#3146
    date: 2023-11-10 05:50:36.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
132 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2291
  +user: Proxies\__CG__\App\Entity\User {#2697 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2309 …}
  +image: Proxies\__CG__\App\Entity\Image {#3124 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3164 …}
  +slug: "In-1969-Mr-Rogers-testified-before-U-S-Congress-to-get"
  +title: "In 1969, Mr. Rogers testified before U.S. Congress to get funding for public broadcasting. Senator John Pastore is initially abrasive but is won over by Mr. Rogers' warmth and kindness."
  +url: "https://www.youtube.com/watch?v=fKy7ljRr0AA"
  +body: "This 7-min video is worth the watch. You can see Mr. Rogers’ authenticity and the effect it has on the senator. The man was a national treasure."
  +type: "video"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 4
  +favouriteCount: 189
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699629930 {#3159
    date: 2023-11-10 16:25:30.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3166 …}
  +votes: Doctrine\ORM\PersistentCollection {#3168 …}
  +reports: Doctrine\ORM\PersistentCollection {#3170 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3172 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3174 …}
  +badges: Doctrine\ORM\PersistentCollection {#3176 …}
  +children: [
    App\Entity\EntryComment {#2293
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2291 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2309 …}
      +image: null
      +parent: null
      +root: null
      +body: "Nowadays, he’d just get shouted down by the likes of Jim Jordan and Marjorie Taylor Greene about being “woke” for telling kids they’re special. Probably wouldn’t have even let him finish his statement."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1699706632 {#2299
        date: 2023-11-11 13:43:52.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ickplant@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2301 …}
      +nested: Doctrine\ORM\PersistentCollection {#2297 …}
      +votes: Doctrine\ORM\PersistentCollection {#2315 …}
      +reports: Doctrine\ORM\PersistentCollection {#2321 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2310 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2306 …}
      -id: 107776
      -bodyTs: "'d':3 'even':31 'finish':34 'get':5 'green':17 'jim':12 'jordan':13 'kid':23 'let':32 'like':10 'marjori':15 'nowaday':1 'probabl':27 're':25 'shout':6 'special':26 'statement':36 'taylor':16 'tell':22 'woke':20 'wouldn':28"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/5357065"
      +editedAt: DateTimeImmutable @1699704206 {#2311
        date: 2023-11-11 13:03:26.0 +01:00
      }
      +createdAt: DateTimeImmutable @1699628037 {#2298
        date: 2023-11-10 15:53:57.0 +01:00
      }
      +"title": 107776
    }
  ]
  -id: 11666
  -titleTs: "'1969':2 'abras':20 'broadcast':14 'congress':8 'fund':11 'get':10 'initi':19 'john':16 'kind':30 'mr':3,26 'pastor':17 'public':13 'roger':4,27 'senat':15 'testifi':5 'u.s':7 'warmth':28 'won':23"
  -bodyTs: "'7':2 'authent':14 'effect':17 'man':24 'min':3 'mr':12 'nation':27 'roger':13 'see':11 'senat':22 'treasur':28 'video':4 'watch':8 'worth':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699678236
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8047160"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699591836 {#3146
    date: 2023-11-10 05:50:36.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
133 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
134 DENIED moderate
App\Entity\EntryComment {#2293
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2291
    +user: Proxies\__CG__\App\Entity\User {#2697 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2309 …}
    +image: Proxies\__CG__\App\Entity\Image {#3124 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3164 …}
    +slug: "In-1969-Mr-Rogers-testified-before-U-S-Congress-to-get"
    +title: "In 1969, Mr. Rogers testified before U.S. Congress to get funding for public broadcasting. Senator John Pastore is initially abrasive but is won over by Mr. Rogers' warmth and kindness."
    +url: "https://www.youtube.com/watch?v=fKy7ljRr0AA"
    +body: "This 7-min video is worth the watch. You can see Mr. Rogers’ authenticity and the effect it has on the senator. The man was a national treasure."
    +type: "video"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 4
    +favouriteCount: 189
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699629930 {#3159
      date: 2023-11-10 16:25:30.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3166 …}
    +votes: Doctrine\ORM\PersistentCollection {#3168 …}
    +reports: Doctrine\ORM\PersistentCollection {#3170 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3172 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3174 …}
    +badges: Doctrine\ORM\PersistentCollection {#3176 …}
    +children: [
      App\Entity\EntryComment {#2293}
    ]
    -id: 11666
    -titleTs: "'1969':2 'abras':20 'broadcast':14 'congress':8 'fund':11 'get':10 'initi':19 'john':16 'kind':30 'mr':3,26 'pastor':17 'public':13 'roger':4,27 'senat':15 'testifi':5 'u.s':7 'warmth':28 'won':23"
    -bodyTs: "'7':2 'authent':14 'effect':17 'man':24 'min':3 'mr':12 'nation':27 'roger':13 'see':11 'senat':22 'treasur':28 'video':4 'watch':8 'worth':6"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699678236
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8047160"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699591836 {#3146
      date: 2023-11-10 05:50:36.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2309 …}
  +image: null
  +parent: null
  +root: null
  +body: "Nowadays, he’d just get shouted down by the likes of Jim Jordan and Marjorie Taylor Greene about being “woke” for telling kids they’re special. Probably wouldn’t have even let him finish his statement."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1699706632 {#2299
    date: 2023-11-11 13:43:52.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ickplant@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2301 …}
  +nested: Doctrine\ORM\PersistentCollection {#2297 …}
  +votes: Doctrine\ORM\PersistentCollection {#2315 …}
  +reports: Doctrine\ORM\PersistentCollection {#2321 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2310 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2306 …}
  -id: 107776
  -bodyTs: "'d':3 'even':31 'finish':34 'get':5 'green':17 'jim':12 'jordan':13 'kid':23 'let':32 'like':10 'marjori':15 'nowaday':1 'probabl':27 're':25 'shout':6 'special':26 'statement':36 'taylor':16 'tell':22 'woke':20 'wouldn':28"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/5357065"
  +editedAt: DateTimeImmutable @1699704206 {#2311
    date: 2023-11-11 13:03:26.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699628037 {#2298
    date: 2023-11-10 15:53:57.0 +01:00
  }
  +"title": 107776
}
"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
135 DENIED edit
App\Entity\EntryComment {#2293
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2291
    +user: Proxies\__CG__\App\Entity\User {#2697 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2309 …}
    +image: Proxies\__CG__\App\Entity\Image {#3124 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3164 …}
    +slug: "In-1969-Mr-Rogers-testified-before-U-S-Congress-to-get"
    +title: "In 1969, Mr. Rogers testified before U.S. Congress to get funding for public broadcasting. Senator John Pastore is initially abrasive but is won over by Mr. Rogers' warmth and kindness."
    +url: "https://www.youtube.com/watch?v=fKy7ljRr0AA"
    +body: "This 7-min video is worth the watch. You can see Mr. Rogers’ authenticity and the effect it has on the senator. The man was a national treasure."
    +type: "video"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 4
    +favouriteCount: 189
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699629930 {#3159
      date: 2023-11-10 16:25:30.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3166 …}
    +votes: Doctrine\ORM\PersistentCollection {#3168 …}
    +reports: Doctrine\ORM\PersistentCollection {#3170 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3172 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3174 …}
    +badges: Doctrine\ORM\PersistentCollection {#3176 …}
    +children: [
      App\Entity\EntryComment {#2293}
    ]
    -id: 11666
    -titleTs: "'1969':2 'abras':20 'broadcast':14 'congress':8 'fund':11 'get':10 'initi':19 'john':16 'kind':30 'mr':3,26 'pastor':17 'public':13 'roger':4,27 'senat':15 'testifi':5 'u.s':7 'warmth':28 'won':23"
    -bodyTs: "'7':2 'authent':14 'effect':17 'man':24 'min':3 'mr':12 'nation':27 'roger':13 'see':11 'senat':22 'treasur':28 'video':4 'watch':8 'worth':6"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699678236
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8047160"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699591836 {#3146
      date: 2023-11-10 05:50:36.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2309 …}
  +image: null
  +parent: null
  +root: null
  +body: "Nowadays, he’d just get shouted down by the likes of Jim Jordan and Marjorie Taylor Greene about being “woke” for telling kids they’re special. Probably wouldn’t have even let him finish his statement."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1699706632 {#2299
    date: 2023-11-11 13:43:52.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ickplant@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2301 …}
  +nested: Doctrine\ORM\PersistentCollection {#2297 …}
  +votes: Doctrine\ORM\PersistentCollection {#2315 …}
  +reports: Doctrine\ORM\PersistentCollection {#2321 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2310 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2306 …}
  -id: 107776
  -bodyTs: "'d':3 'even':31 'finish':34 'get':5 'green':17 'jim':12 'jordan':13 'kid':23 'let':32 'like':10 'marjori':15 'nowaday':1 'probabl':27 're':25 'shout':6 'special':26 'statement':36 'taylor':16 'tell':22 'woke':20 'wouldn':28"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/5357065"
  +editedAt: DateTimeImmutable @1699704206 {#2311
    date: 2023-11-11 13:03:26.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699628037 {#2298
    date: 2023-11-10 15:53:57.0 +01:00
  }
  +"title": 107776
}
"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
136 DENIED moderate
App\Entity\EntryComment {#2293
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2291
    +user: Proxies\__CG__\App\Entity\User {#2697 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2309 …}
    +image: Proxies\__CG__\App\Entity\Image {#3124 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3164 …}
    +slug: "In-1969-Mr-Rogers-testified-before-U-S-Congress-to-get"
    +title: "In 1969, Mr. Rogers testified before U.S. Congress to get funding for public broadcasting. Senator John Pastore is initially abrasive but is won over by Mr. Rogers' warmth and kindness."
    +url: "https://www.youtube.com/watch?v=fKy7ljRr0AA"
    +body: "This 7-min video is worth the watch. You can see Mr. Rogers’ authenticity and the effect it has on the senator. The man was a national treasure."
    +type: "video"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 4
    +favouriteCount: 189
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699629930 {#3159
      date: 2023-11-10 16:25:30.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3166 …}
    +votes: Doctrine\ORM\PersistentCollection {#3168 …}
    +reports: Doctrine\ORM\PersistentCollection {#3170 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3172 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3174 …}
    +badges: Doctrine\ORM\PersistentCollection {#3176 …}
    +children: [
      App\Entity\EntryComment {#2293}
    ]
    -id: 11666
    -titleTs: "'1969':2 'abras':20 'broadcast':14 'congress':8 'fund':11 'get':10 'initi':19 'john':16 'kind':30 'mr':3,26 'pastor':17 'public':13 'roger':4,27 'senat':15 'testifi':5 'u.s':7 'warmth':28 'won':23"
    -bodyTs: "'7':2 'authent':14 'effect':17 'man':24 'min':3 'mr':12 'nation':27 'roger':13 'see':11 'senat':22 'treasur':28 'video':4 'watch':8 'worth':6"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699678236
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8047160"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699591836 {#3146
      date: 2023-11-10 05:50:36.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2309 …}
  +image: null
  +parent: null
  +root: null
  +body: "Nowadays, he’d just get shouted down by the likes of Jim Jordan and Marjorie Taylor Greene about being “woke” for telling kids they’re special. Probably wouldn’t have even let him finish his statement."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1699706632 {#2299
    date: 2023-11-11 13:43:52.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ickplant@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2301 …}
  +nested: Doctrine\ORM\PersistentCollection {#2297 …}
  +votes: Doctrine\ORM\PersistentCollection {#2315 …}
  +reports: Doctrine\ORM\PersistentCollection {#2321 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2310 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2306 …}
  -id: 107776
  -bodyTs: "'d':3 'even':31 'finish':34 'get':5 'green':17 'jim':12 'jordan':13 'kid':23 'let':32 'like':10 'marjori':15 'nowaday':1 'probabl':27 're':25 'shout':6 'special':26 'statement':36 'taylor':16 'tell':22 'woke':20 'wouldn':28"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/5357065"
  +editedAt: DateTimeImmutable @1699704206 {#2311
    date: 2023-11-11 13:03:26.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699628037 {#2298
    date: 2023-11-10 15:53:57.0 +01:00
  }
  +"title": 107776
}
"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
137 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
138 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