1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1370
+user: Proxies\__CG__\App\Entity\User {#1375 …}
+entry: App\Entity\Entry {#1805 …}
+magazine: App\Entity\Magazine {#311
+icon: Proxies\__CG__\App\Entity\Image {#292 …}
+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 {#319
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#283 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#279 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#268 …}
+entries: Doctrine\ORM\PersistentCollection {#226 …}
+posts: Doctrine\ORM\PersistentCollection {#184 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#246 …}
+bans: Doctrine\ORM\PersistentCollection {#163 …}
+reports: Doctrine\ORM\PersistentCollection {#149 …}
+badges: Doctrine\ORM\PersistentCollection {#127 …}
+logs: Doctrine\ORM\PersistentCollection {#117 …}
+awards: Doctrine\ORM\PersistentCollection {#106 …}
+categories: Doctrine\ORM\PersistentCollection {#93 …}
-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 {#320
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#314
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2475 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2475 …}
+body: """
> Just use rsync -va\n
\n
NO STOP!\n
\n
The default quick check algorithm of rsync is not safe for this. It only checks filesize and modification time to determine if files are equal. After a b0rked copy, these are not to be trusted.\n
\n
You should add the `-c` flag so that files are properly checksummed, unfortunately if you have slow storage on either end, this often negates the speed advantage of rsync.\n
\n
For example, consider this example:\n
\n
```\n
\n
<span style="color:#323232;">mkdir source\n
</span><span style="color:#323232;">mkdir destination\n
</span><span style="color:#323232;">echo "hello" > source/file.txt\n
</span><span style="color:#323232;">echo "world" > destination/file.txt\n
</span><span style="color:#323232;">touch -r source/file.txt destination/file.txt\n
</span><span style="color:#323232;">rsync -avh source/ destination/\n
</span><span style="color:#323232;">cat source/file.txt\n
</span><span style="color:#323232;">cat destination/file.txt\n
</span>\n
```\n
\n
Contrary to what you might expect, the rsync command copies nothing and the output at the end will show:\n
\n
```\n
\n
<span style="color:#323232;">hello\n
</span><span style="color:#323232;">world\n
</span>\n
```\n
\n
If you change the rsync command in the example above to `rsync -c -avh source/ destination/`, it will work as expected.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 28
+score: 0
+lastActive: DateTime @1701952933 {#1602
date: 2023-12-07 13:42:13.0 +01:00
}
+ip: null
+tags: [
"323232"
]
+mentions: [
"@HiddenLayer5@lemmy.ml"
"@taladar@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#2353 …}
+nested: Doctrine\ORM\PersistentCollection {#2476 …}
+votes: Doctrine\ORM\PersistentCollection {#2433 …}
+reports: Doctrine\ORM\PersistentCollection {#2166 …}
+favourites: Doctrine\ORM\PersistentCollection {#2473 …}
+notifications: Doctrine\ORM\PersistentCollection {#1359 …}
-id: 206317
-bodyTs: "'add':44 'advantag':68 'algorithm':11 'avh':91,132 'b0rked':34 'c':46,131 'cat':94,96 'chang':121 'check':10,21 'checksum':53 'command':106,124 'consid':73 'contrari':98 'copi':35,107 'default':8 'destin':79,93,134 'destination/file.txt':85,89,97 'determin':27 'echo':80,83 'either':61 'end':62,114 'equal':31 'exampl':72,75,127 'expect':103,139 'file':29,50 'files':22 'flag':47 'hello':81,117 'might':102 'mkdir':76,78 'modif':24 'negat':65 'noth':108 'often':64 'output':111 'proper':52 'quick':9 'r':87 'rsync':3,13,70,90,105,123,130 'safe':16 'show':116 'slow':58 'sourc':77,92,133 'source/file.txt':82,88,95 'speed':67 'stop':6 'storag':59 'time':25 'touch':86 'trust':41 'unfortun':54 'use':2 'va':4 'work':137 'world':84,118"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.nl/comment/5174496"
+editedAt: DateTimeImmutable @1703328270 {#1941
date: 2023-12-23 11:44:30.0 +01:00
}
+createdAt: DateTimeImmutable @1701952933 {#1396
date: 2023-12-07 13:42:13.0 +01:00
}
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
App\Entity\EntryComment {#1370
+user: Proxies\__CG__\App\Entity\User {#1375 …}
+entry: App\Entity\Entry {#1805 …}
+magazine: App\Entity\Magazine {#311
+icon: Proxies\__CG__\App\Entity\Image {#292 …}
+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 {#319
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#283 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#279 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#268 …}
+entries: Doctrine\ORM\PersistentCollection {#226 …}
+posts: Doctrine\ORM\PersistentCollection {#184 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#246 …}
+bans: Doctrine\ORM\PersistentCollection {#163 …}
+reports: Doctrine\ORM\PersistentCollection {#149 …}
+badges: Doctrine\ORM\PersistentCollection {#127 …}
+logs: Doctrine\ORM\PersistentCollection {#117 …}
+awards: Doctrine\ORM\PersistentCollection {#106 …}
+categories: Doctrine\ORM\PersistentCollection {#93 …}
-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 {#320
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#314
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2475 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2475 …}
+body: """
> Just use rsync -va\n
\n
NO STOP!\n
\n
The default quick check algorithm of rsync is not safe for this. It only checks filesize and modification time to determine if files are equal. After a b0rked copy, these are not to be trusted.\n
\n
You should add the `-c` flag so that files are properly checksummed, unfortunately if you have slow storage on either end, this often negates the speed advantage of rsync.\n
\n
For example, consider this example:\n
\n
```\n
\n
<span style="color:#323232;">mkdir source\n
</span><span style="color:#323232;">mkdir destination\n
</span><span style="color:#323232;">echo "hello" > source/file.txt\n
</span><span style="color:#323232;">echo "world" > destination/file.txt\n
</span><span style="color:#323232;">touch -r source/file.txt destination/file.txt\n
</span><span style="color:#323232;">rsync -avh source/ destination/\n
</span><span style="color:#323232;">cat source/file.txt\n
</span><span style="color:#323232;">cat destination/file.txt\n
</span>\n
```\n
\n
Contrary to what you might expect, the rsync command copies nothing and the output at the end will show:\n
\n
```\n
\n
<span style="color:#323232;">hello\n
</span><span style="color:#323232;">world\n
</span>\n
```\n
\n
If you change the rsync command in the example above to `rsync -c -avh source/ destination/`, it will work as expected.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 28
+score: 0
+lastActive: DateTime @1701952933 {#1602
date: 2023-12-07 13:42:13.0 +01:00
}
+ip: null
+tags: [
"323232"
]
+mentions: [
"@HiddenLayer5@lemmy.ml"
"@taladar@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#2353 …}
+nested: Doctrine\ORM\PersistentCollection {#2476 …}
+votes: Doctrine\ORM\PersistentCollection {#2433 …}
+reports: Doctrine\ORM\PersistentCollection {#2166 …}
+favourites: Doctrine\ORM\PersistentCollection {#2473 …}
+notifications: Doctrine\ORM\PersistentCollection {#1359 …}
-id: 206317
-bodyTs: "'add':44 'advantag':68 'algorithm':11 'avh':91,132 'b0rked':34 'c':46,131 'cat':94,96 'chang':121 'check':10,21 'checksum':53 'command':106,124 'consid':73 'contrari':98 'copi':35,107 'default':8 'destin':79,93,134 'destination/file.txt':85,89,97 'determin':27 'echo':80,83 'either':61 'end':62,114 'equal':31 'exampl':72,75,127 'expect':103,139 'file':29,50 'files':22 'flag':47 'hello':81,117 'might':102 'mkdir':76,78 'modif':24 'negat':65 'noth':108 'often':64 'output':111 'proper':52 'quick':9 'r':87 'rsync':3,13,70,90,105,123,130 'safe':16 'show':116 'slow':58 'sourc':77,92,133 'source/file.txt':82,88,95 'speed':67 'stop':6 'storag':59 'time':25 'touch':86 'trust':41 'unfortun':54 'use':2 'va':4 'work':137 'world':84,118"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.nl/comment/5174496"
+editedAt: DateTimeImmutable @1703328270 {#1941
date: 2023-12-23 11:44:30.0 +01:00
}
+createdAt: DateTimeImmutable @1701952933 {#1396
date: 2023-12-07 13:42:13.0 +01:00
}
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1370
+user: Proxies\__CG__\App\Entity\User {#1375 …}
+entry: App\Entity\Entry {#1805 …}
+magazine: App\Entity\Magazine {#311
+icon: Proxies\__CG__\App\Entity\Image {#292 …}
+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 {#319
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#283 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#279 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#268 …}
+entries: Doctrine\ORM\PersistentCollection {#226 …}
+posts: Doctrine\ORM\PersistentCollection {#184 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#246 …}
+bans: Doctrine\ORM\PersistentCollection {#163 …}
+reports: Doctrine\ORM\PersistentCollection {#149 …}
+badges: Doctrine\ORM\PersistentCollection {#127 …}
+logs: Doctrine\ORM\PersistentCollection {#117 …}
+awards: Doctrine\ORM\PersistentCollection {#106 …}
+categories: Doctrine\ORM\PersistentCollection {#93 …}
-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 {#320
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#314
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2475 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2475 …}
+body: """
> Just use rsync -va\n
\n
NO STOP!\n
\n
The default quick check algorithm of rsync is not safe for this. It only checks filesize and modification time to determine if files are equal. After a b0rked copy, these are not to be trusted.\n
\n
You should add the `-c` flag so that files are properly checksummed, unfortunately if you have slow storage on either end, this often negates the speed advantage of rsync.\n
\n
For example, consider this example:\n
\n
```\n
\n
<span style="color:#323232;">mkdir source\n
</span><span style="color:#323232;">mkdir destination\n
</span><span style="color:#323232;">echo "hello" > source/file.txt\n
</span><span style="color:#323232;">echo "world" > destination/file.txt\n
</span><span style="color:#323232;">touch -r source/file.txt destination/file.txt\n
</span><span style="color:#323232;">rsync -avh source/ destination/\n
</span><span style="color:#323232;">cat source/file.txt\n
</span><span style="color:#323232;">cat destination/file.txt\n
</span>\n
```\n
\n
Contrary to what you might expect, the rsync command copies nothing and the output at the end will show:\n
\n
```\n
\n
<span style="color:#323232;">hello\n
</span><span style="color:#323232;">world\n
</span>\n
```\n
\n
If you change the rsync command in the example above to `rsync -c -avh source/ destination/`, it will work as expected.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 28
+score: 0
+lastActive: DateTime @1701952933 {#1602
date: 2023-12-07 13:42:13.0 +01:00
}
+ip: null
+tags: [
"323232"
]
+mentions: [
"@HiddenLayer5@lemmy.ml"
"@taladar@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#2353 …}
+nested: Doctrine\ORM\PersistentCollection {#2476 …}
+votes: Doctrine\ORM\PersistentCollection {#2433 …}
+reports: Doctrine\ORM\PersistentCollection {#2166 …}
+favourites: Doctrine\ORM\PersistentCollection {#2473 …}
+notifications: Doctrine\ORM\PersistentCollection {#1359 …}
-id: 206317
-bodyTs: "'add':44 'advantag':68 'algorithm':11 'avh':91,132 'b0rked':34 'c':46,131 'cat':94,96 'chang':121 'check':10,21 'checksum':53 'command':106,124 'consid':73 'contrari':98 'copi':35,107 'default':8 'destin':79,93,134 'destination/file.txt':85,89,97 'determin':27 'echo':80,83 'either':61 'end':62,114 'equal':31 'exampl':72,75,127 'expect':103,139 'file':29,50 'files':22 'flag':47 'hello':81,117 'might':102 'mkdir':76,78 'modif':24 'negat':65 'noth':108 'often':64 'output':111 'proper':52 'quick':9 'r':87 'rsync':3,13,70,90,105,123,130 'safe':16 'show':116 'slow':58 'sourc':77,92,133 'source/file.txt':82,88,95 'speed':67 'stop':6 'storag':59 'time':25 'touch':86 'trust':41 'unfortun':54 'use':2 'va':4 'work':137 'world':84,118"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.nl/comment/5174496"
+editedAt: DateTimeImmutable @1703328270 {#1941
date: 2023-12-23 11:44:30.0 +01:00
}
+createdAt: DateTimeImmutable @1701952933 {#1396
date: 2023-12-07 13:42:13.0 +01:00
}
} |
|
Show voter details
|
5 |
DENIED
|
edit
|
App\Entity\Magazine {#311
+icon: Proxies\__CG__\App\Entity\Image {#292 …}
+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 {#319
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#283 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#279 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#268 …}
+entries: Doctrine\ORM\PersistentCollection {#226 …}
+posts: Doctrine\ORM\PersistentCollection {#184 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#246 …}
+bans: Doctrine\ORM\PersistentCollection {#163 …}
+reports: Doctrine\ORM\PersistentCollection {#149 …}
+badges: Doctrine\ORM\PersistentCollection {#127 …}
+logs: Doctrine\ORM\PersistentCollection {#117 …}
+awards: Doctrine\ORM\PersistentCollection {#106 …}
+categories: Doctrine\ORM\PersistentCollection {#93 …}
-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 {#320
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#314
date: 2023-11-02 13:51:08.0 +01:00
}
} |
|
Show voter details
|