wco_models 3.1.0.197 → 3.1.0.198

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: df847f3f11917d96587bce5d3b58018c27215956a43a7bf44a34a04966f750b6
4
- data.tar.gz: 0c88c176cd9befa80e849bf60b6e69b2d49e79da37fd8377f07a74b1f7a22010
3
+ metadata.gz: 833420f8f14a04997a7947c6d7f8090ad7d94d9ab8aa5c5d6db340163a706ea8
4
+ data.tar.gz: 644f992ba2e95e8f05efa3fb51f978f44182c402b0bc13f7449f0b02fd8bef64
5
5
  SHA512:
6
- metadata.gz: bd47844f69a043b3cd9ed19db47c8ca52db44568788e4bfefdd14c66d31bdce1f6cd0ea66bc3a526d1bb546d75f50cf35a586ebba25542e94f5d8dfee4239885
7
- data.tar.gz: 3a7e32b323db4f08da4b355c9602206c6c2f3a196683f2ef41ca5e274cd5159f17b79fa702981d59d49857a332d733f8d05c2cd227f15c6326f0da8d4c6fb411
6
+ metadata.gz: 92fc1f474bbfe312097c6f66adb9ba6d65add8c14890180920bcffb380ccde129bfb898bd0c4fc76daa35d01c1caf2e5c1ec5191df02434fe07c319675648ba2
7
+ data.tar.gz: 1605dfb6dc8e716af6b2446d8fc50f82f7ec2d718de1a9a934608b2f9bc074d82840d629b1ce371ce5a8c44ade0bb5cf8b6024a8ed4331f5dbeff5c9d42110e0
@@ -239,10 +239,11 @@ class WcoEmail::MessageStub
239
239
  else
240
240
  ## 2024-07-30 I'm no longer sending these to google.
241
241
  ## 2024-11-03 restarted sending.
242
+ ## 2025-01-23 no longer sending to google.
242
243
  conv = WcoEmail::Conversation.find( conv.id )
243
244
  if conv.tags.include? Wco::Tag.inbox
244
- out = WcoEmail::ApplicationMailer.forwarder_notify( @message.id.to_s )
245
- Rails.env.production? ? out.deliver_later : out.deliver_now
245
+ # out = WcoEmail::ApplicationMailer.forwarder_notify( @message.id.to_s )
246
+ # Rails.env.production? ? out.deliver_later : out.deliver_now
246
247
  end
247
248
  end
248
249
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wco_models
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0.197
4
+ version: 3.1.0.198
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Pudeyev