1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1366
+user: Proxies\__CG__\App\Entity\User {#1378 …}
+entry: App\Entity\Entry {#1832 …}
+magazine: App\Entity\Magazine {#313
+icon: Proxies\__CG__\App\Entity\Image {#294 …}
+name: "asklemmy@lemmy.world"
+title: "asklemmy"
+description: """
A Fediverse community for open-ended, thought provoking questions\n
-----------------------------------------------------------------\n
\n
---\n
\n
**Rules: (interactive)**\n
------------------------\n
\n
---\n
\n
1) Be nice and; have funDoxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can’t say something nice, don’t say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. [Please familiarize yourself with them](https://legal.lemmy.world/tos/)\n
\n
---\n
\n
2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?\n
\n
---\n
\n
3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.\n
\n
---\n
\n
4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either [!asklemmyafterdark@lemmy.world](https://lemmy.world/c/asklemmyafterdark) or [!asklemmynsfw@lemmynsfw.com](https://lemmynsfw.com/c/asklemmynsfw). NSFW comments should be restricted to posts tagged [NSFW].\n
\n
---\n
\n
5) This is not a support community.It is not a place for ‘how do I?’, type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to [Lemmy.world Support](https://lemmy.world/c/support) or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.\n
\n
---\n
\n
Reminder: The [terms of service](https://legal.lemmy.world/tos/) apply here too.\n
\n
Partnered Communities:\n
----------------------\n
\n
[Tech Support](/c/techsupport@lemmy.world)\n
\n
[No Stupid Questions](/c/nostupidquestions@lemmy.world)\n
\n
[You Should Know](/c/youshouldknow@lemmy.world)\n
\n
[Reddit](/c/reddit@lemmy.world)\n
\n
[Jokes](/c/jokes@lemmy.world)\n
\n
[Ask Ouija](/c/askouija@lemmy.world)\n
\n
---\n
\n
Logo design credit goes to: [tubbadu](/u/tubbadu@lemmy.world)\n
\n
---\n
\n

"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1179
+entryCommentCount: 42676
+postCount: 3
+postCommentCount: 67
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583245 {#321
date: 2024-10-22 09:47:25.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#285 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#281 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#270 …}
+entries: Doctrine\ORM\PersistentCollection {#228 …}
+posts: Doctrine\ORM\PersistentCollection {#186 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#248 …}
+bans: Doctrine\ORM\PersistentCollection {#165 …}
+reports: Doctrine\ORM\PersistentCollection {#151 …}
+badges: Doctrine\ORM\PersistentCollection {#129 …}
+logs: Doctrine\ORM\PersistentCollection {#119 …}
+awards: Doctrine\ORM\PersistentCollection {#108 …}
+categories: Doctrine\ORM\PersistentCollection {#95 …}
-id: 49
+apId: "asklemmy@lemmy.world"
+apProfileId: "https://lemmy.world/c/asklemmy"
+apPublicUrl: "https://lemmy.world/c/asklemmy"
+apFollowersUrl: "https://lemmy.world/c/asklemmy/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "asklemmy"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583301 {#322
date: 2024-10-22 09:48:21.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1697177027 {#316
date: 2023-10-13 08:03:47.0 +02:00
}
}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2356 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2476 …}
+body: """
Because then you need to take care everywhere to decode it as needed and also make sure you never double-encode it.\n
\n
For example, do other servers receive it pre-encoded? What if the remote instance doesn’t do that, how do you ensure what other instances send you is already encoded correctly? Do you just encode whatever you receive, at risk of double encoding it? And generally, what about use cases where you don’t need it, like mobile apps?\n
\n
Data should be transformed where it needs it, otherwise you always add risks of messing it up, which is exactly what we’re seeing. That encoding is reversible, but then it’s hard to know how many times it may have been encoded. For example, if I type `&` which is already an entity, do you detect that and decode it even though I never intended to because I’m posting an HTML snippet?\n
\n
Right now it’s so broken that if you edit a post, you get an editor… with escaped HTML entities. What happens if you save your post after that? It’s double encoded! Now everyone and every app has to make sure to decode HTML entities and it leads to more bugs.\n
\n
There is exactly one place where it needs to encode, and that’s in web clients, more precisely, when it’s being displayed as HTML. That’s where it should be encoded. Mobile apps don’t care they don’t even render HTML to begin with. Bots and most things using the API don’t care. They shouldn’t have to care because it *may* be rendered as HTML somewhere. It just creates more bugs and more work for pretty much everyone involved. It sucks.\n
\n
Now we have an even worse problem is that we don’t know what post is encoded which way, so once 0.19 rolls out and there’s version mismatches it’s going to be a shitshow and may very well lead to another XSS incident.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1698289345 {#1605
date: 2023-10-26 05:02:25.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@bernieecclestoned@sh.itjust.works"
"@ptz@dubvee.org"
"@Cosmicomical@kbin.social"
"@Max_P@lemmy.max-p.me"
"@Alexstarfire@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2355 …}
+nested: Doctrine\ORM\PersistentCollection {#2167 …}
+votes: Doctrine\ORM\PersistentCollection {#2424 …}
+reports: Doctrine\ORM\PersistentCollection {#2440 …}
+favourites: Doctrine\ORM\PersistentCollection {#2490 …}
+notifications: Doctrine\ORM\PersistentCollection {#2409 …}
-id: 72443
-bodyTs: "'0.19':315 'add':95 'alreadi':53,134 'also':15 'alway':94 'anoth':336 'api':261 'app':83,194,242 'begin':253 'bot':255 'broken':162 'bug':208,283 'care':7,245,264,270 'case':74 'client':224 'correct':55 'creat':281 'data':84 'decod':10,142,200 'detect':139 'display':231 'doesn':39 'doubl':21,66,188 'double-encod':20 'edit':166 'editor':172 'encod':22,33,54,59,67,109,126,189,218,240,310 'ensur':46 'entiti':136,176,202 'escap':174 'even':144,249,298 'everi':193 'everyon':191,290 'everywher':8 'exact':103,211 'exampl':25,128 'general':70 'get':170 'go':325 'happen':178 'hard':116 'html':155,175,201,233,251,277 'incid':338 'instanc':38,49 'intend':148 'involv':291 'know':118,306 'lead':205,334 'like':81 'm':152 'make':16,197 'mani':120 'may':123,273,331 'mess':98 'mismatch':322 'mobil':82,241 'much':289 'need':4,13,79,90,216 'never':19,147 'one':212 'otherwis':92 'place':213 'post':153,168,183,308 'pre':32 'pre-encod':31 'precis':226 'pretti':288 'problem':300 're':106 'receiv':29,62 'remot':37 'render':250,275 'revers':111 'right':157 'risk':64,96 'roll':316 'save':181 'see':107 'send':50 'server':28 'shitshow':329 'shouldn':266 'snippet':156 'somewher':278 'suck':293 'sure':17,198 'take':6 'thing':258 'though':145 'time':121 'transform':87 'type':131 'use':73,259 'version':321 'way':312 'web':223 'well':333 'whatev':60 'work':286 'wors':299 'xss':337"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.max-p.me/comment/1289085"
+editedAt: null
+createdAt: DateTimeImmutable @1698289345 {#1945
date: 2023-10-26 05:02:25.0 +02:00
}
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
App\Entity\EntryComment {#1366
+user: Proxies\__CG__\App\Entity\User {#1378 …}
+entry: App\Entity\Entry {#1832 …}
+magazine: App\Entity\Magazine {#313
+icon: Proxies\__CG__\App\Entity\Image {#294 …}
+name: "asklemmy@lemmy.world"
+title: "asklemmy"
+description: """
A Fediverse community for open-ended, thought provoking questions\n
-----------------------------------------------------------------\n
\n
---\n
\n
**Rules: (interactive)**\n
------------------------\n
\n
---\n
\n
1) Be nice and; have funDoxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can’t say something nice, don’t say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. [Please familiarize yourself with them](https://legal.lemmy.world/tos/)\n
\n
---\n
\n
2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?\n
\n
---\n
\n
3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.\n
\n
---\n
\n
4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either [!asklemmyafterdark@lemmy.world](https://lemmy.world/c/asklemmyafterdark) or [!asklemmynsfw@lemmynsfw.com](https://lemmynsfw.com/c/asklemmynsfw). NSFW comments should be restricted to posts tagged [NSFW].\n
\n
---\n
\n
5) This is not a support community.It is not a place for ‘how do I?’, type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to [Lemmy.world Support](https://lemmy.world/c/support) or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.\n
\n
---\n
\n
Reminder: The [terms of service](https://legal.lemmy.world/tos/) apply here too.\n
\n
Partnered Communities:\n
----------------------\n
\n
[Tech Support](/c/techsupport@lemmy.world)\n
\n
[No Stupid Questions](/c/nostupidquestions@lemmy.world)\n
\n
[You Should Know](/c/youshouldknow@lemmy.world)\n
\n
[Reddit](/c/reddit@lemmy.world)\n
\n
[Jokes](/c/jokes@lemmy.world)\n
\n
[Ask Ouija](/c/askouija@lemmy.world)\n
\n
---\n
\n
Logo design credit goes to: [tubbadu](/u/tubbadu@lemmy.world)\n
\n
---\n
\n

"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1179
+entryCommentCount: 42676
+postCount: 3
+postCommentCount: 67
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583245 {#321
date: 2024-10-22 09:47:25.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#285 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#281 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#270 …}
+entries: Doctrine\ORM\PersistentCollection {#228 …}
+posts: Doctrine\ORM\PersistentCollection {#186 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#248 …}
+bans: Doctrine\ORM\PersistentCollection {#165 …}
+reports: Doctrine\ORM\PersistentCollection {#151 …}
+badges: Doctrine\ORM\PersistentCollection {#129 …}
+logs: Doctrine\ORM\PersistentCollection {#119 …}
+awards: Doctrine\ORM\PersistentCollection {#108 …}
+categories: Doctrine\ORM\PersistentCollection {#95 …}
-id: 49
+apId: "asklemmy@lemmy.world"
+apProfileId: "https://lemmy.world/c/asklemmy"
+apPublicUrl: "https://lemmy.world/c/asklemmy"
+apFollowersUrl: "https://lemmy.world/c/asklemmy/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "asklemmy"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583301 {#322
date: 2024-10-22 09:48:21.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1697177027 {#316
date: 2023-10-13 08:03:47.0 +02:00
}
}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2356 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2476 …}
+body: """
Because then you need to take care everywhere to decode it as needed and also make sure you never double-encode it.\n
\n
For example, do other servers receive it pre-encoded? What if the remote instance doesn’t do that, how do you ensure what other instances send you is already encoded correctly? Do you just encode whatever you receive, at risk of double encoding it? And generally, what about use cases where you don’t need it, like mobile apps?\n
\n
Data should be transformed where it needs it, otherwise you always add risks of messing it up, which is exactly what we’re seeing. That encoding is reversible, but then it’s hard to know how many times it may have been encoded. For example, if I type `&` which is already an entity, do you detect that and decode it even though I never intended to because I’m posting an HTML snippet?\n
\n
Right now it’s so broken that if you edit a post, you get an editor… with escaped HTML entities. What happens if you save your post after that? It’s double encoded! Now everyone and every app has to make sure to decode HTML entities and it leads to more bugs.\n
\n
There is exactly one place where it needs to encode, and that’s in web clients, more precisely, when it’s being displayed as HTML. That’s where it should be encoded. Mobile apps don’t care they don’t even render HTML to begin with. Bots and most things using the API don’t care. They shouldn’t have to care because it *may* be rendered as HTML somewhere. It just creates more bugs and more work for pretty much everyone involved. It sucks.\n
\n
Now we have an even worse problem is that we don’t know what post is encoded which way, so once 0.19 rolls out and there’s version mismatches it’s going to be a shitshow and may very well lead to another XSS incident.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1698289345 {#1605
date: 2023-10-26 05:02:25.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@bernieecclestoned@sh.itjust.works"
"@ptz@dubvee.org"
"@Cosmicomical@kbin.social"
"@Max_P@lemmy.max-p.me"
"@Alexstarfire@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2355 …}
+nested: Doctrine\ORM\PersistentCollection {#2167 …}
+votes: Doctrine\ORM\PersistentCollection {#2424 …}
+reports: Doctrine\ORM\PersistentCollection {#2440 …}
+favourites: Doctrine\ORM\PersistentCollection {#2490 …}
+notifications: Doctrine\ORM\PersistentCollection {#2409 …}
-id: 72443
-bodyTs: "'0.19':315 'add':95 'alreadi':53,134 'also':15 'alway':94 'anoth':336 'api':261 'app':83,194,242 'begin':253 'bot':255 'broken':162 'bug':208,283 'care':7,245,264,270 'case':74 'client':224 'correct':55 'creat':281 'data':84 'decod':10,142,200 'detect':139 'display':231 'doesn':39 'doubl':21,66,188 'double-encod':20 'edit':166 'editor':172 'encod':22,33,54,59,67,109,126,189,218,240,310 'ensur':46 'entiti':136,176,202 'escap':174 'even':144,249,298 'everi':193 'everyon':191,290 'everywher':8 'exact':103,211 'exampl':25,128 'general':70 'get':170 'go':325 'happen':178 'hard':116 'html':155,175,201,233,251,277 'incid':338 'instanc':38,49 'intend':148 'involv':291 'know':118,306 'lead':205,334 'like':81 'm':152 'make':16,197 'mani':120 'may':123,273,331 'mess':98 'mismatch':322 'mobil':82,241 'much':289 'need':4,13,79,90,216 'never':19,147 'one':212 'otherwis':92 'place':213 'post':153,168,183,308 'pre':32 'pre-encod':31 'precis':226 'pretti':288 'problem':300 're':106 'receiv':29,62 'remot':37 'render':250,275 'revers':111 'right':157 'risk':64,96 'roll':316 'save':181 'see':107 'send':50 'server':28 'shitshow':329 'shouldn':266 'snippet':156 'somewher':278 'suck':293 'sure':17,198 'take':6 'thing':258 'though':145 'time':121 'transform':87 'type':131 'use':73,259 'version':321 'way':312 'web':223 'well':333 'whatev':60 'work':286 'wors':299 'xss':337"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.max-p.me/comment/1289085"
+editedAt: null
+createdAt: DateTimeImmutable @1698289345 {#1945
date: 2023-10-26 05:02:25.0 +02:00
}
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1366
+user: Proxies\__CG__\App\Entity\User {#1378 …}
+entry: App\Entity\Entry {#1832 …}
+magazine: App\Entity\Magazine {#313
+icon: Proxies\__CG__\App\Entity\Image {#294 …}
+name: "asklemmy@lemmy.world"
+title: "asklemmy"
+description: """
A Fediverse community for open-ended, thought provoking questions\n
-----------------------------------------------------------------\n
\n
---\n
\n
**Rules: (interactive)**\n
------------------------\n
\n
---\n
\n
1) Be nice and; have funDoxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can’t say something nice, don’t say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. [Please familiarize yourself with them](https://legal.lemmy.world/tos/)\n
\n
---\n
\n
2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?\n
\n
---\n
\n
3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.\n
\n
---\n
\n
4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either [!asklemmyafterdark@lemmy.world](https://lemmy.world/c/asklemmyafterdark) or [!asklemmynsfw@lemmynsfw.com](https://lemmynsfw.com/c/asklemmynsfw). NSFW comments should be restricted to posts tagged [NSFW].\n
\n
---\n
\n
5) This is not a support community.It is not a place for ‘how do I?’, type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to [Lemmy.world Support](https://lemmy.world/c/support) or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.\n
\n
---\n
\n
Reminder: The [terms of service](https://legal.lemmy.world/tos/) apply here too.\n
\n
Partnered Communities:\n
----------------------\n
\n
[Tech Support](/c/techsupport@lemmy.world)\n
\n
[No Stupid Questions](/c/nostupidquestions@lemmy.world)\n
\n
[You Should Know](/c/youshouldknow@lemmy.world)\n
\n
[Reddit](/c/reddit@lemmy.world)\n
\n
[Jokes](/c/jokes@lemmy.world)\n
\n
[Ask Ouija](/c/askouija@lemmy.world)\n
\n
---\n
\n
Logo design credit goes to: [tubbadu](/u/tubbadu@lemmy.world)\n
\n
---\n
\n

"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1179
+entryCommentCount: 42676
+postCount: 3
+postCommentCount: 67
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583245 {#321
date: 2024-10-22 09:47:25.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#285 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#281 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#270 …}
+entries: Doctrine\ORM\PersistentCollection {#228 …}
+posts: Doctrine\ORM\PersistentCollection {#186 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#248 …}
+bans: Doctrine\ORM\PersistentCollection {#165 …}
+reports: Doctrine\ORM\PersistentCollection {#151 …}
+badges: Doctrine\ORM\PersistentCollection {#129 …}
+logs: Doctrine\ORM\PersistentCollection {#119 …}
+awards: Doctrine\ORM\PersistentCollection {#108 …}
+categories: Doctrine\ORM\PersistentCollection {#95 …}
-id: 49
+apId: "asklemmy@lemmy.world"
+apProfileId: "https://lemmy.world/c/asklemmy"
+apPublicUrl: "https://lemmy.world/c/asklemmy"
+apFollowersUrl: "https://lemmy.world/c/asklemmy/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "asklemmy"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583301 {#322
date: 2024-10-22 09:48:21.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1697177027 {#316
date: 2023-10-13 08:03:47.0 +02:00
}
}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2356 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2476 …}
+body: """
Because then you need to take care everywhere to decode it as needed and also make sure you never double-encode it.\n
\n
For example, do other servers receive it pre-encoded? What if the remote instance doesn’t do that, how do you ensure what other instances send you is already encoded correctly? Do you just encode whatever you receive, at risk of double encoding it? And generally, what about use cases where you don’t need it, like mobile apps?\n
\n
Data should be transformed where it needs it, otherwise you always add risks of messing it up, which is exactly what we’re seeing. That encoding is reversible, but then it’s hard to know how many times it may have been encoded. For example, if I type `&` which is already an entity, do you detect that and decode it even though I never intended to because I’m posting an HTML snippet?\n
\n
Right now it’s so broken that if you edit a post, you get an editor… with escaped HTML entities. What happens if you save your post after that? It’s double encoded! Now everyone and every app has to make sure to decode HTML entities and it leads to more bugs.\n
\n
There is exactly one place where it needs to encode, and that’s in web clients, more precisely, when it’s being displayed as HTML. That’s where it should be encoded. Mobile apps don’t care they don’t even render HTML to begin with. Bots and most things using the API don’t care. They shouldn’t have to care because it *may* be rendered as HTML somewhere. It just creates more bugs and more work for pretty much everyone involved. It sucks.\n
\n
Now we have an even worse problem is that we don’t know what post is encoded which way, so once 0.19 rolls out and there’s version mismatches it’s going to be a shitshow and may very well lead to another XSS incident.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1698289345 {#1605
date: 2023-10-26 05:02:25.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@bernieecclestoned@sh.itjust.works"
"@ptz@dubvee.org"
"@Cosmicomical@kbin.social"
"@Max_P@lemmy.max-p.me"
"@Alexstarfire@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2355 …}
+nested: Doctrine\ORM\PersistentCollection {#2167 …}
+votes: Doctrine\ORM\PersistentCollection {#2424 …}
+reports: Doctrine\ORM\PersistentCollection {#2440 …}
+favourites: Doctrine\ORM\PersistentCollection {#2490 …}
+notifications: Doctrine\ORM\PersistentCollection {#2409 …}
-id: 72443
-bodyTs: "'0.19':315 'add':95 'alreadi':53,134 'also':15 'alway':94 'anoth':336 'api':261 'app':83,194,242 'begin':253 'bot':255 'broken':162 'bug':208,283 'care':7,245,264,270 'case':74 'client':224 'correct':55 'creat':281 'data':84 'decod':10,142,200 'detect':139 'display':231 'doesn':39 'doubl':21,66,188 'double-encod':20 'edit':166 'editor':172 'encod':22,33,54,59,67,109,126,189,218,240,310 'ensur':46 'entiti':136,176,202 'escap':174 'even':144,249,298 'everi':193 'everyon':191,290 'everywher':8 'exact':103,211 'exampl':25,128 'general':70 'get':170 'go':325 'happen':178 'hard':116 'html':155,175,201,233,251,277 'incid':338 'instanc':38,49 'intend':148 'involv':291 'know':118,306 'lead':205,334 'like':81 'm':152 'make':16,197 'mani':120 'may':123,273,331 'mess':98 'mismatch':322 'mobil':82,241 'much':289 'need':4,13,79,90,216 'never':19,147 'one':212 'otherwis':92 'place':213 'post':153,168,183,308 'pre':32 'pre-encod':31 'precis':226 'pretti':288 'problem':300 're':106 'receiv':29,62 'remot':37 'render':250,275 'revers':111 'right':157 'risk':64,96 'roll':316 'save':181 'see':107 'send':50 'server':28 'shitshow':329 'shouldn':266 'snippet':156 'somewher':278 'suck':293 'sure':17,198 'take':6 'thing':258 'though':145 'time':121 'transform':87 'type':131 'use':73,259 'version':321 'way':312 'web':223 'well':333 'whatev':60 'work':286 'wors':299 'xss':337"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.max-p.me/comment/1289085"
+editedAt: null
+createdAt: DateTimeImmutable @1698289345 {#1945
date: 2023-10-26 05:02:25.0 +02:00
}
} |
|
Show voter details
|
5 |
DENIED
|
edit
|
App\Entity\Magazine {#313
+icon: Proxies\__CG__\App\Entity\Image {#294 …}
+name: "asklemmy@lemmy.world"
+title: "asklemmy"
+description: """
A Fediverse community for open-ended, thought provoking questions\n
-----------------------------------------------------------------\n
\n
---\n
\n
**Rules: (interactive)**\n
------------------------\n
\n
---\n
\n
1) Be nice and; have funDoxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can’t say something nice, don’t say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. [Please familiarize yourself with them](https://legal.lemmy.world/tos/)\n
\n
---\n
\n
2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?\n
\n
---\n
\n
3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.\n
\n
---\n
\n
4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either [!asklemmyafterdark@lemmy.world](https://lemmy.world/c/asklemmyafterdark) or [!asklemmynsfw@lemmynsfw.com](https://lemmynsfw.com/c/asklemmynsfw). NSFW comments should be restricted to posts tagged [NSFW].\n
\n
---\n
\n
5) This is not a support community.It is not a place for ‘how do I?’, type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to [Lemmy.world Support](https://lemmy.world/c/support) or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.\n
\n
---\n
\n
Reminder: The [terms of service](https://legal.lemmy.world/tos/) apply here too.\n
\n
Partnered Communities:\n
----------------------\n
\n
[Tech Support](/c/techsupport@lemmy.world)\n
\n
[No Stupid Questions](/c/nostupidquestions@lemmy.world)\n
\n
[You Should Know](/c/youshouldknow@lemmy.world)\n
\n
[Reddit](/c/reddit@lemmy.world)\n
\n
[Jokes](/c/jokes@lemmy.world)\n
\n
[Ask Ouija](/c/askouija@lemmy.world)\n
\n
---\n
\n
Logo design credit goes to: [tubbadu](/u/tubbadu@lemmy.world)\n
\n
---\n
\n

"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1179
+entryCommentCount: 42676
+postCount: 3
+postCommentCount: 67
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583245 {#321
date: 2024-10-22 09:47:25.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#285 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#281 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#270 …}
+entries: Doctrine\ORM\PersistentCollection {#228 …}
+posts: Doctrine\ORM\PersistentCollection {#186 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#248 …}
+bans: Doctrine\ORM\PersistentCollection {#165 …}
+reports: Doctrine\ORM\PersistentCollection {#151 …}
+badges: Doctrine\ORM\PersistentCollection {#129 …}
+logs: Doctrine\ORM\PersistentCollection {#119 …}
+awards: Doctrine\ORM\PersistentCollection {#108 …}
+categories: Doctrine\ORM\PersistentCollection {#95 …}
-id: 49
+apId: "asklemmy@lemmy.world"
+apProfileId: "https://lemmy.world/c/asklemmy"
+apPublicUrl: "https://lemmy.world/c/asklemmy"
+apFollowersUrl: "https://lemmy.world/c/asklemmy/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "asklemmy"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583301 {#322
date: 2024-10-22 09:48:21.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1697177027 {#316
date: 2023-10-13 08:03:47.0 +02:00
}
} |
|
Show voter details
|