Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2021-05-28 19:46:51 +0300
committersualko <klaus@jsxc.org>2021-05-28 19:46:51 +0300
commit2cb0338deb0de3c7fbd9a8f0354d87f3b884ea7b (patch)
treee1ae12fecf4eb59535dfbaaecfc4b6f1c4c27cf5
parent0b54f36f5c24d36b8e37495fe0a69cd1a70c3620 (diff)
fix: remove obsolete variable
-rw-r--r--lib/StanzaHandlers/Message.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/StanzaHandlers/Message.php b/lib/StanzaHandlers/Message.php
index 5a54496..1412907 100644
--- a/lib/StanzaHandlers/Message.php
+++ b/lib/StanzaHandlers/Message.php
@@ -85,7 +85,6 @@ class Message extends StanzaHandler
];
}
$this->type = $this->getAttribute($stanza, 'type');
- $this->msgId = $this->getAttribute($stanza, 'id');
$message = new MessageEntity();
$message->setTo($this->to);