# File lib/etherpad-lite/models/author.rb, line 101
    def session_ids
      s = @instance.client.listSessionsOfAuthor(authorID: @id) || {}
      s.keys
    end