1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
App\Entity\Entry {#197
+user: Proxies\__CG__\App\Entity\User {#2423 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#233 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#188 …}
+slug: "checking-for-ip-leaks-using-Docker-Gluetun-and-qBittorrent"
+title: "checking for ip leaks using Docker, Gluetun and qBittorrent"
+url: null
+body: """
Hej everyone.\n
\n
Until now I’ve used a linux install and vpn software (airvpn and eddie) when sailing the high seas. While this works well enough, there is always room for improvement.\n
\n
I am in the process of setting up a docker stack which so far contains gluetun/airvpn and qbittorrent. Here is my compose file:\n
\n
```\n
\n
<span style="color:#323232;">version: "3"\n
</span><span style="color:#323232;">services:\n
</span><span style="color:#323232;"> gluetun:\n
</span><span style="color:#323232;"> image: qmcgaw/gluetun\n
</span><span style="color:#323232;"> container_name: gluetun\n
</span><span style="color:#323232;"> cap_add:\n
</span><span style="color:#323232;"> - NET_ADMIN\n
</span><span style="color:#323232;"> volumes:\n
</span><span style="color:#323232;"> - /appdata/gluetun:/gluetun\n
</span><span style="color:#323232;"> environment:\n
</span><span style="color:#323232;"> - VPN_SERVICE_PROVIDER=airvpn\n
</span><span style="color:#323232;"> - VPN_TYPE=wireguard\n
</span><span style="color:#323232;"> - WIREGUARD_PRIVATE_KEY=\n
</span><span style="color:#323232;"> - WIREGUARD_PRESHARED_KEY=\n
</span><span style="color:#323232;"> - WIREGUARD_ADDRESSES=10.188.90.221/32,fd7d:76ee:e68f:a993:63b2:6cc0:fe82:614b/128\n
</span><span style="color:#323232;"> - SERVER_COUNTRIES=\n
</span><span style="color:#323232;"> - FIREWALL_VPN_INPUT_PORTS=\n
</span><span style="color:#323232;"> ports:\n
</span><span style="color:#323232;"> - 8070:8070/tcp\n
</span><span style="color:#323232;"> - 60858:60858/tcp\n
</span><span style="color:#323232;"> - 60858:60858/udp\n
</span><span style="color:#323232;"> restart: unless-stopped\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"> qbittorrent: \n
</span><span style="color:#323232;"> image: lscr.io/linuxserver/qbittorrent:latest\n
</span><span style="color:#323232;"> container_name: qbittorrent \n
</span><span style="color:#323232;"> network_mode: "service:gluetun" \n
</span><span style="color:#323232;"> environment: \n
</span><span style="color:#323232;"> - PUID=1000\n
</span><span style="color:#323232;"> - PGID=100\n
</span><span style="color:#323232;"> - TZ=Europe/Berlin\n
</span><span style="color:#323232;"> - WEBUI_PORT=8070 \n
</span><span style="color:#323232;"> volumes: \n
</span><span style="color:#323232;"> - /appdata/qbittorrent/config/:/config \n
</span><span style="color:#323232;"> - /data/videos/downloads:/downloads\n
</span><span style="color:#323232;"> depends_on:\n
</span><span style="color:#323232;"> - gluetun\n
</span><span style="color:#323232;"> restart: always\n
</span>\n
```\n
\n
My first problem was related to the ip adress. For some reason, when I use an IPV6 adress, I got this error in gluetun:\n
\n
```\n
\n
<span style="color:#323232;">2023-10-06T17:30:42Z ERROR VPN settings: Wireguard settings: interface address is IPv6 but IPv6 is not supported: address fd7d:76ee:e68f:a993:63b2:6cc0:fe82:614b/128\n
</span>\n
```\n
\n
Well, I removed that IPV6 and now everything works. Does anyone have a fix? :)\n
\n
Now for the *important* part. I tested the setup with a linux iso and to my surprise - everything works. When I used ipleak.net or other websites, these websites only detect the ip from my vpn. Great.\n
\n
**Do I need to take any other precautions?** I also bound the network interface tun0 in the qbit webui, just to be sure. When I stop the gluetun container, the webui stops working (as it should, but it is hard to check, if the download also stops). I’m just a bit paranoid because I don’t want to pay coin when downloading all the isos my heart desires.\n
\n
Thank you so much for any input!
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 1
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696613913 {#191
date: 2023-10-06 19:38:33.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#226 …}
+votes: Doctrine\ORM\PersistentCollection {#1819 …}
+reports: Doctrine\ORM\PersistentCollection {#2412 …}
+favourites: Doctrine\ORM\PersistentCollection {#1834 …}
+notifications: Doctrine\ORM\PersistentCollection {#1867 …}
+badges: Doctrine\ORM\PersistentCollection {#1881 …}
+children: []
-id: 5679
-titleTs: "'check':1 'docker':6 'gluetun':7 'ip':3 'leak':4 'qbittorr':9 'use':5"
-bodyTs: "'-06':173 '-10':172 '/32':89 '/appdata/gluetun':70 '/appdata/qbittorrent/config':138 '/config':139 '/data/videos/downloads':140 '/downloads':141 '/gluetun':71 '/linuxserver/qbittorrent:latest':119 '10.188.90.221':88 '100':131 '1000':129 '2023':171 '3':57 '30':175 '42z':176 '60858':107,109 '60858/tcp':108 '60858/udp':110 '614b/128':97,199 '63b2':94,196 '6cc0':95,197 '76ee':91,193 '8070':105,136 '8070/tcp':106 'a993':93,195 'add':66 'address':87,183,191 'admin':68 'adress':155,164 'airvpn':14,76 'also':259,295 'alway':29,146 'anyon':210 'bit':301 'bound':260 'cap':65 'check':291 'coin':310 'compos':54 'contain':47,62,120,278 'countri':99 'depend':142 'desir':318 'detect':243 'docker':42 'download':294,312 'e68f':92,194 'eddi':16 'enough':26 'environ':72,127 'error':168,177 'europe/berlin':133 'everyon':2 'everyth':207,231 'far':46 'fd7d':90,192 'fe82':96,198 'file':55 'firewal':100 'first':148 'fix':213 'gluetun':59,64,126,144,170,277 'gluetun/airvpn':48 'got':166 'great':249 'hard':289 'heart':317 'hej':1 'high':20 'imag':60,116 'import':217 'improv':32 'input':102,325 'instal':10 'interfac':182,263 'ip':154,245 'ipleak.net':236 'ipv6':163,185,187,204 'iso':226,315 'key':82,85 'linux':9,225 'lscr.io':118 'lscr.io/linuxserver/qbittorrent:latest':117 'm':298 'mode':124 'much':322 'name':63,121 'need':252 'net':67 'network':123,262 'paranoid':302 'part':218 'pay':309 'pgid':130 'port':103,104,135 'precaut':257 'preshar':84 'privat':81 'problem':149 'process':37 'provid':75 'puid':128 'qbit':267 'qbittorr':50,115,122 'qmcgaw/gluetun':61 'reason':158 'relat':151 'remov':202 'restart':111,145 'room':30 'sail':18 'sea':21 'server':98 'servic':58,74,125 'set':39,179,181 'setup':222 'softwar':13 'stack':43 'stop':114,275,281,296 'support':190 'sure':272 'surpris':230 't17':174 'take':254 'test':220 'thank':319 'tun0':264 'type':78 'tz':132 'unless':113 'unless-stop':112 'use':7,161,235 've':6 'version':56 'volum':69,137 'vpn':12,73,77,101,178,248 'want':307 'websit':239,241 'webui':134,268,280 'well':25,200 'wireguard':79,80,83,86,180 'work':24,208,232,282"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696613913
+visibility: "visible "
+apId: "https://feddit.de/post/4246785"
+editedAt: null
+createdAt: DateTimeImmutable @1696613913 {#242
date: 2023-10-06 19:38:33.0 +02:00
}
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
App\Entity\Entry {#197
+user: Proxies\__CG__\App\Entity\User {#2423 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#233 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#188 …}
+slug: "checking-for-ip-leaks-using-Docker-Gluetun-and-qBittorrent"
+title: "checking for ip leaks using Docker, Gluetun and qBittorrent"
+url: null
+body: """
Hej everyone.\n
\n
Until now I’ve used a linux install and vpn software (airvpn and eddie) when sailing the high seas. While this works well enough, there is always room for improvement.\n
\n
I am in the process of setting up a docker stack which so far contains gluetun/airvpn and qbittorrent. Here is my compose file:\n
\n
```\n
\n
<span style="color:#323232;">version: "3"\n
</span><span style="color:#323232;">services:\n
</span><span style="color:#323232;"> gluetun:\n
</span><span style="color:#323232;"> image: qmcgaw/gluetun\n
</span><span style="color:#323232;"> container_name: gluetun\n
</span><span style="color:#323232;"> cap_add:\n
</span><span style="color:#323232;"> - NET_ADMIN\n
</span><span style="color:#323232;"> volumes:\n
</span><span style="color:#323232;"> - /appdata/gluetun:/gluetun\n
</span><span style="color:#323232;"> environment:\n
</span><span style="color:#323232;"> - VPN_SERVICE_PROVIDER=airvpn\n
</span><span style="color:#323232;"> - VPN_TYPE=wireguard\n
</span><span style="color:#323232;"> - WIREGUARD_PRIVATE_KEY=\n
</span><span style="color:#323232;"> - WIREGUARD_PRESHARED_KEY=\n
</span><span style="color:#323232;"> - WIREGUARD_ADDRESSES=10.188.90.221/32,fd7d:76ee:e68f:a993:63b2:6cc0:fe82:614b/128\n
</span><span style="color:#323232;"> - SERVER_COUNTRIES=\n
</span><span style="color:#323232;"> - FIREWALL_VPN_INPUT_PORTS=\n
</span><span style="color:#323232;"> ports:\n
</span><span style="color:#323232;"> - 8070:8070/tcp\n
</span><span style="color:#323232;"> - 60858:60858/tcp\n
</span><span style="color:#323232;"> - 60858:60858/udp\n
</span><span style="color:#323232;"> restart: unless-stopped\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"> qbittorrent: \n
</span><span style="color:#323232;"> image: lscr.io/linuxserver/qbittorrent:latest\n
</span><span style="color:#323232;"> container_name: qbittorrent \n
</span><span style="color:#323232;"> network_mode: "service:gluetun" \n
</span><span style="color:#323232;"> environment: \n
</span><span style="color:#323232;"> - PUID=1000\n
</span><span style="color:#323232;"> - PGID=100\n
</span><span style="color:#323232;"> - TZ=Europe/Berlin\n
</span><span style="color:#323232;"> - WEBUI_PORT=8070 \n
</span><span style="color:#323232;"> volumes: \n
</span><span style="color:#323232;"> - /appdata/qbittorrent/config/:/config \n
</span><span style="color:#323232;"> - /data/videos/downloads:/downloads\n
</span><span style="color:#323232;"> depends_on:\n
</span><span style="color:#323232;"> - gluetun\n
</span><span style="color:#323232;"> restart: always\n
</span>\n
```\n
\n
My first problem was related to the ip adress. For some reason, when I use an IPV6 adress, I got this error in gluetun:\n
\n
```\n
\n
<span style="color:#323232;">2023-10-06T17:30:42Z ERROR VPN settings: Wireguard settings: interface address is IPv6 but IPv6 is not supported: address fd7d:76ee:e68f:a993:63b2:6cc0:fe82:614b/128\n
</span>\n
```\n
\n
Well, I removed that IPV6 and now everything works. Does anyone have a fix? :)\n
\n
Now for the *important* part. I tested the setup with a linux iso and to my surprise - everything works. When I used ipleak.net or other websites, these websites only detect the ip from my vpn. Great.\n
\n
**Do I need to take any other precautions?** I also bound the network interface tun0 in the qbit webui, just to be sure. When I stop the gluetun container, the webui stops working (as it should, but it is hard to check, if the download also stops). I’m just a bit paranoid because I don’t want to pay coin when downloading all the isos my heart desires.\n
\n
Thank you so much for any input!
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 1
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696613913 {#191
date: 2023-10-06 19:38:33.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#226 …}
+votes: Doctrine\ORM\PersistentCollection {#1819 …}
+reports: Doctrine\ORM\PersistentCollection {#2412 …}
+favourites: Doctrine\ORM\PersistentCollection {#1834 …}
+notifications: Doctrine\ORM\PersistentCollection {#1867 …}
+badges: Doctrine\ORM\PersistentCollection {#1881 …}
+children: []
-id: 5679
-titleTs: "'check':1 'docker':6 'gluetun':7 'ip':3 'leak':4 'qbittorr':9 'use':5"
-bodyTs: "'-06':173 '-10':172 '/32':89 '/appdata/gluetun':70 '/appdata/qbittorrent/config':138 '/config':139 '/data/videos/downloads':140 '/downloads':141 '/gluetun':71 '/linuxserver/qbittorrent:latest':119 '10.188.90.221':88 '100':131 '1000':129 '2023':171 '3':57 '30':175 '42z':176 '60858':107,109 '60858/tcp':108 '60858/udp':110 '614b/128':97,199 '63b2':94,196 '6cc0':95,197 '76ee':91,193 '8070':105,136 '8070/tcp':106 'a993':93,195 'add':66 'address':87,183,191 'admin':68 'adress':155,164 'airvpn':14,76 'also':259,295 'alway':29,146 'anyon':210 'bit':301 'bound':260 'cap':65 'check':291 'coin':310 'compos':54 'contain':47,62,120,278 'countri':99 'depend':142 'desir':318 'detect':243 'docker':42 'download':294,312 'e68f':92,194 'eddi':16 'enough':26 'environ':72,127 'error':168,177 'europe/berlin':133 'everyon':2 'everyth':207,231 'far':46 'fd7d':90,192 'fe82':96,198 'file':55 'firewal':100 'first':148 'fix':213 'gluetun':59,64,126,144,170,277 'gluetun/airvpn':48 'got':166 'great':249 'hard':289 'heart':317 'hej':1 'high':20 'imag':60,116 'import':217 'improv':32 'input':102,325 'instal':10 'interfac':182,263 'ip':154,245 'ipleak.net':236 'ipv6':163,185,187,204 'iso':226,315 'key':82,85 'linux':9,225 'lscr.io':118 'lscr.io/linuxserver/qbittorrent:latest':117 'm':298 'mode':124 'much':322 'name':63,121 'need':252 'net':67 'network':123,262 'paranoid':302 'part':218 'pay':309 'pgid':130 'port':103,104,135 'precaut':257 'preshar':84 'privat':81 'problem':149 'process':37 'provid':75 'puid':128 'qbit':267 'qbittorr':50,115,122 'qmcgaw/gluetun':61 'reason':158 'relat':151 'remov':202 'restart':111,145 'room':30 'sail':18 'sea':21 'server':98 'servic':58,74,125 'set':39,179,181 'setup':222 'softwar':13 'stack':43 'stop':114,275,281,296 'support':190 'sure':272 'surpris':230 't17':174 'take':254 'test':220 'thank':319 'tun0':264 'type':78 'tz':132 'unless':113 'unless-stop':112 'use':7,161,235 've':6 'version':56 'volum':69,137 'vpn':12,73,77,101,178,248 'want':307 'websit':239,241 'webui':134,268,280 'well':25,200 'wireguard':79,80,83,86,180 'work':24,208,232,282"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696613913
+visibility: "visible "
+apId: "https://feddit.de/post/4246785"
+editedAt: null
+createdAt: DateTimeImmutable @1696613913 {#242
date: 2023-10-06 19:38:33.0 +02:00
}
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
App\Entity\Entry {#197
+user: Proxies\__CG__\App\Entity\User {#2423 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#233 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#188 …}
+slug: "checking-for-ip-leaks-using-Docker-Gluetun-and-qBittorrent"
+title: "checking for ip leaks using Docker, Gluetun and qBittorrent"
+url: null
+body: """
Hej everyone.\n
\n
Until now I’ve used a linux install and vpn software (airvpn and eddie) when sailing the high seas. While this works well enough, there is always room for improvement.\n
\n
I am in the process of setting up a docker stack which so far contains gluetun/airvpn and qbittorrent. Here is my compose file:\n
\n
```\n
\n
<span style="color:#323232;">version: "3"\n
</span><span style="color:#323232;">services:\n
</span><span style="color:#323232;"> gluetun:\n
</span><span style="color:#323232;"> image: qmcgaw/gluetun\n
</span><span style="color:#323232;"> container_name: gluetun\n
</span><span style="color:#323232;"> cap_add:\n
</span><span style="color:#323232;"> - NET_ADMIN\n
</span><span style="color:#323232;"> volumes:\n
</span><span style="color:#323232;"> - /appdata/gluetun:/gluetun\n
</span><span style="color:#323232;"> environment:\n
</span><span style="color:#323232;"> - VPN_SERVICE_PROVIDER=airvpn\n
</span><span style="color:#323232;"> - VPN_TYPE=wireguard\n
</span><span style="color:#323232;"> - WIREGUARD_PRIVATE_KEY=\n
</span><span style="color:#323232;"> - WIREGUARD_PRESHARED_KEY=\n
</span><span style="color:#323232;"> - WIREGUARD_ADDRESSES=10.188.90.221/32,fd7d:76ee:e68f:a993:63b2:6cc0:fe82:614b/128\n
</span><span style="color:#323232;"> - SERVER_COUNTRIES=\n
</span><span style="color:#323232;"> - FIREWALL_VPN_INPUT_PORTS=\n
</span><span style="color:#323232;"> ports:\n
</span><span style="color:#323232;"> - 8070:8070/tcp\n
</span><span style="color:#323232;"> - 60858:60858/tcp\n
</span><span style="color:#323232;"> - 60858:60858/udp\n
</span><span style="color:#323232;"> restart: unless-stopped\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"> qbittorrent: \n
</span><span style="color:#323232;"> image: lscr.io/linuxserver/qbittorrent:latest\n
</span><span style="color:#323232;"> container_name: qbittorrent \n
</span><span style="color:#323232;"> network_mode: "service:gluetun" \n
</span><span style="color:#323232;"> environment: \n
</span><span style="color:#323232;"> - PUID=1000\n
</span><span style="color:#323232;"> - PGID=100\n
</span><span style="color:#323232;"> - TZ=Europe/Berlin\n
</span><span style="color:#323232;"> - WEBUI_PORT=8070 \n
</span><span style="color:#323232;"> volumes: \n
</span><span style="color:#323232;"> - /appdata/qbittorrent/config/:/config \n
</span><span style="color:#323232;"> - /data/videos/downloads:/downloads\n
</span><span style="color:#323232;"> depends_on:\n
</span><span style="color:#323232;"> - gluetun\n
</span><span style="color:#323232;"> restart: always\n
</span>\n
```\n
\n
My first problem was related to the ip adress. For some reason, when I use an IPV6 adress, I got this error in gluetun:\n
\n
```\n
\n
<span style="color:#323232;">2023-10-06T17:30:42Z ERROR VPN settings: Wireguard settings: interface address is IPv6 but IPv6 is not supported: address fd7d:76ee:e68f:a993:63b2:6cc0:fe82:614b/128\n
</span>\n
```\n
\n
Well, I removed that IPV6 and now everything works. Does anyone have a fix? :)\n
\n
Now for the *important* part. I tested the setup with a linux iso and to my surprise - everything works. When I used ipleak.net or other websites, these websites only detect the ip from my vpn. Great.\n
\n
**Do I need to take any other precautions?** I also bound the network interface tun0 in the qbit webui, just to be sure. When I stop the gluetun container, the webui stops working (as it should, but it is hard to check, if the download also stops). I’m just a bit paranoid because I don’t want to pay coin when downloading all the isos my heart desires.\n
\n
Thank you so much for any input!
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 1
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696613913 {#191
date: 2023-10-06 19:38:33.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#226 …}
+votes: Doctrine\ORM\PersistentCollection {#1819 …}
+reports: Doctrine\ORM\PersistentCollection {#2412 …}
+favourites: Doctrine\ORM\PersistentCollection {#1834 …}
+notifications: Doctrine\ORM\PersistentCollection {#1867 …}
+badges: Doctrine\ORM\PersistentCollection {#1881 …}
+children: []
-id: 5679
-titleTs: "'check':1 'docker':6 'gluetun':7 'ip':3 'leak':4 'qbittorr':9 'use':5"
-bodyTs: "'-06':173 '-10':172 '/32':89 '/appdata/gluetun':70 '/appdata/qbittorrent/config':138 '/config':139 '/data/videos/downloads':140 '/downloads':141 '/gluetun':71 '/linuxserver/qbittorrent:latest':119 '10.188.90.221':88 '100':131 '1000':129 '2023':171 '3':57 '30':175 '42z':176 '60858':107,109 '60858/tcp':108 '60858/udp':110 '614b/128':97,199 '63b2':94,196 '6cc0':95,197 '76ee':91,193 '8070':105,136 '8070/tcp':106 'a993':93,195 'add':66 'address':87,183,191 'admin':68 'adress':155,164 'airvpn':14,76 'also':259,295 'alway':29,146 'anyon':210 'bit':301 'bound':260 'cap':65 'check':291 'coin':310 'compos':54 'contain':47,62,120,278 'countri':99 'depend':142 'desir':318 'detect':243 'docker':42 'download':294,312 'e68f':92,194 'eddi':16 'enough':26 'environ':72,127 'error':168,177 'europe/berlin':133 'everyon':2 'everyth':207,231 'far':46 'fd7d':90,192 'fe82':96,198 'file':55 'firewal':100 'first':148 'fix':213 'gluetun':59,64,126,144,170,277 'gluetun/airvpn':48 'got':166 'great':249 'hard':289 'heart':317 'hej':1 'high':20 'imag':60,116 'import':217 'improv':32 'input':102,325 'instal':10 'interfac':182,263 'ip':154,245 'ipleak.net':236 'ipv6':163,185,187,204 'iso':226,315 'key':82,85 'linux':9,225 'lscr.io':118 'lscr.io/linuxserver/qbittorrent:latest':117 'm':298 'mode':124 'much':322 'name':63,121 'need':252 'net':67 'network':123,262 'paranoid':302 'part':218 'pay':309 'pgid':130 'port':103,104,135 'precaut':257 'preshar':84 'privat':81 'problem':149 'process':37 'provid':75 'puid':128 'qbit':267 'qbittorr':50,115,122 'qmcgaw/gluetun':61 'reason':158 'relat':151 'remov':202 'restart':111,145 'room':30 'sail':18 'sea':21 'server':98 'servic':58,74,125 'set':39,179,181 'setup':222 'softwar':13 'stack':43 'stop':114,275,281,296 'support':190 'sure':272 'surpris':230 't17':174 'take':254 'test':220 'thank':319 'tun0':264 'type':78 'tz':132 'unless':113 'unless-stop':112 'use':7,161,235 've':6 'version':56 'volum':69,137 'vpn':12,73,77,101,178,248 'want':307 'websit':239,241 'webui':134,268,280 'well':25,200 'wireguard':79,80,83,86,180 'work':24,208,232,282"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696613913
+visibility: "visible "
+apId: "https://feddit.de/post/4246785"
+editedAt: null
+createdAt: DateTimeImmutable @1696613913 {#242
date: 2023-10-06 19:38:33.0 +02:00
}
} |
|
Show voter details
|
5 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
6 |
DENIED
|
moderate
|
App\Entity\Entry {#1688
+user: Proxies\__CG__\App\Entity\User {#1905 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1408 …}
+image: Proxies\__CG__\App\Entity\Image {#1896 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1897 …}
+slug: "Spooktober-meme-time"
+title: "Spooktober meme time!"
+url: "https://loot.buckodr.ink/nCB0Gx.png"
+body: "Not OC"
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 9
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696613860 {#1882
date: 2023-10-06 19:37:40.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1901 …}
+votes: Doctrine\ORM\PersistentCollection {#1944 …}
+reports: Doctrine\ORM\PersistentCollection {#1395 …}
+favourites: Doctrine\ORM\PersistentCollection {#1928 …}
+notifications: Doctrine\ORM\PersistentCollection {#1960 …}
+badges: Doctrine\ORM\PersistentCollection {#1974 …}
+children: []
-id: 16171
-titleTs: "'meme':2 'spooktob':1 'time':3"
-bodyTs: "'oc':2"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696631860
+visibility: "visible "
+apId: "https://ls.buckodr.ink/post/559943"
+editedAt: null
+createdAt: DateTimeImmutable @1696613860 {#1885
date: 2023-10-06 19:37:40.0 +02:00
}
} |
|
Show voter details
|
7 |
DENIED
|
edit
|
App\Entity\Entry {#1688
+user: Proxies\__CG__\App\Entity\User {#1905 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1408 …}
+image: Proxies\__CG__\App\Entity\Image {#1896 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1897 …}
+slug: "Spooktober-meme-time"
+title: "Spooktober meme time!"
+url: "https://loot.buckodr.ink/nCB0Gx.png"
+body: "Not OC"
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 9
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696613860 {#1882
date: 2023-10-06 19:37:40.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1901 …}
+votes: Doctrine\ORM\PersistentCollection {#1944 …}
+reports: Doctrine\ORM\PersistentCollection {#1395 …}
+favourites: Doctrine\ORM\PersistentCollection {#1928 …}
+notifications: Doctrine\ORM\PersistentCollection {#1960 …}
+badges: Doctrine\ORM\PersistentCollection {#1974 …}
+children: []
-id: 16171
-titleTs: "'meme':2 'spooktob':1 'time':3"
-bodyTs: "'oc':2"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696631860
+visibility: "visible "
+apId: "https://ls.buckodr.ink/post/559943"
+editedAt: null
+createdAt: DateTimeImmutable @1696613860 {#1885
date: 2023-10-06 19:37:40.0 +02:00
}
} |
|
Show voter details
|
8 |
DENIED
|
moderate
|
App\Entity\Entry {#1688
+user: Proxies\__CG__\App\Entity\User {#1905 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1408 …}
+image: Proxies\__CG__\App\Entity\Image {#1896 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1897 …}
+slug: "Spooktober-meme-time"
+title: "Spooktober meme time!"
+url: "https://loot.buckodr.ink/nCB0Gx.png"
+body: "Not OC"
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 9
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696613860 {#1882
date: 2023-10-06 19:37:40.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1901 …}
+votes: Doctrine\ORM\PersistentCollection {#1944 …}
+reports: Doctrine\ORM\PersistentCollection {#1395 …}
+favourites: Doctrine\ORM\PersistentCollection {#1928 …}
+notifications: Doctrine\ORM\PersistentCollection {#1960 …}
+badges: Doctrine\ORM\PersistentCollection {#1974 …}
+children: []
-id: 16171
-titleTs: "'meme':2 'spooktob':1 'time':3"
-bodyTs: "'oc':2"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696631860
+visibility: "visible "
+apId: "https://ls.buckodr.ink/post/559943"
+editedAt: null
+createdAt: DateTimeImmutable @1696613860 {#1885
date: 2023-10-06 19:37:40.0 +02:00
}
} |
|
Show voter details
|
9 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
10 |
DENIED
|
moderate
|
App\Entity\Entry {#1937
+user: Proxies\__CG__\App\Entity\User {#1962 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1943 …}
+image: Proxies\__CG__\App\Entity\Image {#1970 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1978 …}
+slug: "Gotta-help-them-out"
+title: "Gotta help them out"
+url: "https://lemmy.world/pictrs/image/63f909ca-0a3b-4b24-b01c-1ff7b0267400.png"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 3
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696610614 {#1975
date: 2023-10-06 18:43:34.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1973 …}
+votes: Doctrine\ORM\PersistentCollection {#1961 …}
+reports: Doctrine\ORM\PersistentCollection {#1957 …}
+favourites: Doctrine\ORM\PersistentCollection {#1930 …}
+notifications: Doctrine\ORM\PersistentCollection {#1952 …}
+badges: Doctrine\ORM\PersistentCollection {#1386 …}
+children: []
-id: 9538
-titleTs: "'gotta':1 'help':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696615114
+visibility: "visible "
+apId: "https://lemmy.world/post/6401700"
+editedAt: null
+createdAt: DateTimeImmutable @1696610614 {#1953
date: 2023-10-06 18:43:34.0 +02:00
}
} |
|
Show voter details
|
11 |
DENIED
|
edit
|
App\Entity\Entry {#1937
+user: Proxies\__CG__\App\Entity\User {#1962 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1943 …}
+image: Proxies\__CG__\App\Entity\Image {#1970 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1978 …}
+slug: "Gotta-help-them-out"
+title: "Gotta help them out"
+url: "https://lemmy.world/pictrs/image/63f909ca-0a3b-4b24-b01c-1ff7b0267400.png"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 3
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696610614 {#1975
date: 2023-10-06 18:43:34.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1973 …}
+votes: Doctrine\ORM\PersistentCollection {#1961 …}
+reports: Doctrine\ORM\PersistentCollection {#1957 …}
+favourites: Doctrine\ORM\PersistentCollection {#1930 …}
+notifications: Doctrine\ORM\PersistentCollection {#1952 …}
+badges: Doctrine\ORM\PersistentCollection {#1386 …}
+children: []
-id: 9538
-titleTs: "'gotta':1 'help':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696615114
+visibility: "visible "
+apId: "https://lemmy.world/post/6401700"
+editedAt: null
+createdAt: DateTimeImmutable @1696610614 {#1953
date: 2023-10-06 18:43:34.0 +02:00
}
} |
|
Show voter details
|
12 |
DENIED
|
moderate
|
App\Entity\Entry {#1937
+user: Proxies\__CG__\App\Entity\User {#1962 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1943 …}
+image: Proxies\__CG__\App\Entity\Image {#1970 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1978 …}
+slug: "Gotta-help-them-out"
+title: "Gotta help them out"
+url: "https://lemmy.world/pictrs/image/63f909ca-0a3b-4b24-b01c-1ff7b0267400.png"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 3
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696610614 {#1975
date: 2023-10-06 18:43:34.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1973 …}
+votes: Doctrine\ORM\PersistentCollection {#1961 …}
+reports: Doctrine\ORM\PersistentCollection {#1957 …}
+favourites: Doctrine\ORM\PersistentCollection {#1930 …}
+notifications: Doctrine\ORM\PersistentCollection {#1952 …}
+badges: Doctrine\ORM\PersistentCollection {#1386 …}
+children: []
-id: 9538
-titleTs: "'gotta':1 'help':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696615114
+visibility: "visible "
+apId: "https://lemmy.world/post/6401700"
+editedAt: null
+createdAt: DateTimeImmutable @1696610614 {#1953
date: 2023-10-06 18:43:34.0 +02:00
}
} |
|
Show voter details
|
13 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
14 |
DENIED
|
moderate
|
App\Entity\Entry {#1892
+user: Proxies\__CG__\App\Entity\User {#1380 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1890 …}
+image: Proxies\__CG__\App\Entity\Image {#1903 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1935 …}
+slug: "6-October-2023"
+title: "6 October 2023"
+url: "https://sh.itjust.works/pictrs/image/e4f5756b-8386-435d-92a9-742fc027053f.webp"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 2
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696610320 {#1388
date: 2023-10-06 18:38:40.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1364 …}
+votes: Doctrine\ORM\PersistentCollection {#1398 …}
+reports: Doctrine\ORM\PersistentCollection {#1389 …}
+favourites: Doctrine\ORM\PersistentCollection {#1376 …}
+notifications: Doctrine\ORM\PersistentCollection {#1377 …}
+badges: Doctrine\ORM\PersistentCollection {#1969 …}
+children: []
-id: 17328
-titleTs: "'2023':3 '6':1 'octob':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696614820
+visibility: "visible "
+apId: "https://sh.itjust.works/post/6671179"
+editedAt: null
+createdAt: DateTimeImmutable @1696610320 {#1387
date: 2023-10-06 18:38:40.0 +02:00
}
} |
|
Show voter details
|
15 |
DENIED
|
edit
|
App\Entity\Entry {#1892
+user: Proxies\__CG__\App\Entity\User {#1380 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1890 …}
+image: Proxies\__CG__\App\Entity\Image {#1903 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1935 …}
+slug: "6-October-2023"
+title: "6 October 2023"
+url: "https://sh.itjust.works/pictrs/image/e4f5756b-8386-435d-92a9-742fc027053f.webp"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 2
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696610320 {#1388
date: 2023-10-06 18:38:40.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1364 …}
+votes: Doctrine\ORM\PersistentCollection {#1398 …}
+reports: Doctrine\ORM\PersistentCollection {#1389 …}
+favourites: Doctrine\ORM\PersistentCollection {#1376 …}
+notifications: Doctrine\ORM\PersistentCollection {#1377 …}
+badges: Doctrine\ORM\PersistentCollection {#1969 …}
+children: []
-id: 17328
-titleTs: "'2023':3 '6':1 'octob':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696614820
+visibility: "visible "
+apId: "https://sh.itjust.works/post/6671179"
+editedAt: null
+createdAt: DateTimeImmutable @1696610320 {#1387
date: 2023-10-06 18:38:40.0 +02:00
}
} |
|
Show voter details
|
16 |
DENIED
|
moderate
|
App\Entity\Entry {#1892
+user: Proxies\__CG__\App\Entity\User {#1380 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1890 …}
+image: Proxies\__CG__\App\Entity\Image {#1903 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1935 …}
+slug: "6-October-2023"
+title: "6 October 2023"
+url: "https://sh.itjust.works/pictrs/image/e4f5756b-8386-435d-92a9-742fc027053f.webp"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 2
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696610320 {#1388
date: 2023-10-06 18:38:40.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1364 …}
+votes: Doctrine\ORM\PersistentCollection {#1398 …}
+reports: Doctrine\ORM\PersistentCollection {#1389 …}
+favourites: Doctrine\ORM\PersistentCollection {#1376 …}
+notifications: Doctrine\ORM\PersistentCollection {#1377 …}
+badges: Doctrine\ORM\PersistentCollection {#1969 …}
+children: []
-id: 17328
-titleTs: "'2023':3 '6':1 'octob':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696614820
+visibility: "visible "
+apId: "https://sh.itjust.works/post/6671179"
+editedAt: null
+createdAt: DateTimeImmutable @1696610320 {#1387
date: 2023-10-06 18:38:40.0 +02:00
}
} |
|
Show voter details
|
17 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
18 |
DENIED
|
moderate
|
App\Entity\Entry {#1927
+user: Proxies\__CG__\App\Entity\User {#1380 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1890 …}
+image: Proxies\__CG__\App\Entity\Image {#1368 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1935 …}
+slug: "6-October-2023"
+title: "6 October 2023"
+url: "https://sh.itjust.works/pictrs/image/08b67f03-b356-4cbb-9ac3-7471079c874e.webp"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 1
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696610266 {#1942
date: 2023-10-06 18:37:46.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1399 …}
+votes: Doctrine\ORM\PersistentCollection {#1394 …}
+reports: Doctrine\ORM\PersistentCollection {#1374 …}
+favourites: Doctrine\ORM\PersistentCollection {#1369 …}
+notifications: Doctrine\ORM\PersistentCollection {#1370 …}
+badges: Doctrine\ORM\PersistentCollection {#1375 …}
+children: []
-id: 17331
-titleTs: "'2023':3 '6':1 'octob':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696610266
+visibility: "visible "
+apId: "https://sh.itjust.works/post/6671173"
+editedAt: null
+createdAt: DateTimeImmutable @1696610266 {#1971
date: 2023-10-06 18:37:46.0 +02:00
}
} |
|
Show voter details
|
19 |
DENIED
|
edit
|
App\Entity\Entry {#1927
+user: Proxies\__CG__\App\Entity\User {#1380 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1890 …}
+image: Proxies\__CG__\App\Entity\Image {#1368 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1935 …}
+slug: "6-October-2023"
+title: "6 October 2023"
+url: "https://sh.itjust.works/pictrs/image/08b67f03-b356-4cbb-9ac3-7471079c874e.webp"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 1
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696610266 {#1942
date: 2023-10-06 18:37:46.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1399 …}
+votes: Doctrine\ORM\PersistentCollection {#1394 …}
+reports: Doctrine\ORM\PersistentCollection {#1374 …}
+favourites: Doctrine\ORM\PersistentCollection {#1369 …}
+notifications: Doctrine\ORM\PersistentCollection {#1370 …}
+badges: Doctrine\ORM\PersistentCollection {#1375 …}
+children: []
-id: 17331
-titleTs: "'2023':3 '6':1 'octob':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696610266
+visibility: "visible "
+apId: "https://sh.itjust.works/post/6671173"
+editedAt: null
+createdAt: DateTimeImmutable @1696610266 {#1971
date: 2023-10-06 18:37:46.0 +02:00
}
} |
|
Show voter details
|
20 |
DENIED
|
moderate
|
App\Entity\Entry {#1927
+user: Proxies\__CG__\App\Entity\User {#1380 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1890 …}
+image: Proxies\__CG__\App\Entity\Image {#1368 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1935 …}
+slug: "6-October-2023"
+title: "6 October 2023"
+url: "https://sh.itjust.works/pictrs/image/08b67f03-b356-4cbb-9ac3-7471079c874e.webp"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 1
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696610266 {#1942
date: 2023-10-06 18:37:46.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1399 …}
+votes: Doctrine\ORM\PersistentCollection {#1394 …}
+reports: Doctrine\ORM\PersistentCollection {#1374 …}
+favourites: Doctrine\ORM\PersistentCollection {#1369 …}
+notifications: Doctrine\ORM\PersistentCollection {#1370 …}
+badges: Doctrine\ORM\PersistentCollection {#1375 …}
+children: []
-id: 17331
-titleTs: "'2023':3 '6':1 'octob':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696610266
+visibility: "visible "
+apId: "https://sh.itjust.works/post/6671173"
+editedAt: null
+createdAt: DateTimeImmutable @1696610266 {#1971
date: 2023-10-06 18:37:46.0 +02:00
}
} |
|
Show voter details
|
21 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
22 |
DENIED
|
moderate
|
App\Entity\Entry {#1902
+user: Proxies\__CG__\App\Entity\User {#1380 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1890 …}
+image: Proxies\__CG__\App\Entity\Image {#1898 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1935 …}
+slug: "6-October-2023"
+title: "6 October 2023"
+url: "https://sh.itjust.works/pictrs/image/c15fa104-aa19-4b69-b45c-b0803d5691b5.webp"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 1
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696610221 {#1400
date: 2023-10-06 18:37:01.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1891 …}
+votes: Doctrine\ORM\PersistentCollection {#1956 …}
+reports: Doctrine\ORM\PersistentCollection {#1848 …}
+favourites: Doctrine\ORM\PersistentCollection {#2429 …}
+notifications: Doctrine\ORM\PersistentCollection {#2424 …}
+badges: Doctrine\ORM\PersistentCollection {#2428 …}
+children: []
-id: 17333
-titleTs: "'2023':3 '6':1 'octob':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696610221
+visibility: "visible "
+apId: "https://sh.itjust.works/post/6671166"
+editedAt: null
+createdAt: DateTimeImmutable @1696610221 {#1367
date: 2023-10-06 18:37:01.0 +02:00
}
} |
|
Show voter details
|
23 |
DENIED
|
edit
|
App\Entity\Entry {#1902
+user: Proxies\__CG__\App\Entity\User {#1380 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1890 …}
+image: Proxies\__CG__\App\Entity\Image {#1898 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1935 …}
+slug: "6-October-2023"
+title: "6 October 2023"
+url: "https://sh.itjust.works/pictrs/image/c15fa104-aa19-4b69-b45c-b0803d5691b5.webp"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 1
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696610221 {#1400
date: 2023-10-06 18:37:01.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1891 …}
+votes: Doctrine\ORM\PersistentCollection {#1956 …}
+reports: Doctrine\ORM\PersistentCollection {#1848 …}
+favourites: Doctrine\ORM\PersistentCollection {#2429 …}
+notifications: Doctrine\ORM\PersistentCollection {#2424 …}
+badges: Doctrine\ORM\PersistentCollection {#2428 …}
+children: []
-id: 17333
-titleTs: "'2023':3 '6':1 'octob':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696610221
+visibility: "visible "
+apId: "https://sh.itjust.works/post/6671166"
+editedAt: null
+createdAt: DateTimeImmutable @1696610221 {#1367
date: 2023-10-06 18:37:01.0 +02:00
}
} |
|
Show voter details
|
24 |
DENIED
|
moderate
|
App\Entity\Entry {#1902
+user: Proxies\__CG__\App\Entity\User {#1380 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1890 …}
+image: Proxies\__CG__\App\Entity\Image {#1898 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1935 …}
+slug: "6-October-2023"
+title: "6 October 2023"
+url: "https://sh.itjust.works/pictrs/image/c15fa104-aa19-4b69-b45c-b0803d5691b5.webp"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 1
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696610221 {#1400
date: 2023-10-06 18:37:01.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1891 …}
+votes: Doctrine\ORM\PersistentCollection {#1956 …}
+reports: Doctrine\ORM\PersistentCollection {#1848 …}
+favourites: Doctrine\ORM\PersistentCollection {#2429 …}
+notifications: Doctrine\ORM\PersistentCollection {#2424 …}
+badges: Doctrine\ORM\PersistentCollection {#2428 …}
+children: []
-id: 17333
-titleTs: "'2023':3 '6':1 'octob':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696610221
+visibility: "visible "
+apId: "https://sh.itjust.works/post/6671166"
+editedAt: null
+createdAt: DateTimeImmutable @1696610221 {#1367
date: 2023-10-06 18:37:01.0 +02:00
}
} |
|
Show voter details
|
25 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
26 |
DENIED
|
moderate
|
App\Entity\Entry {#2443
+user: Proxies\__CG__\App\Entity\User {#1380 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2442 …}
+image: Proxies\__CG__\App\Entity\Image {#2426 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1935 …}
+slug: "6-October-1986"
+title: "6 October 1986"
+url: "https://sh.itjust.works/pictrs/image/64d50bdd-4a7f-4b5c-b3e5-758109b0c365.webp"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 3
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696610101 {#2433
date: 2023-10-06 18:35:01.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2440 …}
+votes: Doctrine\ORM\PersistentCollection {#2436 …}
+reports: Doctrine\ORM\PersistentCollection {#2166 …}
+favourites: Doctrine\ORM\PersistentCollection {#2288 …}
+notifications: Doctrine\ORM\PersistentCollection {#2466 …}
+badges: Doctrine\ORM\PersistentCollection {#2356 …}
+children: []
-id: 15847
-titleTs: "'1986':3 '6':1 'octob':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696614601
+visibility: "visible "
+apId: "https://sh.itjust.works/post/6671069"
+editedAt: null
+createdAt: DateTimeImmutable @1696610101 {#2432
date: 2023-10-06 18:35:01.0 +02:00
}
} |
|
Show voter details
|
27 |
DENIED
|
edit
|
App\Entity\Entry {#2443
+user: Proxies\__CG__\App\Entity\User {#1380 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2442 …}
+image: Proxies\__CG__\App\Entity\Image {#2426 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1935 …}
+slug: "6-October-1986"
+title: "6 October 1986"
+url: "https://sh.itjust.works/pictrs/image/64d50bdd-4a7f-4b5c-b3e5-758109b0c365.webp"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 3
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696610101 {#2433
date: 2023-10-06 18:35:01.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2440 …}
+votes: Doctrine\ORM\PersistentCollection {#2436 …}
+reports: Doctrine\ORM\PersistentCollection {#2166 …}
+favourites: Doctrine\ORM\PersistentCollection {#2288 …}
+notifications: Doctrine\ORM\PersistentCollection {#2466 …}
+badges: Doctrine\ORM\PersistentCollection {#2356 …}
+children: []
-id: 15847
-titleTs: "'1986':3 '6':1 'octob':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696614601
+visibility: "visible "
+apId: "https://sh.itjust.works/post/6671069"
+editedAt: null
+createdAt: DateTimeImmutable @1696610101 {#2432
date: 2023-10-06 18:35:01.0 +02:00
}
} |
|
Show voter details
|
28 |
DENIED
|
moderate
|
App\Entity\Entry {#2443
+user: Proxies\__CG__\App\Entity\User {#1380 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2442 …}
+image: Proxies\__CG__\App\Entity\Image {#2426 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1935 …}
+slug: "6-October-1986"
+title: "6 October 1986"
+url: "https://sh.itjust.works/pictrs/image/64d50bdd-4a7f-4b5c-b3e5-758109b0c365.webp"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 3
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696610101 {#2433
date: 2023-10-06 18:35:01.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2440 …}
+votes: Doctrine\ORM\PersistentCollection {#2436 …}
+reports: Doctrine\ORM\PersistentCollection {#2166 …}
+favourites: Doctrine\ORM\PersistentCollection {#2288 …}
+notifications: Doctrine\ORM\PersistentCollection {#2466 …}
+badges: Doctrine\ORM\PersistentCollection {#2356 …}
+children: []
-id: 15847
-titleTs: "'1986':3 '6':1 'octob':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696614601
+visibility: "visible "
+apId: "https://sh.itjust.works/post/6671069"
+editedAt: null
+createdAt: DateTimeImmutable @1696610101 {#2432
date: 2023-10-06 18:35:01.0 +02:00
}
} |
|
Show voter details
|
29 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
30 |
DENIED
|
moderate
|
App\Entity\Entry {#2472
+user: Proxies\__CG__\App\Entity\User {#2450 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2449 …}
+image: Proxies\__CG__\App\Entity\Image {#2477 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2483 …}
+slug: "Today-marks-55-years-since-Eswatini-adopted-its-current-flag"
+title: "Today marks 55 years since Eswatini adopted its current flag on 5 October 1968. Based on official flags, it seems like a bright blue is standard, despite depictions often featuring dark blue."
+url: "https://files.catbox.moe/5eir5o.png"
+body: """
There does not seem to be an officially defined shade of blue, but a bright blue is seen in for example these pictures of prime ministers:\n
\n
![](https://swazidailynews.com/wp-content/uploads/2020/06/IMG_20200605_201116-960x640.jpg)\n
\n
![](https://lh3.googleusercontent.com/PGNK6FW8nXYqbRxPbSetXr9-e68Xamrp6DtRhGdttYAaD6ZiOI1nzDWyBw82oDGA9uhEsGwNrtbS9b9HmBjk6knT1VtJxvN8LrkDzSp1LqY=s750)\n
\n
Many do believe that it should be dark blue though, as shown by a quick [ducking](https://duckduckgo.com/?q=flag+of+eswatini&t=ffab&iar=images&iax=images&ia=images). On Wikipedia, there seems to be [an ongoing edit war about it](https://en.wikipedia.org/w/index.php?title=File:Flag_of_Eswatini.svg&offset=&limit=50).\n
\n
Then there is the color of the feathers, that allegedly where changed from blue to grey in 2011, but sources are not 100% reliable.\n
\n
[Wikipedia article about the flag](https://en.wikipedia.org/wiki/Flag_of_Eswatini).
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 3
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696609888 {#2353
date: 2023-10-06 18:31:28.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2354 …}
+votes: Doctrine\ORM\PersistentCollection {#2487 …}
+reports: Doctrine\ORM\PersistentCollection {#1841 …}
+favourites: Doctrine\ORM\PersistentCollection {#60 …}
+notifications: Doctrine\ORM\PersistentCollection {#2488 …}
+badges: Doctrine\ORM\PersistentCollection {#2489 …}
+children: []
-id: 18542
-titleTs: "'1968':14 '5':12 '55':3 'adopt':7 'base':15 'blue':24,32 'bright':23 'current':9 'dark':31 'depict':28 'despit':27 'eswatini':6 'featur':30 'flag':10,18 'like':21 'mark':2 'octob':13 'offici':17 'often':29 'seem':20 'sinc':5 'standard':26 'today':1 'year':4"
-bodyTs: "'/?q=flag+of+eswatini&t=ffab&iar=images&iax=images&ia=images).':51 '/pgnk6fw8nxyqbrxpbsetxr9-e68xamrp6dtrhgdttyaad6zioi1nzdwybw82odga9uhesgwnrtbs9b9hmbjk6knt1vtjxvn8lrkdzsp1lqy=s750)':32 '/w/index.php?title=file:flag_of_eswatini.svg&offset=&limit=50).':66 '/wiki/flag_of_eswatini).':98 '/wp-content/uploads/2020/06/img_20200605_201116-960x640.jpg)':29 '100':89 '2011':84 'alleg':76 'articl':92 'believ':35 'blue':12,16,41,80 'bright':15 'chang':78 'color':71 'dark':40 'defin':9 'duck':48 'duckduckgo.com':50 'duckduckgo.com/?q=flag+of+eswatini&t=ffab&iar=images&iax=images&ia=images).':49 'edit':60 'en.wikipedia.org':65,97 'en.wikipedia.org/w/index.php?title=file:flag_of_eswatini.svg&offset=&limit=50).':64 'en.wikipedia.org/wiki/flag_of_eswatini).':96 'exampl':21 'feather':74 'flag':95 'grey':82 'lh3.googleusercontent.com':31 'lh3.googleusercontent.com/pgnk6fw8nxyqbrxpbsetxr9-e68xamrp6dtrhgdttyaad6zioi1nzdwybw82odga9uhesgwnrtbs9b9hmbjk6knt1vtjxvn8lrkdzsp1lqy=s750)':30 'mani':33 'minist':26 'offici':8 'ongo':59 'pictur':23 'prime':25 'quick':47 'reliabl':90 'seem':4,55 'seen':18 'shade':10 'shown':44 'sourc':86 'swazidailynews.com':28 'swazidailynews.com/wp-content/uploads/2020/06/img_20200605_201116-960x640.jpg)':27 'though':42 'war':61 'wikipedia':53,91"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696614388
+visibility: "visible "
+apId: "https://lemmy.world/post/6401204"
+editedAt: null
+createdAt: DateTimeImmutable @1696609888 {#2475
date: 2023-10-06 18:31:28.0 +02:00
}
} |
|
Show voter details
|
31 |
DENIED
|
edit
|
App\Entity\Entry {#2472
+user: Proxies\__CG__\App\Entity\User {#2450 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2449 …}
+image: Proxies\__CG__\App\Entity\Image {#2477 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2483 …}
+slug: "Today-marks-55-years-since-Eswatini-adopted-its-current-flag"
+title: "Today marks 55 years since Eswatini adopted its current flag on 5 October 1968. Based on official flags, it seems like a bright blue is standard, despite depictions often featuring dark blue."
+url: "https://files.catbox.moe/5eir5o.png"
+body: """
There does not seem to be an officially defined shade of blue, but a bright blue is seen in for example these pictures of prime ministers:\n
\n
![](https://swazidailynews.com/wp-content/uploads/2020/06/IMG_20200605_201116-960x640.jpg)\n
\n
![](https://lh3.googleusercontent.com/PGNK6FW8nXYqbRxPbSetXr9-e68Xamrp6DtRhGdttYAaD6ZiOI1nzDWyBw82oDGA9uhEsGwNrtbS9b9HmBjk6knT1VtJxvN8LrkDzSp1LqY=s750)\n
\n
Many do believe that it should be dark blue though, as shown by a quick [ducking](https://duckduckgo.com/?q=flag+of+eswatini&t=ffab&iar=images&iax=images&ia=images). On Wikipedia, there seems to be [an ongoing edit war about it](https://en.wikipedia.org/w/index.php?title=File:Flag_of_Eswatini.svg&offset=&limit=50).\n
\n
Then there is the color of the feathers, that allegedly where changed from blue to grey in 2011, but sources are not 100% reliable.\n
\n
[Wikipedia article about the flag](https://en.wikipedia.org/wiki/Flag_of_Eswatini).
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 3
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696609888 {#2353
date: 2023-10-06 18:31:28.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2354 …}
+votes: Doctrine\ORM\PersistentCollection {#2487 …}
+reports: Doctrine\ORM\PersistentCollection {#1841 …}
+favourites: Doctrine\ORM\PersistentCollection {#60 …}
+notifications: Doctrine\ORM\PersistentCollection {#2488 …}
+badges: Doctrine\ORM\PersistentCollection {#2489 …}
+children: []
-id: 18542
-titleTs: "'1968':14 '5':12 '55':3 'adopt':7 'base':15 'blue':24,32 'bright':23 'current':9 'dark':31 'depict':28 'despit':27 'eswatini':6 'featur':30 'flag':10,18 'like':21 'mark':2 'octob':13 'offici':17 'often':29 'seem':20 'sinc':5 'standard':26 'today':1 'year':4"
-bodyTs: "'/?q=flag+of+eswatini&t=ffab&iar=images&iax=images&ia=images).':51 '/pgnk6fw8nxyqbrxpbsetxr9-e68xamrp6dtrhgdttyaad6zioi1nzdwybw82odga9uhesgwnrtbs9b9hmbjk6knt1vtjxvn8lrkdzsp1lqy=s750)':32 '/w/index.php?title=file:flag_of_eswatini.svg&offset=&limit=50).':66 '/wiki/flag_of_eswatini).':98 '/wp-content/uploads/2020/06/img_20200605_201116-960x640.jpg)':29 '100':89 '2011':84 'alleg':76 'articl':92 'believ':35 'blue':12,16,41,80 'bright':15 'chang':78 'color':71 'dark':40 'defin':9 'duck':48 'duckduckgo.com':50 'duckduckgo.com/?q=flag+of+eswatini&t=ffab&iar=images&iax=images&ia=images).':49 'edit':60 'en.wikipedia.org':65,97 'en.wikipedia.org/w/index.php?title=file:flag_of_eswatini.svg&offset=&limit=50).':64 'en.wikipedia.org/wiki/flag_of_eswatini).':96 'exampl':21 'feather':74 'flag':95 'grey':82 'lh3.googleusercontent.com':31 'lh3.googleusercontent.com/pgnk6fw8nxyqbrxpbsetxr9-e68xamrp6dtrhgdttyaad6zioi1nzdwybw82odga9uhesgwnrtbs9b9hmbjk6knt1vtjxvn8lrkdzsp1lqy=s750)':30 'mani':33 'minist':26 'offici':8 'ongo':59 'pictur':23 'prime':25 'quick':47 'reliabl':90 'seem':4,55 'seen':18 'shade':10 'shown':44 'sourc':86 'swazidailynews.com':28 'swazidailynews.com/wp-content/uploads/2020/06/img_20200605_201116-960x640.jpg)':27 'though':42 'war':61 'wikipedia':53,91"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696614388
+visibility: "visible "
+apId: "https://lemmy.world/post/6401204"
+editedAt: null
+createdAt: DateTimeImmutable @1696609888 {#2475
date: 2023-10-06 18:31:28.0 +02:00
}
} |
|
Show voter details
|
32 |
DENIED
|
moderate
|
App\Entity\Entry {#2472
+user: Proxies\__CG__\App\Entity\User {#2450 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2449 …}
+image: Proxies\__CG__\App\Entity\Image {#2477 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2483 …}
+slug: "Today-marks-55-years-since-Eswatini-adopted-its-current-flag"
+title: "Today marks 55 years since Eswatini adopted its current flag on 5 October 1968. Based on official flags, it seems like a bright blue is standard, despite depictions often featuring dark blue."
+url: "https://files.catbox.moe/5eir5o.png"
+body: """
There does not seem to be an officially defined shade of blue, but a bright blue is seen in for example these pictures of prime ministers:\n
\n
![](https://swazidailynews.com/wp-content/uploads/2020/06/IMG_20200605_201116-960x640.jpg)\n
\n
![](https://lh3.googleusercontent.com/PGNK6FW8nXYqbRxPbSetXr9-e68Xamrp6DtRhGdttYAaD6ZiOI1nzDWyBw82oDGA9uhEsGwNrtbS9b9HmBjk6knT1VtJxvN8LrkDzSp1LqY=s750)\n
\n
Many do believe that it should be dark blue though, as shown by a quick [ducking](https://duckduckgo.com/?q=flag+of+eswatini&t=ffab&iar=images&iax=images&ia=images). On Wikipedia, there seems to be [an ongoing edit war about it](https://en.wikipedia.org/w/index.php?title=File:Flag_of_Eswatini.svg&offset=&limit=50).\n
\n
Then there is the color of the feathers, that allegedly where changed from blue to grey in 2011, but sources are not 100% reliable.\n
\n
[Wikipedia article about the flag](https://en.wikipedia.org/wiki/Flag_of_Eswatini).
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 3
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696609888 {#2353
date: 2023-10-06 18:31:28.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2354 …}
+votes: Doctrine\ORM\PersistentCollection {#2487 …}
+reports: Doctrine\ORM\PersistentCollection {#1841 …}
+favourites: Doctrine\ORM\PersistentCollection {#60 …}
+notifications: Doctrine\ORM\PersistentCollection {#2488 …}
+badges: Doctrine\ORM\PersistentCollection {#2489 …}
+children: []
-id: 18542
-titleTs: "'1968':14 '5':12 '55':3 'adopt':7 'base':15 'blue':24,32 'bright':23 'current':9 'dark':31 'depict':28 'despit':27 'eswatini':6 'featur':30 'flag':10,18 'like':21 'mark':2 'octob':13 'offici':17 'often':29 'seem':20 'sinc':5 'standard':26 'today':1 'year':4"
-bodyTs: "'/?q=flag+of+eswatini&t=ffab&iar=images&iax=images&ia=images).':51 '/pgnk6fw8nxyqbrxpbsetxr9-e68xamrp6dtrhgdttyaad6zioi1nzdwybw82odga9uhesgwnrtbs9b9hmbjk6knt1vtjxvn8lrkdzsp1lqy=s750)':32 '/w/index.php?title=file:flag_of_eswatini.svg&offset=&limit=50).':66 '/wiki/flag_of_eswatini).':98 '/wp-content/uploads/2020/06/img_20200605_201116-960x640.jpg)':29 '100':89 '2011':84 'alleg':76 'articl':92 'believ':35 'blue':12,16,41,80 'bright':15 'chang':78 'color':71 'dark':40 'defin':9 'duck':48 'duckduckgo.com':50 'duckduckgo.com/?q=flag+of+eswatini&t=ffab&iar=images&iax=images&ia=images).':49 'edit':60 'en.wikipedia.org':65,97 'en.wikipedia.org/w/index.php?title=file:flag_of_eswatini.svg&offset=&limit=50).':64 'en.wikipedia.org/wiki/flag_of_eswatini).':96 'exampl':21 'feather':74 'flag':95 'grey':82 'lh3.googleusercontent.com':31 'lh3.googleusercontent.com/pgnk6fw8nxyqbrxpbsetxr9-e68xamrp6dtrhgdttyaad6zioi1nzdwybw82odga9uhesgwnrtbs9b9hmbjk6knt1vtjxvn8lrkdzsp1lqy=s750)':30 'mani':33 'minist':26 'offici':8 'ongo':59 'pictur':23 'prime':25 'quick':47 'reliabl':90 'seem':4,55 'seen':18 'shade':10 'shown':44 'sourc':86 'swazidailynews.com':28 'swazidailynews.com/wp-content/uploads/2020/06/img_20200605_201116-960x640.jpg)':27 'though':42 'war':61 'wikipedia':53,91"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696614388
+visibility: "visible "
+apId: "https://lemmy.world/post/6401204"
+editedAt: null
+createdAt: DateTimeImmutable @1696609888 {#2475
date: 2023-10-06 18:31:28.0 +02:00
}
} |
|
Show voter details
|
33 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
34 |
DENIED
|
moderate
|
App\Entity\Entry {#2484
+user: Proxies\__CG__\App\Entity\User {#1391 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2481 …}
+image: Proxies\__CG__\App\Entity\Image {#1512 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1508 …}
+slug: "TOP-20-Amazing-Upcoming-Open-World-Games-2024-PS5-XSX"
+title: "TOP 20 Amazing Upcoming Open World Games 2024 | PS5, XSX, PS4, XB1, PC"
+url: "https://www.youtube.com/watch?v=M4DewN63_ds"
+body: """
cross-posted from: [hexbear.net/post/778011](https://hexbear.net/post/778011)\n
\n
> Video’s duration: 28:39\n
> \n
> I’m making note of games I might ancitipate and eventually get.
"""
+type: "video"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 0
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700264517 {#2474
date: 2023-11-18 00:41:57.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1524 …}
+votes: Doctrine\ORM\PersistentCollection {#1500 …}
+reports: Doctrine\ORM\PersistentCollection {#1514 …}
+favourites: Doctrine\ORM\PersistentCollection {#1502 …}
+notifications: Doctrine\ORM\PersistentCollection {#1544 …}
+badges: Doctrine\ORM\PersistentCollection {#1547 …}
+children: []
-id: 16966
-titleTs: "'20':2 '2024':8 'amaz':3 'game':7 'open':5 'pc':13 'ps4':11 'ps5':9 'top':1 'upcom':4 'world':6 'xb1':12 'xsx':10"
-bodyTs: "'/post/778011](https://hexbear.net/post/778011)':7 '28':11 '39':12 'ancitip':21 'cross':2 'cross-post':1 'durat':10 'eventu':23 'game':18 'get':24 'hexbear.net':6 'hexbear.net/post/778011](https://hexbear.net/post/778011)':5 'm':14 'make':15 'might':20 'note':16 'post':3 'video':8"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696609529
+visibility: "visible "
+apId: "https://hexbear.net/post/778177"
+editedAt: null
+createdAt: DateTimeImmutable @1696609529 {#1923
date: 2023-10-06 18:25:29.0 +02:00
}
} |
|
Show voter details
|
35 |
DENIED
|
edit
|
App\Entity\Entry {#2484
+user: Proxies\__CG__\App\Entity\User {#1391 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2481 …}
+image: Proxies\__CG__\App\Entity\Image {#1512 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1508 …}
+slug: "TOP-20-Amazing-Upcoming-Open-World-Games-2024-PS5-XSX"
+title: "TOP 20 Amazing Upcoming Open World Games 2024 | PS5, XSX, PS4, XB1, PC"
+url: "https://www.youtube.com/watch?v=M4DewN63_ds"
+body: """
cross-posted from: [hexbear.net/post/778011](https://hexbear.net/post/778011)\n
\n
> Video’s duration: 28:39\n
> \n
> I’m making note of games I might ancitipate and eventually get.
"""
+type: "video"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 0
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700264517 {#2474
date: 2023-11-18 00:41:57.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1524 …}
+votes: Doctrine\ORM\PersistentCollection {#1500 …}
+reports: Doctrine\ORM\PersistentCollection {#1514 …}
+favourites: Doctrine\ORM\PersistentCollection {#1502 …}
+notifications: Doctrine\ORM\PersistentCollection {#1544 …}
+badges: Doctrine\ORM\PersistentCollection {#1547 …}
+children: []
-id: 16966
-titleTs: "'20':2 '2024':8 'amaz':3 'game':7 'open':5 'pc':13 'ps4':11 'ps5':9 'top':1 'upcom':4 'world':6 'xb1':12 'xsx':10"
-bodyTs: "'/post/778011](https://hexbear.net/post/778011)':7 '28':11 '39':12 'ancitip':21 'cross':2 'cross-post':1 'durat':10 'eventu':23 'game':18 'get':24 'hexbear.net':6 'hexbear.net/post/778011](https://hexbear.net/post/778011)':5 'm':14 'make':15 'might':20 'note':16 'post':3 'video':8"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696609529
+visibility: "visible "
+apId: "https://hexbear.net/post/778177"
+editedAt: null
+createdAt: DateTimeImmutable @1696609529 {#1923
date: 2023-10-06 18:25:29.0 +02:00
}
} |
|
Show voter details
|
36 |
DENIED
|
moderate
|
App\Entity\Entry {#2484
+user: Proxies\__CG__\App\Entity\User {#1391 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2481 …}
+image: Proxies\__CG__\App\Entity\Image {#1512 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1508 …}
+slug: "TOP-20-Amazing-Upcoming-Open-World-Games-2024-PS5-XSX"
+title: "TOP 20 Amazing Upcoming Open World Games 2024 | PS5, XSX, PS4, XB1, PC"
+url: "https://www.youtube.com/watch?v=M4DewN63_ds"
+body: """
cross-posted from: [hexbear.net/post/778011](https://hexbear.net/post/778011)\n
\n
> Video’s duration: 28:39\n
> \n
> I’m making note of games I might ancitipate and eventually get.
"""
+type: "video"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 0
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700264517 {#2474
date: 2023-11-18 00:41:57.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1524 …}
+votes: Doctrine\ORM\PersistentCollection {#1500 …}
+reports: Doctrine\ORM\PersistentCollection {#1514 …}
+favourites: Doctrine\ORM\PersistentCollection {#1502 …}
+notifications: Doctrine\ORM\PersistentCollection {#1544 …}
+badges: Doctrine\ORM\PersistentCollection {#1547 …}
+children: []
-id: 16966
-titleTs: "'20':2 '2024':8 'amaz':3 'game':7 'open':5 'pc':13 'ps4':11 'ps5':9 'top':1 'upcom':4 'world':6 'xb1':12 'xsx':10"
-bodyTs: "'/post/778011](https://hexbear.net/post/778011)':7 '28':11 '39':12 'ancitip':21 'cross':2 'cross-post':1 'durat':10 'eventu':23 'game':18 'get':24 'hexbear.net':6 'hexbear.net/post/778011](https://hexbear.net/post/778011)':5 'm':14 'make':15 'might':20 'note':16 'post':3 'video':8"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696609529
+visibility: "visible "
+apId: "https://hexbear.net/post/778177"
+editedAt: null
+createdAt: DateTimeImmutable @1696609529 {#1923
date: 2023-10-06 18:25:29.0 +02:00
}
} |
|
Show voter details
|
37 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
38 |
DENIED
|
moderate
|
App\Entity\Entry {#1523
+user: Proxies\__CG__\App\Entity\User {#1480 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1522 …}
+image: Proxies\__CG__\App\Entity\Image {#1510 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2483 …}
+slug: "For-the-land-of-the-free-and-the-home-of"
+title: "For the land of the free and the home of the brave"
+url: "https://files.catbox.moe/sodic5.jpg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 85
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696607163 {#1482
date: 2023-10-06 17:46:03.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1506 …}
+votes: Doctrine\ORM\PersistentCollection {#1504 …}
+reports: Doctrine\ORM\PersistentCollection {#1505 …}
+favourites: Doctrine\ORM\PersistentCollection {#1532 …}
+notifications: Doctrine\ORM\PersistentCollection {#1534 …}
+badges: Doctrine\ORM\PersistentCollection {#1540 …}
+children: []
-id: 3271
-titleTs: "'brave':12 'free':6 'home':9 'land':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696693563
+visibility: "visible "
+apId: "https://lemm.ee/post/10569784"
+editedAt: null
+createdAt: DateTimeImmutable @1696607163 {#1511
date: 2023-10-06 17:46:03.0 +02:00
}
} |
|
Show voter details
|
39 |
DENIED
|
edit
|
App\Entity\Entry {#1523
+user: Proxies\__CG__\App\Entity\User {#1480 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1522 …}
+image: Proxies\__CG__\App\Entity\Image {#1510 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2483 …}
+slug: "For-the-land-of-the-free-and-the-home-of"
+title: "For the land of the free and the home of the brave"
+url: "https://files.catbox.moe/sodic5.jpg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 85
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696607163 {#1482
date: 2023-10-06 17:46:03.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1506 …}
+votes: Doctrine\ORM\PersistentCollection {#1504 …}
+reports: Doctrine\ORM\PersistentCollection {#1505 …}
+favourites: Doctrine\ORM\PersistentCollection {#1532 …}
+notifications: Doctrine\ORM\PersistentCollection {#1534 …}
+badges: Doctrine\ORM\PersistentCollection {#1540 …}
+children: []
-id: 3271
-titleTs: "'brave':12 'free':6 'home':9 'land':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696693563
+visibility: "visible "
+apId: "https://lemm.ee/post/10569784"
+editedAt: null
+createdAt: DateTimeImmutable @1696607163 {#1511
date: 2023-10-06 17:46:03.0 +02:00
}
} |
|
Show voter details
|
40 |
DENIED
|
moderate
|
App\Entity\Entry {#1523
+user: Proxies\__CG__\App\Entity\User {#1480 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1522 …}
+image: Proxies\__CG__\App\Entity\Image {#1510 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2483 …}
+slug: "For-the-land-of-the-free-and-the-home-of"
+title: "For the land of the free and the home of the brave"
+url: "https://files.catbox.moe/sodic5.jpg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 85
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696607163 {#1482
date: 2023-10-06 17:46:03.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1506 …}
+votes: Doctrine\ORM\PersistentCollection {#1504 …}
+reports: Doctrine\ORM\PersistentCollection {#1505 …}
+favourites: Doctrine\ORM\PersistentCollection {#1532 …}
+notifications: Doctrine\ORM\PersistentCollection {#1534 …}
+badges: Doctrine\ORM\PersistentCollection {#1540 …}
+children: []
-id: 3271
-titleTs: "'brave':12 'free':6 'home':9 'land':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696693563
+visibility: "visible "
+apId: "https://lemm.ee/post/10569784"
+editedAt: null
+createdAt: DateTimeImmutable @1696607163 {#1511
date: 2023-10-06 17:46:03.0 +02:00
}
} |
|
Show voter details
|
41 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
42 |
DENIED
|
moderate
|
App\Entity\Entry {#1541
+user: Proxies\__CG__\App\Entity\User {#1529 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1531 …}
+image: Proxies\__CG__\App\Entity\Image {#1530 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1537 …}
+slug: "Make-a-Difference-Local-heroes-honoured-at-awards-in-Leeds"
+title: "Make a Difference: Local heroes honoured at awards in Leeds"
+url: "https://www.bbc.com/news/uk-england-leeds-66983554"
+body: """
cross-posted from: [lemmit.online/post/1012948](https://lemmit.online/post/1012948)\n
\n
> ##### This is an automated archive made by the [Lemmit Bot](https://lemmit.online/post/14692).\n
> \n
> The original was posted on [/r/upliftingnews](https://old.reddit.com/r/UpliftingNews/comments/16zwank/make_a_difference_local_heroes_honoured_at_awards/) by [/u/theWelshTiger](https://old.reddit.com/u/theWelshTiger) on 2023-10-04 21:31:43.
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 11
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696604506 {#1533
date: 2023-10-06 17:01:46.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1536 …}
+votes: Doctrine\ORM\PersistentCollection {#1516 …}
+reports: Doctrine\ORM\PersistentCollection {#1519 …}
+favourites: Doctrine\ORM\PersistentCollection {#1517 …}
+notifications: Doctrine\ORM\PersistentCollection {#1623 …}
+badges: Doctrine\ORM\PersistentCollection {#1406 …}
+children: []
-id: 3263
-titleTs: "'award':8 'differ':3 'hero':5 'honour':6 'leed':10 'local':4 'make':1"
-bodyTs: "'-04':38 '-10':37 '/post/1012948](https://lemmit.online/post/1012948)':7 '/post/14692).':20 '/r/upliftingnews':26 '/r/upliftingnews/comments/16zwank/make_a_difference_local_heroes_honoured_at_awards/)':29 '/u/thewelshtiger':31 '/u/thewelshtiger)':34 '2023':36 '21':39 '31':40 '43':41 'archiv':12 'autom':11 'bot':17 'cross':2 'cross-post':1 'lemmit':16 'lemmit.online':6,19 'lemmit.online/post/1012948](https://lemmit.online/post/1012948)':5 'lemmit.online/post/14692).':18 'made':13 'old.reddit.com':28,33 'old.reddit.com/r/upliftingnews/comments/16zwank/make_a_difference_local_heroes_honoured_at_awards/)':27 'old.reddit.com/u/thewelshtiger)':32 'origin':22 'post':3,24"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696627006
+visibility: "visible "
+apId: "https://infosec.pub/post/3384362"
+editedAt: null
+createdAt: DateTimeImmutable @1696604506 {#1539
date: 2023-10-06 17:01:46.0 +02:00
}
} |
|
Show voter details
|
43 |
DENIED
|
edit
|
App\Entity\Entry {#1541
+user: Proxies\__CG__\App\Entity\User {#1529 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1531 …}
+image: Proxies\__CG__\App\Entity\Image {#1530 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1537 …}
+slug: "Make-a-Difference-Local-heroes-honoured-at-awards-in-Leeds"
+title: "Make a Difference: Local heroes honoured at awards in Leeds"
+url: "https://www.bbc.com/news/uk-england-leeds-66983554"
+body: """
cross-posted from: [lemmit.online/post/1012948](https://lemmit.online/post/1012948)\n
\n
> ##### This is an automated archive made by the [Lemmit Bot](https://lemmit.online/post/14692).\n
> \n
> The original was posted on [/r/upliftingnews](https://old.reddit.com/r/UpliftingNews/comments/16zwank/make_a_difference_local_heroes_honoured_at_awards/) by [/u/theWelshTiger](https://old.reddit.com/u/theWelshTiger) on 2023-10-04 21:31:43.
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 11
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696604506 {#1533
date: 2023-10-06 17:01:46.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1536 …}
+votes: Doctrine\ORM\PersistentCollection {#1516 …}
+reports: Doctrine\ORM\PersistentCollection {#1519 …}
+favourites: Doctrine\ORM\PersistentCollection {#1517 …}
+notifications: Doctrine\ORM\PersistentCollection {#1623 …}
+badges: Doctrine\ORM\PersistentCollection {#1406 …}
+children: []
-id: 3263
-titleTs: "'award':8 'differ':3 'hero':5 'honour':6 'leed':10 'local':4 'make':1"
-bodyTs: "'-04':38 '-10':37 '/post/1012948](https://lemmit.online/post/1012948)':7 '/post/14692).':20 '/r/upliftingnews':26 '/r/upliftingnews/comments/16zwank/make_a_difference_local_heroes_honoured_at_awards/)':29 '/u/thewelshtiger':31 '/u/thewelshtiger)':34 '2023':36 '21':39 '31':40 '43':41 'archiv':12 'autom':11 'bot':17 'cross':2 'cross-post':1 'lemmit':16 'lemmit.online':6,19 'lemmit.online/post/1012948](https://lemmit.online/post/1012948)':5 'lemmit.online/post/14692).':18 'made':13 'old.reddit.com':28,33 'old.reddit.com/r/upliftingnews/comments/16zwank/make_a_difference_local_heroes_honoured_at_awards/)':27 'old.reddit.com/u/thewelshtiger)':32 'origin':22 'post':3,24"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696627006
+visibility: "visible "
+apId: "https://infosec.pub/post/3384362"
+editedAt: null
+createdAt: DateTimeImmutable @1696604506 {#1539
date: 2023-10-06 17:01:46.0 +02:00
}
} |
|
Show voter details
|
44 |
DENIED
|
moderate
|
App\Entity\Entry {#1541
+user: Proxies\__CG__\App\Entity\User {#1529 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1531 …}
+image: Proxies\__CG__\App\Entity\Image {#1530 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1537 …}
+slug: "Make-a-Difference-Local-heroes-honoured-at-awards-in-Leeds"
+title: "Make a Difference: Local heroes honoured at awards in Leeds"
+url: "https://www.bbc.com/news/uk-england-leeds-66983554"
+body: """
cross-posted from: [lemmit.online/post/1012948](https://lemmit.online/post/1012948)\n
\n
> ##### This is an automated archive made by the [Lemmit Bot](https://lemmit.online/post/14692).\n
> \n
> The original was posted on [/r/upliftingnews](https://old.reddit.com/r/UpliftingNews/comments/16zwank/make_a_difference_local_heroes_honoured_at_awards/) by [/u/theWelshTiger](https://old.reddit.com/u/theWelshTiger) on 2023-10-04 21:31:43.
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 11
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696604506 {#1533
date: 2023-10-06 17:01:46.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1536 …}
+votes: Doctrine\ORM\PersistentCollection {#1516 …}
+reports: Doctrine\ORM\PersistentCollection {#1519 …}
+favourites: Doctrine\ORM\PersistentCollection {#1517 …}
+notifications: Doctrine\ORM\PersistentCollection {#1623 …}
+badges: Doctrine\ORM\PersistentCollection {#1406 …}
+children: []
-id: 3263
-titleTs: "'award':8 'differ':3 'hero':5 'honour':6 'leed':10 'local':4 'make':1"
-bodyTs: "'-04':38 '-10':37 '/post/1012948](https://lemmit.online/post/1012948)':7 '/post/14692).':20 '/r/upliftingnews':26 '/r/upliftingnews/comments/16zwank/make_a_difference_local_heroes_honoured_at_awards/)':29 '/u/thewelshtiger':31 '/u/thewelshtiger)':34 '2023':36 '21':39 '31':40 '43':41 'archiv':12 'autom':11 'bot':17 'cross':2 'cross-post':1 'lemmit':16 'lemmit.online':6,19 'lemmit.online/post/1012948](https://lemmit.online/post/1012948)':5 'lemmit.online/post/14692).':18 'made':13 'old.reddit.com':28,33 'old.reddit.com/r/upliftingnews/comments/16zwank/make_a_difference_local_heroes_honoured_at_awards/)':27 'old.reddit.com/u/thewelshtiger)':32 'origin':22 'post':3,24"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696627006
+visibility: "visible "
+apId: "https://infosec.pub/post/3384362"
+editedAt: null
+createdAt: DateTimeImmutable @1696604506 {#1539
date: 2023-10-06 17:01:46.0 +02:00
}
} |
|
Show voter details
|
45 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
46 |
DENIED
|
moderate
|
App\Entity\Entry {#1710
+user: Proxies\__CG__\App\Entity\User {#1529 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1531 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1706 …}
+slug: "Indiana-Police-Officers-Rescue-Suicidal-Woman-in-Daring-Overpass-Save"
+title: "Indiana Police Officers Rescue Suicidal Woman in Daring Overpass Save"
+url: "https://yugmarg.in/indiana-police-officers-rescue-suicidal-woman-in-daring-overpass-save/"
+body: """
cross-posted from: [lemmit.online/post/1019833](https://lemmit.online/post/1019833)\n
\n
> ##### This is an automated archive made by the [Lemmit Bot](https://lemmit.online/post/14692).\n
> \n
> The original was posted on [/r/upliftingnews](https://old.reddit.com/r/UpliftingNews/comments/170hdoh/indiana_police_officers_rescue_suicidal_woman_in/) by [/u/BendInternational208](https://old.reddit.com/u/BendInternational208) on 2023-10-05 14:57:54.
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 22
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696604399 {#1713
date: 2023-10-06 16:59:59.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1742 …}
+votes: Doctrine\ORM\PersistentCollection {#1659 …}
+reports: Doctrine\ORM\PersistentCollection {#1747 …}
+favourites: Doctrine\ORM\PersistentCollection {#1753 …}
+notifications: Doctrine\ORM\PersistentCollection {#1749 …}
+badges: Doctrine\ORM\PersistentCollection {#1748 …}
+children: []
-id: 3253
-titleTs: "'dare':8 'indiana':1 'offic':3 'overpass':9 'polic':2 'rescu':4 'save':10 'suicid':5 'woman':6"
-bodyTs: "'-05':38 '-10':37 '/post/1019833](https://lemmit.online/post/1019833)':7 '/post/14692).':20 '/r/upliftingnews':26 '/r/upliftingnews/comments/170hdoh/indiana_police_officers_rescue_suicidal_woman_in/)':29 '/u/bendinternational208':31 '/u/bendinternational208)':34 '14':39 '2023':36 '54':41 '57':40 'archiv':12 'autom':11 'bot':17 'cross':2 'cross-post':1 'lemmit':16 'lemmit.online':6,19 'lemmit.online/post/1019833](https://lemmit.online/post/1019833)':5 'lemmit.online/post/14692).':18 'made':13 'old.reddit.com':28,33 'old.reddit.com/r/upliftingnews/comments/170hdoh/indiana_police_officers_rescue_suicidal_woman_in/)':27 'old.reddit.com/u/bendinternational208)':32 'origin':22 'post':3,24"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696653899
+visibility: "visible "
+apId: "https://infosec.pub/post/3384351"
+editedAt: null
+createdAt: DateTimeImmutable @1696604399 {#1712
date: 2023-10-06 16:59:59.0 +02:00
}
} |
|
Show voter details
|
47 |
DENIED
|
edit
|
App\Entity\Entry {#1710
+user: Proxies\__CG__\App\Entity\User {#1529 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1531 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1706 …}
+slug: "Indiana-Police-Officers-Rescue-Suicidal-Woman-in-Daring-Overpass-Save"
+title: "Indiana Police Officers Rescue Suicidal Woman in Daring Overpass Save"
+url: "https://yugmarg.in/indiana-police-officers-rescue-suicidal-woman-in-daring-overpass-save/"
+body: """
cross-posted from: [lemmit.online/post/1019833](https://lemmit.online/post/1019833)\n
\n
> ##### This is an automated archive made by the [Lemmit Bot](https://lemmit.online/post/14692).\n
> \n
> The original was posted on [/r/upliftingnews](https://old.reddit.com/r/UpliftingNews/comments/170hdoh/indiana_police_officers_rescue_suicidal_woman_in/) by [/u/BendInternational208](https://old.reddit.com/u/BendInternational208) on 2023-10-05 14:57:54.
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 22
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696604399 {#1713
date: 2023-10-06 16:59:59.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1742 …}
+votes: Doctrine\ORM\PersistentCollection {#1659 …}
+reports: Doctrine\ORM\PersistentCollection {#1747 …}
+favourites: Doctrine\ORM\PersistentCollection {#1753 …}
+notifications: Doctrine\ORM\PersistentCollection {#1749 …}
+badges: Doctrine\ORM\PersistentCollection {#1748 …}
+children: []
-id: 3253
-titleTs: "'dare':8 'indiana':1 'offic':3 'overpass':9 'polic':2 'rescu':4 'save':10 'suicid':5 'woman':6"
-bodyTs: "'-05':38 '-10':37 '/post/1019833](https://lemmit.online/post/1019833)':7 '/post/14692).':20 '/r/upliftingnews':26 '/r/upliftingnews/comments/170hdoh/indiana_police_officers_rescue_suicidal_woman_in/)':29 '/u/bendinternational208':31 '/u/bendinternational208)':34 '14':39 '2023':36 '54':41 '57':40 'archiv':12 'autom':11 'bot':17 'cross':2 'cross-post':1 'lemmit':16 'lemmit.online':6,19 'lemmit.online/post/1019833](https://lemmit.online/post/1019833)':5 'lemmit.online/post/14692).':18 'made':13 'old.reddit.com':28,33 'old.reddit.com/r/upliftingnews/comments/170hdoh/indiana_police_officers_rescue_suicidal_woman_in/)':27 'old.reddit.com/u/bendinternational208)':32 'origin':22 'post':3,24"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696653899
+visibility: "visible "
+apId: "https://infosec.pub/post/3384351"
+editedAt: null
+createdAt: DateTimeImmutable @1696604399 {#1712
date: 2023-10-06 16:59:59.0 +02:00
}
} |
|
Show voter details
|
48 |
DENIED
|
moderate
|
App\Entity\Entry {#1710
+user: Proxies\__CG__\App\Entity\User {#1529 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1531 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1706 …}
+slug: "Indiana-Police-Officers-Rescue-Suicidal-Woman-in-Daring-Overpass-Save"
+title: "Indiana Police Officers Rescue Suicidal Woman in Daring Overpass Save"
+url: "https://yugmarg.in/indiana-police-officers-rescue-suicidal-woman-in-daring-overpass-save/"
+body: """
cross-posted from: [lemmit.online/post/1019833](https://lemmit.online/post/1019833)\n
\n
> ##### This is an automated archive made by the [Lemmit Bot](https://lemmit.online/post/14692).\n
> \n
> The original was posted on [/r/upliftingnews](https://old.reddit.com/r/UpliftingNews/comments/170hdoh/indiana_police_officers_rescue_suicidal_woman_in/) by [/u/BendInternational208](https://old.reddit.com/u/BendInternational208) on 2023-10-05 14:57:54.
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 22
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696604399 {#1713
date: 2023-10-06 16:59:59.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1742 …}
+votes: Doctrine\ORM\PersistentCollection {#1659 …}
+reports: Doctrine\ORM\PersistentCollection {#1747 …}
+favourites: Doctrine\ORM\PersistentCollection {#1753 …}
+notifications: Doctrine\ORM\PersistentCollection {#1749 …}
+badges: Doctrine\ORM\PersistentCollection {#1748 …}
+children: []
-id: 3253
-titleTs: "'dare':8 'indiana':1 'offic':3 'overpass':9 'polic':2 'rescu':4 'save':10 'suicid':5 'woman':6"
-bodyTs: "'-05':38 '-10':37 '/post/1019833](https://lemmit.online/post/1019833)':7 '/post/14692).':20 '/r/upliftingnews':26 '/r/upliftingnews/comments/170hdoh/indiana_police_officers_rescue_suicidal_woman_in/)':29 '/u/bendinternational208':31 '/u/bendinternational208)':34 '14':39 '2023':36 '54':41 '57':40 'archiv':12 'autom':11 'bot':17 'cross':2 'cross-post':1 'lemmit':16 'lemmit.online':6,19 'lemmit.online/post/1019833](https://lemmit.online/post/1019833)':5 'lemmit.online/post/14692).':18 'made':13 'old.reddit.com':28,33 'old.reddit.com/r/upliftingnews/comments/170hdoh/indiana_police_officers_rescue_suicidal_woman_in/)':27 'old.reddit.com/u/bendinternational208)':32 'origin':22 'post':3,24"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696653899
+visibility: "visible "
+apId: "https://infosec.pub/post/3384351"
+editedAt: null
+createdAt: DateTimeImmutable @1696604399 {#1712
date: 2023-10-06 16:59:59.0 +02:00
}
} |
|
Show voter details
|
49 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
50 |
DENIED
|
moderate
|
App\Entity\Entry {#1471
+user: Proxies\__CG__\App\Entity\User {#1467 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1470 …}
+image: Proxies\__CG__\App\Entity\Image {#1469 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1473 …}
+slug: "The-Miracle-of-Humankind-OC"
+title: "The Miracle of Humankind [OC]"
+url: "https://iili.io/J2YyVnI.png"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 7
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696602405 {#1474
date: 2023-10-06 16:26:45.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1498 …}
+votes: Doctrine\ORM\PersistentCollection {#1497 …}
+reports: Doctrine\ORM\PersistentCollection {#1486 …}
+favourites: Doctrine\ORM\PersistentCollection {#1487 …}
+notifications: Doctrine\ORM\PersistentCollection {#1489 …}
+badges: Doctrine\ORM\PersistentCollection {#1494 …}
+children: []
-id: 4435
-titleTs: "'humankind':4 'miracl':2 'oc':5"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696615905
+visibility: "visible "
+apId: "https://lemm.ee/post/10563322"
+editedAt: null
+createdAt: DateTimeImmutable @1696602405 {#1472
date: 2023-10-06 16:26:45.0 +02:00
}
} |
|
Show voter details
|
51 |
DENIED
|
edit
|
App\Entity\Entry {#1471
+user: Proxies\__CG__\App\Entity\User {#1467 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1470 …}
+image: Proxies\__CG__\App\Entity\Image {#1469 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1473 …}
+slug: "The-Miracle-of-Humankind-OC"
+title: "The Miracle of Humankind [OC]"
+url: "https://iili.io/J2YyVnI.png"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 7
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696602405 {#1474
date: 2023-10-06 16:26:45.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1498 …}
+votes: Doctrine\ORM\PersistentCollection {#1497 …}
+reports: Doctrine\ORM\PersistentCollection {#1486 …}
+favourites: Doctrine\ORM\PersistentCollection {#1487 …}
+notifications: Doctrine\ORM\PersistentCollection {#1489 …}
+badges: Doctrine\ORM\PersistentCollection {#1494 …}
+children: []
-id: 4435
-titleTs: "'humankind':4 'miracl':2 'oc':5"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696615905
+visibility: "visible "
+apId: "https://lemm.ee/post/10563322"
+editedAt: null
+createdAt: DateTimeImmutable @1696602405 {#1472
date: 2023-10-06 16:26:45.0 +02:00
}
} |
|
Show voter details
|
52 |
DENIED
|
moderate
|
App\Entity\Entry {#1471
+user: Proxies\__CG__\App\Entity\User {#1467 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1470 …}
+image: Proxies\__CG__\App\Entity\Image {#1469 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1473 …}
+slug: "The-Miracle-of-Humankind-OC"
+title: "The Miracle of Humankind [OC]"
+url: "https://iili.io/J2YyVnI.png"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 7
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696602405 {#1474
date: 2023-10-06 16:26:45.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1498 …}
+votes: Doctrine\ORM\PersistentCollection {#1497 …}
+reports: Doctrine\ORM\PersistentCollection {#1486 …}
+favourites: Doctrine\ORM\PersistentCollection {#1487 …}
+notifications: Doctrine\ORM\PersistentCollection {#1489 …}
+badges: Doctrine\ORM\PersistentCollection {#1494 …}
+children: []
-id: 4435
-titleTs: "'humankind':4 'miracl':2 'oc':5"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696615905
+visibility: "visible "
+apId: "https://lemm.ee/post/10563322"
+editedAt: null
+createdAt: DateTimeImmutable @1696602405 {#1472
date: 2023-10-06 16:26:45.0 +02:00
}
} |
|
Show voter details
|
53 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
54 |
DENIED
|
moderate
|
App\Entity\Entry {#1495
+user: Proxies\__CG__\App\Entity\User {#1492 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1408 …}
+image: Proxies\__CG__\App\Entity\Image {#1475 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1477 …}
+slug: "Harder-Drive-Hard-drives-we-didn-t-want-or-need"
+title: "Harder Drive: Hard drives we didn't want or need"
+url: "https://youtu.be/JcJSW7Rprio"
+body: null
+type: "video"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 2
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696602367 {#1491
date: 2023-10-06 16:26:07.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1476 …}
+votes: Doctrine\ORM\PersistentCollection {#1758 …}
+reports: Doctrine\ORM\PersistentCollection {#1755 …}
+favourites: Doctrine\ORM\PersistentCollection {#1757 …}
+notifications: Doctrine\ORM\PersistentCollection {#1756 …}
+badges: Doctrine\ORM\PersistentCollection {#1759 …}
+children: []
-id: 22144
-titleTs: "'didn':6 'drive':2,4 'hard':3 'harder':1 'need':10 'want':8"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696606867
+visibility: "visible "
+apId: "https://programming.dev/post/4014731"
+editedAt: null
+createdAt: DateTimeImmutable @1696602367 {#1493
date: 2023-10-06 16:26:07.0 +02:00
}
} |
|
Show voter details
|
55 |
DENIED
|
edit
|
App\Entity\Entry {#1495
+user: Proxies\__CG__\App\Entity\User {#1492 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1408 …}
+image: Proxies\__CG__\App\Entity\Image {#1475 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1477 …}
+slug: "Harder-Drive-Hard-drives-we-didn-t-want-or-need"
+title: "Harder Drive: Hard drives we didn't want or need"
+url: "https://youtu.be/JcJSW7Rprio"
+body: null
+type: "video"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 2
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696602367 {#1491
date: 2023-10-06 16:26:07.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1476 …}
+votes: Doctrine\ORM\PersistentCollection {#1758 …}
+reports: Doctrine\ORM\PersistentCollection {#1755 …}
+favourites: Doctrine\ORM\PersistentCollection {#1757 …}
+notifications: Doctrine\ORM\PersistentCollection {#1756 …}
+badges: Doctrine\ORM\PersistentCollection {#1759 …}
+children: []
-id: 22144
-titleTs: "'didn':6 'drive':2,4 'hard':3 'harder':1 'need':10 'want':8"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696606867
+visibility: "visible "
+apId: "https://programming.dev/post/4014731"
+editedAt: null
+createdAt: DateTimeImmutable @1696602367 {#1493
date: 2023-10-06 16:26:07.0 +02:00
}
} |
|
Show voter details
|
56 |
DENIED
|
moderate
|
App\Entity\Entry {#1495
+user: Proxies\__CG__\App\Entity\User {#1492 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1408 …}
+image: Proxies\__CG__\App\Entity\Image {#1475 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1477 …}
+slug: "Harder-Drive-Hard-drives-we-didn-t-want-or-need"
+title: "Harder Drive: Hard drives we didn't want or need"
+url: "https://youtu.be/JcJSW7Rprio"
+body: null
+type: "video"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 2
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696602367 {#1491
date: 2023-10-06 16:26:07.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1476 …}
+votes: Doctrine\ORM\PersistentCollection {#1758 …}
+reports: Doctrine\ORM\PersistentCollection {#1755 …}
+favourites: Doctrine\ORM\PersistentCollection {#1757 …}
+notifications: Doctrine\ORM\PersistentCollection {#1756 …}
+badges: Doctrine\ORM\PersistentCollection {#1759 …}
+children: []
-id: 22144
-titleTs: "'didn':6 'drive':2,4 'hard':3 'harder':1 'need':10 'want':8"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696606867
+visibility: "visible "
+apId: "https://programming.dev/post/4014731"
+editedAt: null
+createdAt: DateTimeImmutable @1696602367 {#1493
date: 2023-10-06 16:26:07.0 +02:00
}
} |
|
Show voter details
|
57 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
58 |
DENIED
|
moderate
|
App\Entity\Entry {#1772
+user: Proxies\__CG__\App\Entity\User {#1779 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1778 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#188 …}
+slug: "what-did-your-government-do-well-in-the-near-past"
+title: "what did your government do well in the near past?"
+url: null
+body: "In politics most people just critizise each other, but what did your local government actually do a good job on?"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 1
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696598704 {#1751
date: 2023-10-06 15:25:04.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1787 …}
+votes: Doctrine\ORM\PersistentCollection {#1774 …}
+reports: Doctrine\ORM\PersistentCollection {#1775 …}
+favourites: Doctrine\ORM\PersistentCollection {#1781 …}
+notifications: Doctrine\ORM\PersistentCollection {#1783 …}
+badges: Doctrine\ORM\PersistentCollection {#1784 …}
+children: []
-id: 5278
-titleTs: "'govern':4 'near':9 'past':10 'well':6"
-bodyTs: "'actual':15 'critizis':6 'good':18 'govern':14 'job':19 'local':13 'peopl':4 'polit':2"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696598704
+visibility: "visible "
+apId: "https://lemm.ee/post/10558998"
+editedAt: null
+createdAt: DateTimeImmutable @1696598704 {#1788
date: 2023-10-06 15:25:04.0 +02:00
}
} |
|
Show voter details
|
59 |
DENIED
|
edit
|
App\Entity\Entry {#1772
+user: Proxies\__CG__\App\Entity\User {#1779 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1778 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#188 …}
+slug: "what-did-your-government-do-well-in-the-near-past"
+title: "what did your government do well in the near past?"
+url: null
+body: "In politics most people just critizise each other, but what did your local government actually do a good job on?"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 1
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696598704 {#1751
date: 2023-10-06 15:25:04.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1787 …}
+votes: Doctrine\ORM\PersistentCollection {#1774 …}
+reports: Doctrine\ORM\PersistentCollection {#1775 …}
+favourites: Doctrine\ORM\PersistentCollection {#1781 …}
+notifications: Doctrine\ORM\PersistentCollection {#1783 …}
+badges: Doctrine\ORM\PersistentCollection {#1784 …}
+children: []
-id: 5278
-titleTs: "'govern':4 'near':9 'past':10 'well':6"
-bodyTs: "'actual':15 'critizis':6 'good':18 'govern':14 'job':19 'local':13 'peopl':4 'polit':2"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696598704
+visibility: "visible "
+apId: "https://lemm.ee/post/10558998"
+editedAt: null
+createdAt: DateTimeImmutable @1696598704 {#1788
date: 2023-10-06 15:25:04.0 +02:00
}
} |
|
Show voter details
|
60 |
DENIED
|
moderate
|
App\Entity\Entry {#1772
+user: Proxies\__CG__\App\Entity\User {#1779 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1778 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#188 …}
+slug: "what-did-your-government-do-well-in-the-near-past"
+title: "what did your government do well in the near past?"
+url: null
+body: "In politics most people just critizise each other, but what did your local government actually do a good job on?"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 1
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696598704 {#1751
date: 2023-10-06 15:25:04.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1787 …}
+votes: Doctrine\ORM\PersistentCollection {#1774 …}
+reports: Doctrine\ORM\PersistentCollection {#1775 …}
+favourites: Doctrine\ORM\PersistentCollection {#1781 …}
+notifications: Doctrine\ORM\PersistentCollection {#1783 …}
+badges: Doctrine\ORM\PersistentCollection {#1784 …}
+children: []
-id: 5278
-titleTs: "'govern':4 'near':9 'past':10 'well':6"
-bodyTs: "'actual':15 'critizis':6 'good':18 'govern':14 'job':19 'local':13 'peopl':4 'polit':2"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696598704
+visibility: "visible "
+apId: "https://lemm.ee/post/10558998"
+editedAt: null
+createdAt: DateTimeImmutable @1696598704 {#1788
date: 2023-10-06 15:25:04.0 +02:00
}
} |
|
Show voter details
|
61 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
62 |
DENIED
|
moderate
|
App\Entity\Entry {#1765
+user: Proxies\__CG__\App\Entity\User {#1766 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1943 …}
+image: Proxies\__CG__\App\Entity\Image {#1682 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1681 …}
+slug: "Cemetary-growing-by-an-acre-per-week"
+title: "Cemetary growing by an acre per week"
+url: "https://startrek.website/pictrs/image/069d9101-03b9-4d9b-a7d7-e71f3666a7a2.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 1
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696595488 {#1780
date: 2023-10-06 14:31:28.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1444 …}
+votes: Doctrine\ORM\PersistentCollection {#1452 …}
+reports: Doctrine\ORM\PersistentCollection {#1465 …}
+favourites: Doctrine\ORM\PersistentCollection {#1637 …}
+notifications: Doctrine\ORM\PersistentCollection {#1644 …}
+badges: Doctrine\ORM\PersistentCollection {#1622 …}
+children: []
-id: 22124
-titleTs: "'acr':5 'cemetari':1 'grow':2 'per':6 'week':7"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696595488
+visibility: "visible "
+apId: "https://startrek.website/post/2426325"
+editedAt: null
+createdAt: DateTimeImmutable @1696595488 {#1764
date: 2023-10-06 14:31:28.0 +02:00
}
} |
|
Show voter details
|
63 |
DENIED
|
edit
|
App\Entity\Entry {#1765
+user: Proxies\__CG__\App\Entity\User {#1766 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1943 …}
+image: Proxies\__CG__\App\Entity\Image {#1682 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1681 …}
+slug: "Cemetary-growing-by-an-acre-per-week"
+title: "Cemetary growing by an acre per week"
+url: "https://startrek.website/pictrs/image/069d9101-03b9-4d9b-a7d7-e71f3666a7a2.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 1
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696595488 {#1780
date: 2023-10-06 14:31:28.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1444 …}
+votes: Doctrine\ORM\PersistentCollection {#1452 …}
+reports: Doctrine\ORM\PersistentCollection {#1465 …}
+favourites: Doctrine\ORM\PersistentCollection {#1637 …}
+notifications: Doctrine\ORM\PersistentCollection {#1644 …}
+badges: Doctrine\ORM\PersistentCollection {#1622 …}
+children: []
-id: 22124
-titleTs: "'acr':5 'cemetari':1 'grow':2 'per':6 'week':7"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696595488
+visibility: "visible "
+apId: "https://startrek.website/post/2426325"
+editedAt: null
+createdAt: DateTimeImmutable @1696595488 {#1764
date: 2023-10-06 14:31:28.0 +02:00
}
} |
|
Show voter details
|
64 |
DENIED
|
moderate
|
App\Entity\Entry {#1765
+user: Proxies\__CG__\App\Entity\User {#1766 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1943 …}
+image: Proxies\__CG__\App\Entity\Image {#1682 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1681 …}
+slug: "Cemetary-growing-by-an-acre-per-week"
+title: "Cemetary growing by an acre per week"
+url: "https://startrek.website/pictrs/image/069d9101-03b9-4d9b-a7d7-e71f3666a7a2.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 1
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696595488 {#1780
date: 2023-10-06 14:31:28.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1444 …}
+votes: Doctrine\ORM\PersistentCollection {#1452 …}
+reports: Doctrine\ORM\PersistentCollection {#1465 …}
+favourites: Doctrine\ORM\PersistentCollection {#1637 …}
+notifications: Doctrine\ORM\PersistentCollection {#1644 …}
+badges: Doctrine\ORM\PersistentCollection {#1622 …}
+children: []
-id: 22124
-titleTs: "'acr':5 'cemetari':1 'grow':2 'per':6 'week':7"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696595488
+visibility: "visible "
+apId: "https://startrek.website/post/2426325"
+editedAt: null
+createdAt: DateTimeImmutable @1696595488 {#1764
date: 2023-10-06 14:31:28.0 +02:00
}
} |
|
Show voter details
|
65 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
66 |
DENIED
|
moderate
|
App\Entity\Entry {#1634
+user: Proxies\__CG__\App\Entity\User {#1766 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1636 …}
+image: Proxies\__CG__\App\Entity\Image {#1635 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1681 …}
+slug: "Wake-the-fuck-up-Kenobi-We-got-a-republic-to"
+title: "Wake the fuck up Kenobi... We got a republic to burn"
+url: "https://startrek.website/pictrs/image/2edfdc85-0ea6-4acd-9ae3-843a1246995c.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 7
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696591910 {#1627
date: 2023-10-06 13:31:50.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1660 …}
+votes: Doctrine\ORM\PersistentCollection {#1450 …}
+reports: Doctrine\ORM\PersistentCollection {#1421 …}
+favourites: Doctrine\ORM\PersistentCollection {#1446 …}
+notifications: Doctrine\ORM\PersistentCollection {#1424 …}
+badges: Doctrine\ORM\PersistentCollection {#1442 …}
+children: []
-id: 3808
-titleTs: "'burn':11 'fuck':3 'got':7 'kenobi':5 'republ':9 'wake':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696605410
+visibility: "visible "
+apId: "https://startrek.website/post/2425549"
+editedAt: null
+createdAt: DateTimeImmutable @1696591910 {#1624
date: 2023-10-06 13:31:50.0 +02:00
}
} |
|
Show voter details
|
67 |
DENIED
|
edit
|
App\Entity\Entry {#1634
+user: Proxies\__CG__\App\Entity\User {#1766 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1636 …}
+image: Proxies\__CG__\App\Entity\Image {#1635 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1681 …}
+slug: "Wake-the-fuck-up-Kenobi-We-got-a-republic-to"
+title: "Wake the fuck up Kenobi... We got a republic to burn"
+url: "https://startrek.website/pictrs/image/2edfdc85-0ea6-4acd-9ae3-843a1246995c.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 7
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696591910 {#1627
date: 2023-10-06 13:31:50.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1660 …}
+votes: Doctrine\ORM\PersistentCollection {#1450 …}
+reports: Doctrine\ORM\PersistentCollection {#1421 …}
+favourites: Doctrine\ORM\PersistentCollection {#1446 …}
+notifications: Doctrine\ORM\PersistentCollection {#1424 …}
+badges: Doctrine\ORM\PersistentCollection {#1442 …}
+children: []
-id: 3808
-titleTs: "'burn':11 'fuck':3 'got':7 'kenobi':5 'republ':9 'wake':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696605410
+visibility: "visible "
+apId: "https://startrek.website/post/2425549"
+editedAt: null
+createdAt: DateTimeImmutable @1696591910 {#1624
date: 2023-10-06 13:31:50.0 +02:00
}
} |
|
Show voter details
|
68 |
DENIED
|
moderate
|
App\Entity\Entry {#1634
+user: Proxies\__CG__\App\Entity\User {#1766 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1636 …}
+image: Proxies\__CG__\App\Entity\Image {#1635 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1681 …}
+slug: "Wake-the-fuck-up-Kenobi-We-got-a-republic-to"
+title: "Wake the fuck up Kenobi... We got a republic to burn"
+url: "https://startrek.website/pictrs/image/2edfdc85-0ea6-4acd-9ae3-843a1246995c.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 7
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696591910 {#1627
date: 2023-10-06 13:31:50.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1660 …}
+votes: Doctrine\ORM\PersistentCollection {#1450 …}
+reports: Doctrine\ORM\PersistentCollection {#1421 …}
+favourites: Doctrine\ORM\PersistentCollection {#1446 …}
+notifications: Doctrine\ORM\PersistentCollection {#1424 …}
+badges: Doctrine\ORM\PersistentCollection {#1442 …}
+children: []
-id: 3808
-titleTs: "'burn':11 'fuck':3 'got':7 'kenobi':5 'republ':9 'wake':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696605410
+visibility: "visible "
+apId: "https://startrek.website/post/2425549"
+editedAt: null
+createdAt: DateTimeImmutable @1696591910 {#1624
date: 2023-10-06 13:31:50.0 +02:00
}
} |
|
Show voter details
|
69 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
70 |
DENIED
|
moderate
|
App\Entity\Entry {#1451
+user: Proxies\__CG__\App\Entity\User {#1766 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1413 …}
+image: Proxies\__CG__\App\Entity\Image {#1417 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1681 …}
+slug: "I-m-feeling-kinda-personally-attacked"
+title: "I'm feeling kinda personally attacked"
+url: "https://startrek.website/pictrs/image/74a5265a-ebf1-44b4-a124-607788a329ff.png"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 5
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696591667 {#1420
date: 2023-10-06 13:27:47.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1414 …}
+votes: Doctrine\ORM\PersistentCollection {#1412 …}
+reports: Doctrine\ORM\PersistentCollection {#1443 …}
+favourites: Doctrine\ORM\PersistentCollection {#1419 …}
+notifications: Doctrine\ORM\PersistentCollection {#1416 …}
+badges: Doctrine\ORM\PersistentCollection {#1456 …}
+children: []
-id: 10603
-titleTs: "'attack':6 'feel':3 'kinda':4 'm':2 'person':5"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696600667
+visibility: "visible "
+apId: "https://startrek.website/post/2425437"
+editedAt: null
+createdAt: DateTimeImmutable @1696591667 {#1426
date: 2023-10-06 13:27:47.0 +02:00
}
} |
|
Show voter details
|
71 |
DENIED
|
edit
|
App\Entity\Entry {#1451
+user: Proxies\__CG__\App\Entity\User {#1766 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1413 …}
+image: Proxies\__CG__\App\Entity\Image {#1417 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1681 …}
+slug: "I-m-feeling-kinda-personally-attacked"
+title: "I'm feeling kinda personally attacked"
+url: "https://startrek.website/pictrs/image/74a5265a-ebf1-44b4-a124-607788a329ff.png"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 5
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696591667 {#1420
date: 2023-10-06 13:27:47.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1414 …}
+votes: Doctrine\ORM\PersistentCollection {#1412 …}
+reports: Doctrine\ORM\PersistentCollection {#1443 …}
+favourites: Doctrine\ORM\PersistentCollection {#1419 …}
+notifications: Doctrine\ORM\PersistentCollection {#1416 …}
+badges: Doctrine\ORM\PersistentCollection {#1456 …}
+children: []
-id: 10603
-titleTs: "'attack':6 'feel':3 'kinda':4 'm':2 'person':5"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696600667
+visibility: "visible "
+apId: "https://startrek.website/post/2425437"
+editedAt: null
+createdAt: DateTimeImmutable @1696591667 {#1426
date: 2023-10-06 13:27:47.0 +02:00
}
} |
|
Show voter details
|
72 |
DENIED
|
moderate
|
App\Entity\Entry {#1451
+user: Proxies\__CG__\App\Entity\User {#1766 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1413 …}
+image: Proxies\__CG__\App\Entity\Image {#1417 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1681 …}
+slug: "I-m-feeling-kinda-personally-attacked"
+title: "I'm feeling kinda personally attacked"
+url: "https://startrek.website/pictrs/image/74a5265a-ebf1-44b4-a124-607788a329ff.png"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 5
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696591667 {#1420
date: 2023-10-06 13:27:47.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1414 …}
+votes: Doctrine\ORM\PersistentCollection {#1412 …}
+reports: Doctrine\ORM\PersistentCollection {#1443 …}
+favourites: Doctrine\ORM\PersistentCollection {#1419 …}
+notifications: Doctrine\ORM\PersistentCollection {#1416 …}
+badges: Doctrine\ORM\PersistentCollection {#1456 …}
+children: []
-id: 10603
-titleTs: "'attack':6 'feel':3 'kinda':4 'm':2 'person':5"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696600667
+visibility: "visible "
+apId: "https://startrek.website/post/2425437"
+editedAt: null
+createdAt: DateTimeImmutable @1696591667 {#1426
date: 2023-10-06 13:27:47.0 +02:00
}
} |
|
Show voter details
|
73 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
74 |
DENIED
|
moderate
|
App\Entity\Entry {#1463
+user: Proxies\__CG__\App\Entity\User {#1464 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1778 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#188 …}
+slug: "What-connections-or-activities-are-you-planning-to-pursue-when"
+title: "What connections or activities are you planning to pursue when you are older/retired?"
+url: null
+body: "Scientists tell us that being connected and active is one of the secrets to having meaningful and fulfilling life when older. What activities and connections are you planning on pursuing?"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 1
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696585758 {#1461
date: 2023-10-06 11:49:18.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1448 …}
+votes: Doctrine\ORM\PersistentCollection {#1455 …}
+reports: Doctrine\ORM\PersistentCollection {#1460 …}
+favourites: Doctrine\ORM\PersistentCollection {#1459 …}
+notifications: Doctrine\ORM\PersistentCollection {#1439 …}
+badges: Doctrine\ORM\PersistentCollection {#1437 …}
+children: []
-id: 5176
-titleTs: "'activ':4 'connect':2 'older/retired':13 'plan':7 'pursu':9"
-bodyTs: "'activ':8,23 'connect':6,25 'fulfil':18 'life':19 'meaning':16 'older':21 'one':10 'plan':28 'pursu':30 'scientist':1 'secret':13 'tell':2 'us':3"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696585758
+visibility: "visible "
+apId: "https://lemmy.world/post/6385129"
+editedAt: null
+createdAt: DateTimeImmutable @1696585758 {#1462
date: 2023-10-06 11:49:18.0 +02:00
}
} |
|
Show voter details
|
75 |
DENIED
|
edit
|
App\Entity\Entry {#1463
+user: Proxies\__CG__\App\Entity\User {#1464 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1778 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#188 …}
+slug: "What-connections-or-activities-are-you-planning-to-pursue-when"
+title: "What connections or activities are you planning to pursue when you are older/retired?"
+url: null
+body: "Scientists tell us that being connected and active is one of the secrets to having meaningful and fulfilling life when older. What activities and connections are you planning on pursuing?"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 1
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696585758 {#1461
date: 2023-10-06 11:49:18.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1448 …}
+votes: Doctrine\ORM\PersistentCollection {#1455 …}
+reports: Doctrine\ORM\PersistentCollection {#1460 …}
+favourites: Doctrine\ORM\PersistentCollection {#1459 …}
+notifications: Doctrine\ORM\PersistentCollection {#1439 …}
+badges: Doctrine\ORM\PersistentCollection {#1437 …}
+children: []
-id: 5176
-titleTs: "'activ':4 'connect':2 'older/retired':13 'plan':7 'pursu':9"
-bodyTs: "'activ':8,23 'connect':6,25 'fulfil':18 'life':19 'meaning':16 'older':21 'one':10 'plan':28 'pursu':30 'scientist':1 'secret':13 'tell':2 'us':3"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696585758
+visibility: "visible "
+apId: "https://lemmy.world/post/6385129"
+editedAt: null
+createdAt: DateTimeImmutable @1696585758 {#1462
date: 2023-10-06 11:49:18.0 +02:00
}
} |
|
Show voter details
|
76 |
DENIED
|
moderate
|
App\Entity\Entry {#1463
+user: Proxies\__CG__\App\Entity\User {#1464 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1778 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#188 …}
+slug: "What-connections-or-activities-are-you-planning-to-pursue-when"
+title: "What connections or activities are you planning to pursue when you are older/retired?"
+url: null
+body: "Scientists tell us that being connected and active is one of the secrets to having meaningful and fulfilling life when older. What activities and connections are you planning on pursuing?"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 1
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696585758 {#1461
date: 2023-10-06 11:49:18.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1448 …}
+votes: Doctrine\ORM\PersistentCollection {#1455 …}
+reports: Doctrine\ORM\PersistentCollection {#1460 …}
+favourites: Doctrine\ORM\PersistentCollection {#1459 …}
+notifications: Doctrine\ORM\PersistentCollection {#1439 …}
+badges: Doctrine\ORM\PersistentCollection {#1437 …}
+children: []
-id: 5176
-titleTs: "'activ':4 'connect':2 'older/retired':13 'plan':7 'pursu':9"
-bodyTs: "'activ':8,23 'connect':6,25 'fulfil':18 'life':19 'meaning':16 'older':21 'one':10 'plan':28 'pursu':30 'scientist':1 'secret':13 'tell':2 'us':3"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696585758
+visibility: "visible "
+apId: "https://lemmy.world/post/6385129"
+editedAt: null
+createdAt: DateTimeImmutable @1696585758 {#1462
date: 2023-10-06 11:49:18.0 +02:00
}
} |
|
Show voter details
|
77 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
78 |
DENIED
|
moderate
|
App\Entity\Entry {#1430
+user: Proxies\__CG__\App\Entity\User {#1434 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2481 …}
+image: Proxies\__CG__\App\Entity\Image {#1431 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1440 …}
+slug: "The-Dilemma-of-Replaying-Games"
+title: "The Dilemma of Replaying Games"
+url: "https://blisscast.wordpress.com/2023/10/05/the-dilemma-of-replaying-games-my-journal-page-71/"
+body: """
So many games to try, so little time to do it… We always want to try new things, and end up leaving behind what we used to love. Is it that easy to go back to a game you’ve already finished? Let’s find out!\n
\n
*Disponibile anche in 🇮🇹*
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 2
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696585243 {#1428
date: 2023-10-06 11:40:43.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1438 …}
+votes: Doctrine\ORM\PersistentCollection {#1699 …}
+reports: Doctrine\ORM\PersistentCollection {#1703 …}
+favourites: Doctrine\ORM\PersistentCollection {#1693 …}
+notifications: Doctrine\ORM\PersistentCollection {#1695 …}
+badges: Doctrine\ORM\PersistentCollection {#1698 …}
+children: []
-id: 15066
-titleTs: "'dilemma':2 'game':5 'replay':4"
-bodyTs: "'alreadi':41 'alway':13 'anch':48 'back':35 'behind':23 'disponibil':47 'easi':32 'end':20 'find':45 'finish':42 'game':3,38 'go':34 'leav':22 'let':43 'littl':7 'love':28 'mani':2 'new':17 'thing':18 'time':8 'tri':5,16 'use':26 've':40 'want':14"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696589743
+visibility: "visible "
+apId: "https://lemmy.world/post/6384790"
+editedAt: null
+createdAt: DateTimeImmutable @1696585243 {#1435
date: 2023-10-06 11:40:43.0 +02:00
}
} |
|
Show voter details
|
79 |
DENIED
|
edit
|
App\Entity\Entry {#1430
+user: Proxies\__CG__\App\Entity\User {#1434 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2481 …}
+image: Proxies\__CG__\App\Entity\Image {#1431 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1440 …}
+slug: "The-Dilemma-of-Replaying-Games"
+title: "The Dilemma of Replaying Games"
+url: "https://blisscast.wordpress.com/2023/10/05/the-dilemma-of-replaying-games-my-journal-page-71/"
+body: """
So many games to try, so little time to do it… We always want to try new things, and end up leaving behind what we used to love. Is it that easy to go back to a game you’ve already finished? Let’s find out!\n
\n
*Disponibile anche in 🇮🇹*
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 2
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696585243 {#1428
date: 2023-10-06 11:40:43.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1438 …}
+votes: Doctrine\ORM\PersistentCollection {#1699 …}
+reports: Doctrine\ORM\PersistentCollection {#1703 …}
+favourites: Doctrine\ORM\PersistentCollection {#1693 …}
+notifications: Doctrine\ORM\PersistentCollection {#1695 …}
+badges: Doctrine\ORM\PersistentCollection {#1698 …}
+children: []
-id: 15066
-titleTs: "'dilemma':2 'game':5 'replay':4"
-bodyTs: "'alreadi':41 'alway':13 'anch':48 'back':35 'behind':23 'disponibil':47 'easi':32 'end':20 'find':45 'finish':42 'game':3,38 'go':34 'leav':22 'let':43 'littl':7 'love':28 'mani':2 'new':17 'thing':18 'time':8 'tri':5,16 'use':26 've':40 'want':14"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696589743
+visibility: "visible "
+apId: "https://lemmy.world/post/6384790"
+editedAt: null
+createdAt: DateTimeImmutable @1696585243 {#1435
date: 2023-10-06 11:40:43.0 +02:00
}
} |
|
Show voter details
|
80 |
DENIED
|
moderate
|
App\Entity\Entry {#1430
+user: Proxies\__CG__\App\Entity\User {#1434 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2481 …}
+image: Proxies\__CG__\App\Entity\Image {#1431 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1440 …}
+slug: "The-Dilemma-of-Replaying-Games"
+title: "The Dilemma of Replaying Games"
+url: "https://blisscast.wordpress.com/2023/10/05/the-dilemma-of-replaying-games-my-journal-page-71/"
+body: """
So many games to try, so little time to do it… We always want to try new things, and end up leaving behind what we used to love. Is it that easy to go back to a game you’ve already finished? Let’s find out!\n
\n
*Disponibile anche in 🇮🇹*
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 2
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696585243 {#1428
date: 2023-10-06 11:40:43.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1438 …}
+votes: Doctrine\ORM\PersistentCollection {#1699 …}
+reports: Doctrine\ORM\PersistentCollection {#1703 …}
+favourites: Doctrine\ORM\PersistentCollection {#1693 …}
+notifications: Doctrine\ORM\PersistentCollection {#1695 …}
+badges: Doctrine\ORM\PersistentCollection {#1698 …}
+children: []
-id: 15066
-titleTs: "'dilemma':2 'game':5 'replay':4"
-bodyTs: "'alreadi':41 'alway':13 'anch':48 'back':35 'behind':23 'disponibil':47 'easi':32 'end':20 'find':45 'finish':42 'game':3,38 'go':34 'leav':22 'let':43 'littl':7 'love':28 'mani':2 'new':17 'thing':18 'time':8 'tri':5,16 'use':26 've':40 'want':14"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696589743
+visibility: "visible "
+apId: "https://lemmy.world/post/6384790"
+editedAt: null
+createdAt: DateTimeImmutable @1696585243 {#1435
date: 2023-10-06 11:40:43.0 +02:00
}
} |
|
Show voter details
|
81 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
82 |
DENIED
|
moderate
|
App\Entity\Entry {#1610
+user: Proxies\__CG__\App\Entity\User {#1609 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1606 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#188 …}
+slug: "Update-handling-after-rebasing-Fedora-Silverblue"
+title: "Update handling after rebasing Fedora Silverblue"
+url: null
+body: """
So I am trying out fedora silverblue and recently rebased it to uBlue to get access to hardware decoding for non-free codecs and for some QoL improvements. Before rebasing, I used to get both system updates(update to image that silverblue is based on) and flatpak updates through the gui package manager(gnome-software in this case) but since i rebased, i was not getting any notifications for system updates. I ran `rpm-ostree upgrade` and then it pulled from the manifest and updated the system using the updated image. For some reason gnome-software did not know this new image was available.\n
\n
My question is does this mean that i will have to run `rpm-ostree upgrade` to update from now or will gnome-software handle it? I have no problem using the terminal but gnome-software is more convenient and I am lazy.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 2
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696583612 {#1709
date: 2023-10-06 11:13:32.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1614 …}
+votes: Doctrine\ORM\PersistentCollection {#1615 …}
+reports: Doctrine\ORM\PersistentCollection {#1752 …}
+favourites: Doctrine\ORM\PersistentCollection {#1639 …}
+notifications: Doctrine\ORM\PersistentCollection {#1647 …}
+badges: Doctrine\ORM\PersistentCollection {#1640 …}
+children: []
-id: 14525
-titleTs: "'fedora':5 'handl':2 'rebas':4 'silverblu':6 'updat':1"
-bodyTs: "'access':16 'avail':108 'base':45 'case':60 'codec':24 'conveni':149 'decod':19 'fedora':6 'flatpak':48 'free':23 'get':15,35,68 'gnome':56,99,132,145 'gnome-softwar':55,98,131,144 'gui':52 'handl':134 'hardwar':18 'imag':41,94,106 'improv':29 'know':103 'lazi':153 'manag':54 'manifest':86 'mean':114 'new':105 'non':22 'non-fre':21 'notif':70 'ostre':78,123 'packag':53 'problem':139 'pull':83 'qol':28 'question':110 'ran':75 'reason':97 'rebas':10,31,64 'recent':9 'rpm':77,122 'rpm-ostre':76,121 'run':120 'silverblu':7,43 'sinc':62 'softwar':57,100,133,146 'system':37,72,90 'termin':142 'tri':4 'ublu':13 'updat':38,39,49,73,88,93,126 'upgrad':79,124 'use':33,91,140"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696588112
+visibility: "visible "
+apId: "https://feddit.de/post/4234000"
+editedAt: null
+createdAt: DateTimeImmutable @1696583612 {#1595
date: 2023-10-06 11:13:32.0 +02:00
}
} |
|
Show voter details
|
83 |
DENIED
|
edit
|
App\Entity\Entry {#1610
+user: Proxies\__CG__\App\Entity\User {#1609 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1606 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#188 …}
+slug: "Update-handling-after-rebasing-Fedora-Silverblue"
+title: "Update handling after rebasing Fedora Silverblue"
+url: null
+body: """
So I am trying out fedora silverblue and recently rebased it to uBlue to get access to hardware decoding for non-free codecs and for some QoL improvements. Before rebasing, I used to get both system updates(update to image that silverblue is based on) and flatpak updates through the gui package manager(gnome-software in this case) but since i rebased, i was not getting any notifications for system updates. I ran `rpm-ostree upgrade` and then it pulled from the manifest and updated the system using the updated image. For some reason gnome-software did not know this new image was available.\n
\n
My question is does this mean that i will have to run `rpm-ostree upgrade` to update from now or will gnome-software handle it? I have no problem using the terminal but gnome-software is more convenient and I am lazy.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 2
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696583612 {#1709
date: 2023-10-06 11:13:32.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1614 …}
+votes: Doctrine\ORM\PersistentCollection {#1615 …}
+reports: Doctrine\ORM\PersistentCollection {#1752 …}
+favourites: Doctrine\ORM\PersistentCollection {#1639 …}
+notifications: Doctrine\ORM\PersistentCollection {#1647 …}
+badges: Doctrine\ORM\PersistentCollection {#1640 …}
+children: []
-id: 14525
-titleTs: "'fedora':5 'handl':2 'rebas':4 'silverblu':6 'updat':1"
-bodyTs: "'access':16 'avail':108 'base':45 'case':60 'codec':24 'conveni':149 'decod':19 'fedora':6 'flatpak':48 'free':23 'get':15,35,68 'gnome':56,99,132,145 'gnome-softwar':55,98,131,144 'gui':52 'handl':134 'hardwar':18 'imag':41,94,106 'improv':29 'know':103 'lazi':153 'manag':54 'manifest':86 'mean':114 'new':105 'non':22 'non-fre':21 'notif':70 'ostre':78,123 'packag':53 'problem':139 'pull':83 'qol':28 'question':110 'ran':75 'reason':97 'rebas':10,31,64 'recent':9 'rpm':77,122 'rpm-ostre':76,121 'run':120 'silverblu':7,43 'sinc':62 'softwar':57,100,133,146 'system':37,72,90 'termin':142 'tri':4 'ublu':13 'updat':38,39,49,73,88,93,126 'upgrad':79,124 'use':33,91,140"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696588112
+visibility: "visible "
+apId: "https://feddit.de/post/4234000"
+editedAt: null
+createdAt: DateTimeImmutable @1696583612 {#1595
date: 2023-10-06 11:13:32.0 +02:00
}
} |
|
Show voter details
|
84 |
DENIED
|
moderate
|
App\Entity\Entry {#1610
+user: Proxies\__CG__\App\Entity\User {#1609 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1606 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#188 …}
+slug: "Update-handling-after-rebasing-Fedora-Silverblue"
+title: "Update handling after rebasing Fedora Silverblue"
+url: null
+body: """
So I am trying out fedora silverblue and recently rebased it to uBlue to get access to hardware decoding for non-free codecs and for some QoL improvements. Before rebasing, I used to get both system updates(update to image that silverblue is based on) and flatpak updates through the gui package manager(gnome-software in this case) but since i rebased, i was not getting any notifications for system updates. I ran `rpm-ostree upgrade` and then it pulled from the manifest and updated the system using the updated image. For some reason gnome-software did not know this new image was available.\n
\n
My question is does this mean that i will have to run `rpm-ostree upgrade` to update from now or will gnome-software handle it? I have no problem using the terminal but gnome-software is more convenient and I am lazy.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 2
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696583612 {#1709
date: 2023-10-06 11:13:32.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1614 …}
+votes: Doctrine\ORM\PersistentCollection {#1615 …}
+reports: Doctrine\ORM\PersistentCollection {#1752 …}
+favourites: Doctrine\ORM\PersistentCollection {#1639 …}
+notifications: Doctrine\ORM\PersistentCollection {#1647 …}
+badges: Doctrine\ORM\PersistentCollection {#1640 …}
+children: []
-id: 14525
-titleTs: "'fedora':5 'handl':2 'rebas':4 'silverblu':6 'updat':1"
-bodyTs: "'access':16 'avail':108 'base':45 'case':60 'codec':24 'conveni':149 'decod':19 'fedora':6 'flatpak':48 'free':23 'get':15,35,68 'gnome':56,99,132,145 'gnome-softwar':55,98,131,144 'gui':52 'handl':134 'hardwar':18 'imag':41,94,106 'improv':29 'know':103 'lazi':153 'manag':54 'manifest':86 'mean':114 'new':105 'non':22 'non-fre':21 'notif':70 'ostre':78,123 'packag':53 'problem':139 'pull':83 'qol':28 'question':110 'ran':75 'reason':97 'rebas':10,31,64 'recent':9 'rpm':77,122 'rpm-ostre':76,121 'run':120 'silverblu':7,43 'sinc':62 'softwar':57,100,133,146 'system':37,72,90 'termin':142 'tri':4 'ublu':13 'updat':38,39,49,73,88,93,126 'upgrad':79,124 'use':33,91,140"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696588112
+visibility: "visible "
+apId: "https://feddit.de/post/4234000"
+editedAt: null
+createdAt: DateTimeImmutable @1696583612 {#1595
date: 2023-10-06 11:13:32.0 +02:00
}
} |
|
Show voter details
|
85 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
86 |
DENIED
|
moderate
|
App\Entity\Entry {#1675
+user: Proxies\__CG__\App\Entity\User {#1674 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1676 …}
+image: Proxies\__CG__\App\Entity\Image {#1672 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1673 …}
+slug: "Where-Pokemon-cards-are-printed"
+title: "Where Pokémon cards are printed"
+url: "https://feddit.de/pictrs/image/5c506439-8cb5-4997-a693-82c50f736221.png"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 1
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696583584 {#1648
date: 2023-10-06 11:13:04.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1677 …}
+votes: Doctrine\ORM\PersistentCollection {#1669 …}
+reports: Doctrine\ORM\PersistentCollection {#1666 …}
+favourites: Doctrine\ORM\PersistentCollection {#1668 …}
+notifications: Doctrine\ORM\PersistentCollection {#1679 …}
+badges: Doctrine\ORM\PersistentCollection {#1654 …}
+children: []
-id: 11531
-titleTs: "'card':3 'pokémon':2 'print':5"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696583584
+visibility: "visible "
+apId: "https://feddit.de/post/4233998"
+editedAt: null
+createdAt: DateTimeImmutable @1696583584 {#1665
date: 2023-10-06 11:13:04.0 +02:00
}
} |
|
Show voter details
|
87 |
DENIED
|
edit
|
App\Entity\Entry {#1675
+user: Proxies\__CG__\App\Entity\User {#1674 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1676 …}
+image: Proxies\__CG__\App\Entity\Image {#1672 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1673 …}
+slug: "Where-Pokemon-cards-are-printed"
+title: "Where Pokémon cards are printed"
+url: "https://feddit.de/pictrs/image/5c506439-8cb5-4997-a693-82c50f736221.png"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 1
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696583584 {#1648
date: 2023-10-06 11:13:04.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1677 …}
+votes: Doctrine\ORM\PersistentCollection {#1669 …}
+reports: Doctrine\ORM\PersistentCollection {#1666 …}
+favourites: Doctrine\ORM\PersistentCollection {#1668 …}
+notifications: Doctrine\ORM\PersistentCollection {#1679 …}
+badges: Doctrine\ORM\PersistentCollection {#1654 …}
+children: []
-id: 11531
-titleTs: "'card':3 'pokémon':2 'print':5"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696583584
+visibility: "visible "
+apId: "https://feddit.de/post/4233998"
+editedAt: null
+createdAt: DateTimeImmutable @1696583584 {#1665
date: 2023-10-06 11:13:04.0 +02:00
}
} |
|
Show voter details
|
88 |
DENIED
|
moderate
|
App\Entity\Entry {#1675
+user: Proxies\__CG__\App\Entity\User {#1674 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1676 …}
+image: Proxies\__CG__\App\Entity\Image {#1672 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1673 …}
+slug: "Where-Pokemon-cards-are-printed"
+title: "Where Pokémon cards are printed"
+url: "https://feddit.de/pictrs/image/5c506439-8cb5-4997-a693-82c50f736221.png"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 1
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696583584 {#1648
date: 2023-10-06 11:13:04.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1677 …}
+votes: Doctrine\ORM\PersistentCollection {#1669 …}
+reports: Doctrine\ORM\PersistentCollection {#1666 …}
+favourites: Doctrine\ORM\PersistentCollection {#1668 …}
+notifications: Doctrine\ORM\PersistentCollection {#1679 …}
+badges: Doctrine\ORM\PersistentCollection {#1654 …}
+children: []
-id: 11531
-titleTs: "'card':3 'pokémon':2 'print':5"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696583584
+visibility: "visible "
+apId: "https://feddit.de/post/4233998"
+editedAt: null
+createdAt: DateTimeImmutable @1696583584 {#1665
date: 2023-10-06 11:13:04.0 +02:00
}
} |
|
Show voter details
|
89 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
90 |
DENIED
|
moderate
|
App\Entity\Entry {#1651
+user: Proxies\__CG__\App\Entity\User {#1653 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1413 …}
+image: Proxies\__CG__\App\Entity\Image {#1656 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1978 …}
+slug: "I-want-to-get-off-Mr-Bones-Wild-Ride"
+title: "I want to get off Mr. Bones' Wild Ride"
+url: "https://lemmy.world/pictrs/image/bd7b80db-6c6a-449c-91d7-b4b61fce24b6.jpeg"
+body: "“The future has so much potential, we’re closer to Star Trek every day” - Me, about 20 years ago"
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 2
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696581732 {#1655
date: 2023-10-06 10:42:12.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1661 …}
+votes: Doctrine\ORM\PersistentCollection {#1663 …}
+reports: Doctrine\ORM\PersistentCollection {#1552 …}
+favourites: Doctrine\ORM\PersistentCollection {#1592 …}
+notifications: Doctrine\ORM\PersistentCollection {#1593 …}
+badges: Doctrine\ORM\PersistentCollection {#1571 …}
+children: []
-id: 16488
-titleTs: "'bone':7 'get':4 'mr':6 'ride':9 'want':2 'wild':8"
-bodyTs: "'20':17 'ago':19 'closer':9 'day':14 'everi':13 'futur':2 'much':5 'potenti':6 're':8 'star':11 'trek':12 'year':18"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696586232
+visibility: "visible "
+apId: "https://lemmy.world/post/6383170"
+editedAt: null
+createdAt: DateTimeImmutable @1696581732 {#1649
date: 2023-10-06 10:42:12.0 +02:00
}
} |
|
Show voter details
|
91 |
DENIED
|
edit
|
App\Entity\Entry {#1651
+user: Proxies\__CG__\App\Entity\User {#1653 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1413 …}
+image: Proxies\__CG__\App\Entity\Image {#1656 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1978 …}
+slug: "I-want-to-get-off-Mr-Bones-Wild-Ride"
+title: "I want to get off Mr. Bones' Wild Ride"
+url: "https://lemmy.world/pictrs/image/bd7b80db-6c6a-449c-91d7-b4b61fce24b6.jpeg"
+body: "“The future has so much potential, we’re closer to Star Trek every day” - Me, about 20 years ago"
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 2
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696581732 {#1655
date: 2023-10-06 10:42:12.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1661 …}
+votes: Doctrine\ORM\PersistentCollection {#1663 …}
+reports: Doctrine\ORM\PersistentCollection {#1552 …}
+favourites: Doctrine\ORM\PersistentCollection {#1592 …}
+notifications: Doctrine\ORM\PersistentCollection {#1593 …}
+badges: Doctrine\ORM\PersistentCollection {#1571 …}
+children: []
-id: 16488
-titleTs: "'bone':7 'get':4 'mr':6 'ride':9 'want':2 'wild':8"
-bodyTs: "'20':17 'ago':19 'closer':9 'day':14 'everi':13 'futur':2 'much':5 'potenti':6 're':8 'star':11 'trek':12 'year':18"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696586232
+visibility: "visible "
+apId: "https://lemmy.world/post/6383170"
+editedAt: null
+createdAt: DateTimeImmutable @1696581732 {#1649
date: 2023-10-06 10:42:12.0 +02:00
}
} |
|
Show voter details
|
92 |
DENIED
|
moderate
|
App\Entity\Entry {#1651
+user: Proxies\__CG__\App\Entity\User {#1653 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1413 …}
+image: Proxies\__CG__\App\Entity\Image {#1656 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1978 …}
+slug: "I-want-to-get-off-Mr-Bones-Wild-Ride"
+title: "I want to get off Mr. Bones' Wild Ride"
+url: "https://lemmy.world/pictrs/image/bd7b80db-6c6a-449c-91d7-b4b61fce24b6.jpeg"
+body: "“The future has so much potential, we’re closer to Star Trek every day” - Me, about 20 years ago"
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 2
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696581732 {#1655
date: 2023-10-06 10:42:12.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1661 …}
+votes: Doctrine\ORM\PersistentCollection {#1663 …}
+reports: Doctrine\ORM\PersistentCollection {#1552 …}
+favourites: Doctrine\ORM\PersistentCollection {#1592 …}
+notifications: Doctrine\ORM\PersistentCollection {#1593 …}
+badges: Doctrine\ORM\PersistentCollection {#1571 …}
+children: []
-id: 16488
-titleTs: "'bone':7 'get':4 'mr':6 'ride':9 'want':2 'wild':8"
-bodyTs: "'20':17 'ago':19 'closer':9 'day':14 'everi':13 'futur':2 'much':5 'potenti':6 're':8 'star':11 'trek':12 'year':18"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696586232
+visibility: "visible "
+apId: "https://lemmy.world/post/6383170"
+editedAt: null
+createdAt: DateTimeImmutable @1696581732 {#1649
date: 2023-10-06 10:42:12.0 +02:00
}
} |
|
Show voter details
|
93 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
94 |
DENIED
|
moderate
|
App\Entity\Entry {#1577
+user: Proxies\__CG__\App\Entity\User {#1580 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1470 …}
+image: Proxies\__CG__\App\Entity\Image {#1579 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1584 …}
+slug: "Bob-the-Angry-Flower-in-The-Machines"
+title: "Bob the Angry Flower in "The Machines""
+url: "https://lemmy.sdf.org/pictrs/image/23bc2279-fca0-4749-87c8-65d90b399b7d.png"
+body: "[Bob the Angry Flower for October 6, 2023.](https://angryflower.com/1523.html)"
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 13
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696579098 {#1578
date: 2023-10-06 09:58:18.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1581 …}
+votes: Doctrine\ORM\PersistentCollection {#1572 …}
+reports: Doctrine\ORM\PersistentCollection {#1575 …}
+favourites: Doctrine\ORM\PersistentCollection {#1586 …}
+notifications: Doctrine\ORM\PersistentCollection {#1585 …}
+badges: Doctrine\ORM\PersistentCollection {#1551 …}
+children: []
-id: 4361
-titleTs: "'angri':3 'bob':1 'flower':4 'machin':7"
-bodyTs: "'/1523.html)':11 '2023':8 '6':7 'angri':3 'angryflower.com':10 'angryflower.com/1523.html)':9 'bob':1 'flower':4 'octob':6"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696606098
+visibility: "visible "
+apId: "https://lemmy.sdf.org/post/5239042"
+editedAt: null
+createdAt: DateTimeImmutable @1696579098 {#1583
date: 2023-10-06 09:58:18.0 +02:00
}
} |
|
Show voter details
|
95 |
DENIED
|
edit
|
App\Entity\Entry {#1577
+user: Proxies\__CG__\App\Entity\User {#1580 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1470 …}
+image: Proxies\__CG__\App\Entity\Image {#1579 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1584 …}
+slug: "Bob-the-Angry-Flower-in-The-Machines"
+title: "Bob the Angry Flower in "The Machines""
+url: "https://lemmy.sdf.org/pictrs/image/23bc2279-fca0-4749-87c8-65d90b399b7d.png"
+body: "[Bob the Angry Flower for October 6, 2023.](https://angryflower.com/1523.html)"
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 13
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696579098 {#1578
date: 2023-10-06 09:58:18.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1581 …}
+votes: Doctrine\ORM\PersistentCollection {#1572 …}
+reports: Doctrine\ORM\PersistentCollection {#1575 …}
+favourites: Doctrine\ORM\PersistentCollection {#1586 …}
+notifications: Doctrine\ORM\PersistentCollection {#1585 …}
+badges: Doctrine\ORM\PersistentCollection {#1551 …}
+children: []
-id: 4361
-titleTs: "'angri':3 'bob':1 'flower':4 'machin':7"
-bodyTs: "'/1523.html)':11 '2023':8 '6':7 'angri':3 'angryflower.com':10 'angryflower.com/1523.html)':9 'bob':1 'flower':4 'octob':6"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696606098
+visibility: "visible "
+apId: "https://lemmy.sdf.org/post/5239042"
+editedAt: null
+createdAt: DateTimeImmutable @1696579098 {#1583
date: 2023-10-06 09:58:18.0 +02:00
}
} |
|
Show voter details
|
96 |
DENIED
|
moderate
|
App\Entity\Entry {#1577
+user: Proxies\__CG__\App\Entity\User {#1580 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1470 …}
+image: Proxies\__CG__\App\Entity\Image {#1579 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1584 …}
+slug: "Bob-the-Angry-Flower-in-The-Machines"
+title: "Bob the Angry Flower in "The Machines""
+url: "https://lemmy.sdf.org/pictrs/image/23bc2279-fca0-4749-87c8-65d90b399b7d.png"
+body: "[Bob the Angry Flower for October 6, 2023.](https://angryflower.com/1523.html)"
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 13
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696579098 {#1578
date: 2023-10-06 09:58:18.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1581 …}
+votes: Doctrine\ORM\PersistentCollection {#1572 …}
+reports: Doctrine\ORM\PersistentCollection {#1575 …}
+favourites: Doctrine\ORM\PersistentCollection {#1586 …}
+notifications: Doctrine\ORM\PersistentCollection {#1585 …}
+badges: Doctrine\ORM\PersistentCollection {#1551 …}
+children: []
-id: 4361
-titleTs: "'angri':3 'bob':1 'flower':4 'machin':7"
-bodyTs: "'/1523.html)':11 '2023':8 '6':7 'angri':3 'angryflower.com':10 'angryflower.com/1523.html)':9 'bob':1 'flower':4 'octob':6"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696606098
+visibility: "visible "
+apId: "https://lemmy.sdf.org/post/5239042"
+editedAt: null
+createdAt: DateTimeImmutable @1696579098 {#1583
date: 2023-10-06 09:58:18.0 +02:00
}
} |
|
Show voter details
|
97 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
98 |
DENIED
|
moderate
|
App\Entity\Entry {#1526
+user: Proxies\__CG__\App\Entity\User {#1528 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#188 …}
+slug: "How-to-open-Lemmy-link-in-app-instead-of-browser"
+title: "How to open Lemmy link in app instead of browser?"
+url: null
+body: "When I receive a Lemmy email notification on my phone, and I click on the link inside, it goes to the webpage in my browser, instead of opening in the CONNECT app. How do I reassign that? I’m using Google Pixel 7 with Android 13"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 1
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696566941 {#1560
date: 2023-10-06 06:35:41.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1561 …}
+votes: Doctrine\ORM\PersistentCollection {#1567 …}
+reports: Doctrine\ORM\PersistentCollection {#1559 …}
+favourites: Doctrine\ORM\PersistentCollection {#1564 …}
+notifications: Doctrine\ORM\PersistentCollection {#1563 …}
+badges: Doctrine\ORM\PersistentCollection {#1565 …}
+children: []
-id: 10286
-titleTs: "'app':7 'browser':10 'instead':8 'lemmi':4 'link':5 'open':3"
-bodyTs: "'13':46 '7':43 'android':45 'app':32 'browser':25 'click':13 'connect':31 'email':6 'goe':19 'googl':41 'insid':17 'instead':26 'lemmi':5 'link':16 'm':39 'notif':7 'open':28 'phone':10 'pixel':42 'reassign':36 'receiv':3 'use':40 'webpag':22"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696566941
+visibility: "visible "
+apId: "https://lemmy.world/post/6375667"
+editedAt: null
+createdAt: DateTimeImmutable @1696566941 {#1568
date: 2023-10-06 06:35:41.0 +02:00
}
} |
|
Show voter details
|
99 |
DENIED
|
edit
|
App\Entity\Entry {#1526
+user: Proxies\__CG__\App\Entity\User {#1528 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#188 …}
+slug: "How-to-open-Lemmy-link-in-app-instead-of-browser"
+title: "How to open Lemmy link in app instead of browser?"
+url: null
+body: "When I receive a Lemmy email notification on my phone, and I click on the link inside, it goes to the webpage in my browser, instead of opening in the CONNECT app. How do I reassign that? I’m using Google Pixel 7 with Android 13"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 1
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696566941 {#1560
date: 2023-10-06 06:35:41.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1561 …}
+votes: Doctrine\ORM\PersistentCollection {#1567 …}
+reports: Doctrine\ORM\PersistentCollection {#1559 …}
+favourites: Doctrine\ORM\PersistentCollection {#1564 …}
+notifications: Doctrine\ORM\PersistentCollection {#1563 …}
+badges: Doctrine\ORM\PersistentCollection {#1565 …}
+children: []
-id: 10286
-titleTs: "'app':7 'browser':10 'instead':8 'lemmi':4 'link':5 'open':3"
-bodyTs: "'13':46 '7':43 'android':45 'app':32 'browser':25 'click':13 'connect':31 'email':6 'goe':19 'googl':41 'insid':17 'instead':26 'lemmi':5 'link':16 'm':39 'notif':7 'open':28 'phone':10 'pixel':42 'reassign':36 'receiv':3 'use':40 'webpag':22"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696566941
+visibility: "visible "
+apId: "https://lemmy.world/post/6375667"
+editedAt: null
+createdAt: DateTimeImmutable @1696566941 {#1568
date: 2023-10-06 06:35:41.0 +02:00
}
} |
|
Show voter details
|
100 |
DENIED
|
moderate
|
App\Entity\Entry {#1526
+user: Proxies\__CG__\App\Entity\User {#1528 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#188 …}
+slug: "How-to-open-Lemmy-link-in-app-instead-of-browser"
+title: "How to open Lemmy link in app instead of browser?"
+url: null
+body: "When I receive a Lemmy email notification on my phone, and I click on the link inside, it goes to the webpage in my browser, instead of opening in the CONNECT app. How do I reassign that? I’m using Google Pixel 7 with Android 13"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 1
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1696566941 {#1560
date: 2023-10-06 06:35:41.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1561 …}
+votes: Doctrine\ORM\PersistentCollection {#1567 …}
+reports: Doctrine\ORM\PersistentCollection {#1559 …}
+favourites: Doctrine\ORM\PersistentCollection {#1564 …}
+notifications: Doctrine\ORM\PersistentCollection {#1563 …}
+badges: Doctrine\ORM\PersistentCollection {#1565 …}
+children: []
-id: 10286
-titleTs: "'app':7 'browser':10 'instead':8 'lemmi':4 'link':5 'open':3"
-bodyTs: "'13':46 '7':43 'android':45 'app':32 'browser':25 'click':13 'connect':31 'email':6 'goe':19 'googl':41 'insid':17 'instead':26 'lemmi':5 'link':16 'm':39 'notif':7 'open':28 'phone':10 'pixel':42 'reassign':36 'receiv':3 'use':40 'webpag':22"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696566941
+visibility: "visible "
+apId: "https://lemmy.world/post/6375667"
+editedAt: null
+createdAt: DateTimeImmutable @1696566941 {#1568
date: 2023-10-06 06:35:41.0 +02:00
}
} |
|
Show voter details
|