Skip to content

Commit

Permalink
Fix #1499: Add info about stream API in status endpoint (#1500)
Browse files Browse the repository at this point in the history
  • Loading branch information
singhpratyush authored and mariobehling committed Aug 25, 2017
1 parent 12fc6a6 commit c548ebe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/org/loklak/api/admin/StatusService.java
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,8 @@ public JSONObject serviceImpl(Query post, HttpServletResponse response, Authoriz
commit.put("comment", commitComment);
json.put("commit", commit);

json.put("stream_enabled", DAO.getConfig("stream.enabled", false));

return json;
}

Expand Down

0 comments on commit c548ebe

Please sign in to comment.