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: bc1b3b3f0135c949017fc252c95e6f365b88e6bc9e604974dad19286ea15769e
4
- data.tar.gz: 16e8e1a82ecdde6db2f0781ddfde505f0b45f3833dd68140f23998702943b61e
3
+ metadata.gz: e57998e00f159daa588974ae0780afe1340f69a51e7826223a638cddd00618eb
4
+ data.tar.gz: d2ebfe5f40c8d04258cd10058b080fa47aa9a0b4db214b2f88475bde57abad37
5
5
  SHA512:
6
- metadata.gz: bb2a06cc1818b405f9da1c1b0594fb2b1963a03e475285e4b22a05effe6c9794a458ac1276c9b57dbb70dc9f55783903c7a1ed59722bb3ab29109988777cace7
7
- data.tar.gz: 8e978ade2a506007f7947a564ed41864b49ff003aa0b3c320d1475a704f6fbd643117ab0c4274d42e65a840081d823b03f722613c2344f9261594ad1ab05b842
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 @message.wp_term_ids.include?( email_inbox_tag_id )
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
 
@@ -5,7 +5,7 @@ class Ishapi::ApplicationMailer < ActionMailer::Base
5
5
 
6
6
  def forwarder_notify msg_id
7
7
  @msg = ::Office::EmailMessage.find msg_id
8
- mail( to: 'piousbox@gmail.com',
8
+ mail( to: 'poxlovi@gmail.com',
9
9
  subject: "FWD_Notify: #{@msg.subject}" )
10
10
  end
11
11
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ishapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8.228
4
+ version: 0.1.8.229
5
5
  platform: ruby
6
6
  authors:
7
7
  - piousbox