@realvare/based 2.6.255 → 2.6.767
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/Utils/messages.js +0 -1
- package/package.json +1 -1
package/lib/Utils/messages.js
CHANGED
|
@@ -1213,7 +1213,6 @@ const toJid = (id) => {
|
|
|
1213
1213
|
exports.toJid = toJid;
|
|
1214
1214
|
|
|
1215
1215
|
const getSenderLid = (message) => {
|
|
1216
|
-
console.warn('getSenderLid is deprecated. Use getNormalizedJid and isLidFormat instead.');
|
|
1217
1216
|
const sender = message?.key?.participant || message?.key?.remoteJid;
|
|
1218
1217
|
if (!sender) return null;
|
|
1219
1218
|
|