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 471d881 return the message that was posted
471d881 is described below
commit 471d881bc31988ba4c38a941fac95773877cd508
Author: Sam Ruby <[email protected]>
AuthorDate: Tue Jun 12 09:13:58 2018 -0400
return the message that was posted
---
www/board/agenda/daemon/events.rb | 1 +
1 file changed, 1 insertion(+)
diff --git a/www/board/agenda/daemon/events.rb
b/www/board/agenda/daemon/events.rb
index 7aa9000..0fba3f1 100644
--- a/www/board/agenda/daemon/events.rb
+++ b/www/board/agenda/daemon/events.rb
@@ -27,6 +27,7 @@ class Events
FileUtils.mkdir_p WORKDIR
filename = SecureRandom.hex(16)
File.write(File.join(WORKDIR, filename), JSON.generate(message))
+ message
end
# process pending messages
--
To stop receiving notification emails like this one, please contact
[email protected].