I just did some testing against 0.18.3 main code off GitHub… I even made the users on different instances to test the more difficult case.
Lemmy does not prevent them from commenting on your post after a block. You won’t see their comments once you block them… but as soon as you unblock them… comments made after the block will appear.
thx
Follow-up, here is the messy code I published: https://github.com/RocketDerp/lemmy_server_fixes0/blob/client_side_testing_main_r1/api_tests/src/remote_home_remote.spec.ts
The relevant test is currently:
test("2 non-admin mon-moderator ordinary users, can blocked user comment on post or comments?", async () => {
I included a link to your posting in the code comments. Have a good weekend!
I guess they can? Otherwise it makes no sense, as even users that are logged out can see them.