| 1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 2 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1369
+user: Proxies\__CG__\App\Entity\User {#1370 …}
+entry: App\Entity\Entry {#1856 …}
+magazine: App\Entity\Magazine {#312
+icon: Proxies\__CG__\App\Entity\Image {#293 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#320
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#284 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#280 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#269 …}
+entries: Doctrine\ORM\PersistentCollection {#227 …}
+posts: Doctrine\ORM\PersistentCollection {#185 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#247 …}
+bans: Doctrine\ORM\PersistentCollection {#164 …}
+reports: Doctrine\ORM\PersistentCollection {#150 …}
+badges: Doctrine\ORM\PersistentCollection {#128 …}
+logs: Doctrine\ORM\PersistentCollection {#118 …}
+awards: Doctrine\ORM\PersistentCollection {#107 …}
+categories: Doctrine\ORM\PersistentCollection {#94 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#321
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#315
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2451 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2451 …}
+body: """
Just as an addendum to your answer. In the command writing to `mullvad.list` the `| sudo tee /etc/apt/sources.list.d/mullvad.list ` is using two helpful linux utilities to modify the command. The first is the `|` which is called a pipe and connects the text output of one program to the text input of another. The pipe is connecting the output of echo which simply prints a string, in this case composed of the outputs of several other commands to the program `tee`. Tee which is given admin privileges by the `sudo` takes an input stream and splits it between two files. In this case those are `mullvad.list` and since no other was provided `stdout` the output pipeline of the terminal running the command.\n
\n
EDIT:\n
\n
In the interest of further completeness. Another utility used in those commands is the command substitution operator of `sh`. So when the terminal is interpretting text `$(some command)` gets substituted out for the text output by the command in the parentheses. It is another common way of connecting commands on the shell to allow for more flexible and powerful commands.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1704133085 {#1769
date: 2024-01-01 19:18:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Critical_Insight@feddit.uk"
"@Nibodhika@lemmy.world"
"@Critical_Insight@feddit.uk"
"@Nibodhika@lemmy.world"
"@Critical_Insight@feddit.uk"
"@Nibodhika@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2356 …}
+nested: Doctrine\ORM\PersistentCollection {#2355 …}
+votes: Doctrine\ORM\PersistentCollection {#2428 …}
+reports: Doctrine\ORM\PersistentCollection {#2436 …}
+favourites: Doctrine\ORM\PersistentCollection {#2490 …}
+notifications: Doctrine\ORM\PersistentCollection {#2409 …}
-id: 271708
-bodyTs: "'/etc/apt/sources.list.d/mullvad.list':17 'addendum':4 'admin':83 'allow':174 'anoth':50,127,164 'answer':7 'call':34 'case':66,100 'command':10,27,74,119,132,135,148,158,169,180 'common':165 'complet':126 'compos':67 'connect':38,54,168 'echo':58 'edit':120 'file':97 'first':29 'flexibl':177 'get':149 'given':82 'help':21 'input':48,90 'interest':123 'interpret':145 'linux':22 'modifi':25 'mullvad.list':13,103 'one':43 'oper':137 'output':41,56,70,112,155 'parenthes':161 'pipe':36,52 'pipelin':113 'power':179 'print':61 'privileg':84 'program':44,77 'provid':109 'run':117 'sever':72 'sh':139 'shell':172 'simpli':60 'sinc':105 'split':93 'stdout':110 'stream':91 'string':63 'substitut':136,150 'sudo':15,87 'take':88 'tee':16,78,79 'termin':116,143 'text':40,47,146,154 'two':20,96 'use':19,129 'util':23,128 'way':166 'write':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/7775572"
+editedAt: DateTimeImmutable @1710585200 {#1945
date: 2024-03-16 11:33:20.0 +01:00
}
+createdAt: DateTimeImmutable @1704133085 {#1368
date: 2024-01-01 19:18:05.0 +01:00
}
} |
|
Show voter details
|
| 3 |
DENIED
|
edit
|
App\Entity\EntryComment {#1369
+user: Proxies\__CG__\App\Entity\User {#1370 …}
+entry: App\Entity\Entry {#1856 …}
+magazine: App\Entity\Magazine {#312
+icon: Proxies\__CG__\App\Entity\Image {#293 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#320
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#284 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#280 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#269 …}
+entries: Doctrine\ORM\PersistentCollection {#227 …}
+posts: Doctrine\ORM\PersistentCollection {#185 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#247 …}
+bans: Doctrine\ORM\PersistentCollection {#164 …}
+reports: Doctrine\ORM\PersistentCollection {#150 …}
+badges: Doctrine\ORM\PersistentCollection {#128 …}
+logs: Doctrine\ORM\PersistentCollection {#118 …}
+awards: Doctrine\ORM\PersistentCollection {#107 …}
+categories: Doctrine\ORM\PersistentCollection {#94 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#321
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#315
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2451 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2451 …}
+body: """
Just as an addendum to your answer. In the command writing to `mullvad.list` the `| sudo tee /etc/apt/sources.list.d/mullvad.list ` is using two helpful linux utilities to modify the command. The first is the `|` which is called a pipe and connects the text output of one program to the text input of another. The pipe is connecting the output of echo which simply prints a string, in this case composed of the outputs of several other commands to the program `tee`. Tee which is given admin privileges by the `sudo` takes an input stream and splits it between two files. In this case those are `mullvad.list` and since no other was provided `stdout` the output pipeline of the terminal running the command.\n
\n
EDIT:\n
\n
In the interest of further completeness. Another utility used in those commands is the command substitution operator of `sh`. So when the terminal is interpretting text `$(some command)` gets substituted out for the text output by the command in the parentheses. It is another common way of connecting commands on the shell to allow for more flexible and powerful commands.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1704133085 {#1769
date: 2024-01-01 19:18:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Critical_Insight@feddit.uk"
"@Nibodhika@lemmy.world"
"@Critical_Insight@feddit.uk"
"@Nibodhika@lemmy.world"
"@Critical_Insight@feddit.uk"
"@Nibodhika@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2356 …}
+nested: Doctrine\ORM\PersistentCollection {#2355 …}
+votes: Doctrine\ORM\PersistentCollection {#2428 …}
+reports: Doctrine\ORM\PersistentCollection {#2436 …}
+favourites: Doctrine\ORM\PersistentCollection {#2490 …}
+notifications: Doctrine\ORM\PersistentCollection {#2409 …}
-id: 271708
-bodyTs: "'/etc/apt/sources.list.d/mullvad.list':17 'addendum':4 'admin':83 'allow':174 'anoth':50,127,164 'answer':7 'call':34 'case':66,100 'command':10,27,74,119,132,135,148,158,169,180 'common':165 'complet':126 'compos':67 'connect':38,54,168 'echo':58 'edit':120 'file':97 'first':29 'flexibl':177 'get':149 'given':82 'help':21 'input':48,90 'interest':123 'interpret':145 'linux':22 'modifi':25 'mullvad.list':13,103 'one':43 'oper':137 'output':41,56,70,112,155 'parenthes':161 'pipe':36,52 'pipelin':113 'power':179 'print':61 'privileg':84 'program':44,77 'provid':109 'run':117 'sever':72 'sh':139 'shell':172 'simpli':60 'sinc':105 'split':93 'stdout':110 'stream':91 'string':63 'substitut':136,150 'sudo':15,87 'take':88 'tee':16,78,79 'termin':116,143 'text':40,47,146,154 'two':20,96 'use':19,129 'util':23,128 'way':166 'write':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/7775572"
+editedAt: DateTimeImmutable @1710585200 {#1945
date: 2024-03-16 11:33:20.0 +01:00
}
+createdAt: DateTimeImmutable @1704133085 {#1368
date: 2024-01-01 19:18:05.0 +01:00
}
} |
|
Show voter details
|
| 4 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1369
+user: Proxies\__CG__\App\Entity\User {#1370 …}
+entry: App\Entity\Entry {#1856 …}
+magazine: App\Entity\Magazine {#312
+icon: Proxies\__CG__\App\Entity\Image {#293 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#320
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#284 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#280 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#269 …}
+entries: Doctrine\ORM\PersistentCollection {#227 …}
+posts: Doctrine\ORM\PersistentCollection {#185 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#247 …}
+bans: Doctrine\ORM\PersistentCollection {#164 …}
+reports: Doctrine\ORM\PersistentCollection {#150 …}
+badges: Doctrine\ORM\PersistentCollection {#128 …}
+logs: Doctrine\ORM\PersistentCollection {#118 …}
+awards: Doctrine\ORM\PersistentCollection {#107 …}
+categories: Doctrine\ORM\PersistentCollection {#94 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#321
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#315
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2451 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2451 …}
+body: """
Just as an addendum to your answer. In the command writing to `mullvad.list` the `| sudo tee /etc/apt/sources.list.d/mullvad.list ` is using two helpful linux utilities to modify the command. The first is the `|` which is called a pipe and connects the text output of one program to the text input of another. The pipe is connecting the output of echo which simply prints a string, in this case composed of the outputs of several other commands to the program `tee`. Tee which is given admin privileges by the `sudo` takes an input stream and splits it between two files. In this case those are `mullvad.list` and since no other was provided `stdout` the output pipeline of the terminal running the command.\n
\n
EDIT:\n
\n
In the interest of further completeness. Another utility used in those commands is the command substitution operator of `sh`. So when the terminal is interpretting text `$(some command)` gets substituted out for the text output by the command in the parentheses. It is another common way of connecting commands on the shell to allow for more flexible and powerful commands.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1704133085 {#1769
date: 2024-01-01 19:18:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Critical_Insight@feddit.uk"
"@Nibodhika@lemmy.world"
"@Critical_Insight@feddit.uk"
"@Nibodhika@lemmy.world"
"@Critical_Insight@feddit.uk"
"@Nibodhika@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2356 …}
+nested: Doctrine\ORM\PersistentCollection {#2355 …}
+votes: Doctrine\ORM\PersistentCollection {#2428 …}
+reports: Doctrine\ORM\PersistentCollection {#2436 …}
+favourites: Doctrine\ORM\PersistentCollection {#2490 …}
+notifications: Doctrine\ORM\PersistentCollection {#2409 …}
-id: 271708
-bodyTs: "'/etc/apt/sources.list.d/mullvad.list':17 'addendum':4 'admin':83 'allow':174 'anoth':50,127,164 'answer':7 'call':34 'case':66,100 'command':10,27,74,119,132,135,148,158,169,180 'common':165 'complet':126 'compos':67 'connect':38,54,168 'echo':58 'edit':120 'file':97 'first':29 'flexibl':177 'get':149 'given':82 'help':21 'input':48,90 'interest':123 'interpret':145 'linux':22 'modifi':25 'mullvad.list':13,103 'one':43 'oper':137 'output':41,56,70,112,155 'parenthes':161 'pipe':36,52 'pipelin':113 'power':179 'print':61 'privileg':84 'program':44,77 'provid':109 'run':117 'sever':72 'sh':139 'shell':172 'simpli':60 'sinc':105 'split':93 'stdout':110 'stream':91 'string':63 'substitut':136,150 'sudo':15,87 'take':88 'tee':16,78,79 'termin':116,143 'text':40,47,146,154 'two':20,96 'use':19,129 'util':23,128 'way':166 'write':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/7775572"
+editedAt: DateTimeImmutable @1710585200 {#1945
date: 2024-03-16 11:33:20.0 +01:00
}
+createdAt: DateTimeImmutable @1704133085 {#1368
date: 2024-01-01 19:18:05.0 +01:00
}
} |
|
Show voter details
|
| 5 |
DENIED
|
edit
|
App\Entity\Magazine {#312
+icon: Proxies\__CG__\App\Entity\Image {#293 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#320
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#284 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#280 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#269 …}
+entries: Doctrine\ORM\PersistentCollection {#227 …}
+posts: Doctrine\ORM\PersistentCollection {#185 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#247 …}
+bans: Doctrine\ORM\PersistentCollection {#164 …}
+reports: Doctrine\ORM\PersistentCollection {#150 …}
+badges: Doctrine\ORM\PersistentCollection {#128 …}
+logs: Doctrine\ORM\PersistentCollection {#118 …}
+awards: Doctrine\ORM\PersistentCollection {#107 …}
+categories: Doctrine\ORM\PersistentCollection {#94 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#321
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#315
date: 2023-11-02 13:51:08.0 +01:00
}
} |
|
Show voter details
|