This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 33e99b8 Add note about digest subs
33e99b8 is described below
commit 33e99b85c846d7461c676e109fdd7580cb71d50a
Author: Sebb <[email protected]>
AuthorDate: Tue Dec 12 16:30:35 2017 +0000
Add note about digest subs
---
www/roster/views/person.js.rb | 2 ++
www/roster/views/pmc/pmc.js.rb | 2 ++
2 files changed, 4 insertions(+)
diff --git a/www/roster/views/person.js.rb b/www/roster/views/person.js.rb
index 7a2b1b6..6f70bcb 100644
--- a/www/roster/views/person.js.rb
+++ b/www/roster/views/person.js.rb
@@ -52,6 +52,8 @@ class Person < Vue
_ '(*) could not find a subscription to the private@ mailing list
for this committee'
_br
_ 'Perhaps the subscription address is not listed in the LDAP
record'
+ _br
+ _ '(Note that digest subscriptions are not currently included)'
}
end
end
diff --git a/www/roster/views/pmc/pmc.js.rb b/www/roster/views/pmc/pmc.js.rb
index f4ed847..63744e6 100644
--- a/www/roster/views/pmc/pmc.js.rb
+++ b/www/roster/views/pmc/pmc.js.rb
@@ -48,6 +48,8 @@ class PMCMembers < Vue
_ 'They could be PMC (or ASF) members whose emails are not listed in
their LDAP record.'
_br
_ 'Or they could be ex-PMC members who are still subscribed.'
+ _br
+ _ '(Note that digest subscriptions are not currently included)'
_br
_br
_ul {
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].