Skip to content
Snippets Groups Projects
  1. Aug 25, 2020
  2. Aug 19, 2020
  3. Aug 18, 2020
  4. Aug 16, 2020
  5. Aug 14, 2020
  6. Aug 13, 2020
    • hiroshisuga's avatar
      events_archiver.rb: Handle an empty meeting_metadata hash from redis · dc0fc459
      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"???
      dc0fc459
  7. Aug 12, 2020
  8. Aug 11, 2020
  9. Aug 10, 2020
Loading