Skip to content
Snippets Groups Projects
  1. Aug 24, 2020
  2. Aug 23, 2020
  3. Aug 22, 2020
  4. Aug 21, 2020
  5. Aug 20, 2020
  6. Aug 19, 2020
  7. Aug 18, 2020
  8. Aug 17, 2020
  9. Aug 14, 2020
  10. Aug 13, 2020
    • hiroshisuga's avatar
      events_archiver.rb: Handle an empty meeting_metadata hash from redis · 3cbe9aba
      hiroshisuga authored
      On my server 2.3 alpha, the method metadata_for(meeting_id) gives back {}
      (empty Hash). Thus "return if meeting_metadata.nil?" does not occur.
      
      Does @redis.hgetall give {} instead of nil, even though there is a comment in
      node_modules/redis/lib/utils.js "hgetall converts its replies to an Object. If
      the reply is empty, null is returned"???
      3cbe9aba
  11. Aug 11, 2020
Loading