ishapi 0.1.8.228 → 0.1.8.231
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.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 424b4aeca40f6001a4d45330dcd2c58fcb787367270eea25a84c4a8134fc4ffd
|
4
|
+
data.tar.gz: b023c3d98d69391d13dfb7fb26fc711fa5e1725fa9a76bb576a3a39bc7ccfe03
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 02d2f199cbd56b990d24165b58840170f7a29bf495c23e6bf764db2289a1182ff437c424fee633d25d92586f10eb5f9f3b001f3fa8b3ed417e68f4b30fb18804
|
7
|
+
data.tar.gz: 2e3156de151abc378ed46235f1d1c0407adc9a7954f656aad58c0a424fd7403701eee63114b565c90523740f5559714fa63e06ff5fcc51b10742d09fdc7c80c6
|
@@ -151,8 +151,7 @@ class Ishapi::EmailMessageIntakeJob < Ishapi::ApplicationJob
|
|
151
151
|
stub.update_attributes({ state: ::Office::EmailMessageStub::STATE_PROCESSED })
|
152
152
|
|
153
153
|
## Notification
|
154
|
-
if
|
155
|
-
# @TODO: send android notification _vp_ 2023-03-01
|
154
|
+
if conv.wp_term_ids.include?( email_inbox_tag_id )
|
156
155
|
::Ishapi::ApplicationMailer.forwarder_notify( @message.id.to_s ).deliver_later
|
157
156
|
end
|
158
157
|
|