Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesnt receive message from Lemmy #12

Open
Nutomic opened this issue Dec 16, 2020 · 0 comments
Open

Doesnt receive message from Lemmy #12

Nutomic opened this issue Dec 16, 2020 · 0 comments

Comments

@Nutomic
Copy link

Nutomic commented Dec 16, 2020

Screenshot_20201216_203916

For this step (and the one before), I sent private messages from enterprise.lemmy.ml to the indicated user, but nothing happens. It just keeps displaying the same message until I press skip.

Here is the message sent by Lemmy:

{
lemmy_1     |       "@context": [
lemmy_1     |         "https://www.w3.org/ns/activitystreams",
lemmy_1     |         {
lemmy_1     |           "sensitive": "as:sensitive",
lemmy_1     |           "stickied": "as:stickied",
lemmy_1     |           "comments_enabled": {
lemmy_1     |             "kind": "sc:Boolean",
lemmy_1     |             "id": "pt:commentsEnabled"
lemmy_1     |           },
lemmy_1     |           "category": "sc:category",
lemmy_1     |           "sc": "http://schema.org#"
lemmy_1     |         }
lemmy_1     |       ],
lemmy_1     |       "id": "https://enterprise.lemmy.ml/activities/create/3c91610b-719c-4e74-bd4e-d3748a398dae",
lemmy_1     |       "type": "Create",
lemmy_1     |       "object": {
lemmy_1     |         "@context": [
lemmy_1     |           "https://www.w3.org/ns/activitystreams",
lemmy_1     |           {
lemmy_1     |             "category": "sc:category",
lemmy_1     |             "comments_enabled": {
lemmy_1     |               "kind": "sc:Boolean",
lemmy_1     |               "id": "pt:commentsEnabled"
lemmy_1     |             },
lemmy_1     |             "stickied": "as:stickied",
lemmy_1     |             "sc": "http://schema.org#",
lemmy_1     |             "sensitive": "as:sensitive"
lemmy_1     |           }
lemmy_1     |         ],
lemmy_1     |         "id": "https://enterprise.lemmy.ml/private_message/11",
lemmy_1     |         "type": "Note",
lemmy_1     |         "mediaType": "text/markdown",
lemmy_1     |         "source": {
lemmy_1     |           "mediaType": "text/markdown",
lemmy_1     |           "content": "asdasd"
lemmy_1     |         },
lemmy_1     |         "content": "asdasd",
lemmy_1     |         "to": "https://test.activitypub.dev/tests/evaluate/4143414496938641581/alex",
lemmy_1     |         "attributedTo": "https://enterprise.lemmy.ml/u/nutomic",
lemmy_1     |         "published": "2020-12-16T19:41:58.601502+00:00"
lemmy_1     |       },
lemmy_1     |       "to": "https://test.activitypub.dev/tests/evaluate/4143414496938641581/alex",
lemmy_1     |       "actor": "https://enterprise.lemmy.ml/u/nutomic"
lemmy_1     |     }

According to Lemmy logs, the test suite responds with 400 Bad Request, but I dont see the actual error being reported anywhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant