This is an automated email from the ASF dual-hosted git repository.
rubys 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 de43e25 another reject! => reject
de43e25 is described below
commit de43e250e33ab58bd151ddeacabed8a4a5f5398b
Author: Sam Ruby <[email protected]>
AuthorDate: Sun Nov 1 11:59:49 2020 -0500
another reject! => reject
---
www/board/agenda/daemon/channel.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/board/agenda/daemon/channel.rb
b/www/board/agenda/daemon/channel.rb
index 52712d2..3b609ad 100644
--- a/www/board/agenda/daemon/channel.rb
+++ b/www/board/agenda/daemon/channel.rb
@@ -82,7 +82,7 @@ class Channel
fh.truncate(fh.pos)
end
- users.reject! {|name| name =~ /^board_agenda_[_\d]+$/}
+ users.reject {|name| name =~ /^board_agenda_[_\d]+$/}
end
# close all open sockets