@xuda.io/account_module 1.2.1692 → 1.2.1694
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/index.mjs +2 -2
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -1139,7 +1139,7 @@ const get_contact_background = function (doc) {
|
|
|
1139
1139
|
|
|
1140
1140
|
const get_contact_pattern = async function (doc) {
|
|
1141
1141
|
let ret = `default-pattern.png`;
|
|
1142
|
-
|
|
1142
|
+
|
|
1143
1143
|
// if (doc.my_contact) {
|
|
1144
1144
|
// if (doc.account_type === 'business') {
|
|
1145
1145
|
// ret = doc.profile_picture;
|
|
@@ -1195,7 +1195,7 @@ const get_contact_pattern = async function (doc) {
|
|
|
1195
1195
|
}
|
|
1196
1196
|
} else {
|
|
1197
1197
|
switch (doc.source) {
|
|
1198
|
-
case '
|
|
1198
|
+
case 'read emails': {
|
|
1199
1199
|
ret = `email-pattern.png`;
|
|
1200
1200
|
break;
|
|
1201
1201
|
}
|