]> Untitled Git - lemmy.git/commit
Fix private message e-mail notification subject and body (#2963)
authorAndy Brandt <andy@brandt.tech>
Thu, 8 Jun 2023 17:42:32 +0000 (12:42 -0500)
committerGitHub <noreply@github.com>
Thu, 8 Jun 2023 17:42:32 +0000 (13:42 -0400)
commitf98476c5c0f2941942a9f41266d45f04c86315a9
treeb2b04dc16b9bbf7cf0828cada786e02465c2cfef
parent15c84e2f7b5c82342d429547b060f848ba3962f2
Fix private message e-mail notification subject and body (#2963)

It used to say:

Subject: Private message from [your username]
Body: [your username] - [private message]

It now display the correct username that it's from.
crates/api_crud/src/private_message/create.rs