We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c2c09c commit 862e1beCopy full SHA for 862e1be
message.module
@@ -829,6 +829,9 @@ function message_type_delete($message) {
829
* the message type.
830
* - "timestamp" - The unix timestamp of the creation time of the message. If
831
* empty the current time will be used.
832
+ * - "uid" - The user->uid to associate the message with, this will overwrite
833
+ * $account param, and it's useful when you don't have the full user object
834
+ * loaded into memory.
835
* @param $account
836
* Optional; The user object to associate the message with. If empty, the
837
* current user will be used.
0 commit comments