ishapi 0.1.8.228 → 0.1.8.229
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e57998e00f159daa588974ae0780afe1340f69a51e7826223a638cddd00618eb
|
4
|
+
data.tar.gz: d2ebfe5f40c8d04258cd10058b080fa47aa9a0b4db214b2f88475bde57abad37
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4557594ff0351fbac414a165358240c5714c3bc52376586f1f5fa74725d12e6cfbf83db6e6c71d45e287439f845451c96b827870d473052cd00f98bfa81713f5
|
7
|
+
data.tar.gz: dd3282083abb1d7dc05881dee99afcb0470cb3061c2c5ac8e7359bbb2d023a041ee26e1460dda6634b5e3e7acf66e7a9c0fd40b7536d95e5a5d722629cf97978
|
@@ -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
|
|