Email notification settings #1063

Open
opened 2021-02-26 00:23:55 +00:00 by feld · 2 comments
Owner

Ability to receive batches/digests of missed notifications via E-mail is coming to the backend, so we'll need to expose those settings in PleromaFE

pleroma/pleroma#6557

Ability to receive batches/digests of missed notifications via E-mail is coming to the backend, so we'll need to expose those settings in PleromaFE https://git.pleroma.social/pleroma/pleroma/pulls/6557
Owner

can we get basic information about or links to the API in these kinds of issues?

can we get basic information about or links to the API in these kinds of issues?
Member

/api/v1/accounts/update_credentials accepts parameter email_notifications:

%{
  "digest" => true,
  "notifications" => ["mention", "pleroma:chat_mention"]
}
`/api/v1/accounts/update_credentials` accepts parameter `email_notifications`: ```elixir %{ "digest" => true, "notifications" => ["mention", "pleroma:chat_mention"] } ```
Sign in to join this conversation.
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pleroma/pleroma-fe#1063
No description provided.