mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
chore: use user for senderId
This commit is contained in:
@@ -786,7 +786,7 @@ class Messaging extends Action
|
||||
'useDLT' => $dsn->getParam('useDLT'),
|
||||
],
|
||||
'inforu' => [
|
||||
'senderId' => $dsn->getParam('senderId', $from),
|
||||
'senderId' => $user,
|
||||
'apiKey' => $password,
|
||||
],
|
||||
default => null
|
||||
|
||||
Reference in New Issue
Block a user