ishapi 0.1.8.227 → 0.1.8.229

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: 909a6f982e7fee760e1f899877ad43e6f509e119bfec47b4c0b0345ba8866366
4
- data.tar.gz: 40226de4cdd50d55da25fc56d23064c25d686c85166e8f031689dca2b32863af
3
+ metadata.gz: e57998e00f159daa588974ae0780afe1340f69a51e7826223a638cddd00618eb
4
+ data.tar.gz: d2ebfe5f40c8d04258cd10058b080fa47aa9a0b4db214b2f88475bde57abad37
5
5
  SHA512:
6
- metadata.gz: abd509759143ee612cd8ea579cccf8147109fb3d6a321d136d387b397aecb1aba54497667b4122bced72a2863b8fb7059948d816252d308d983c78b5a30c0726
7
- data.tar.gz: e6dd8d5408d964db039a61c6ab80d291eb0baa5cb17dd679d981a3f6bdea6e1105fbc2eaea2844bb409079f524c19fb47c6977bc0b3df4483648cd5663db91e9
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.227
4
+ version: 0.1.8.229
5
5
  platform: ruby
6
6
  authors:
7
7
  - piousbox