discourse/test/javascripts/fixtures/notification_fixtures.js
2014-07-30 20:09:44 -04:00

3 lines
227 B
JavaScript

/*jshint maxlen:10000000 */
Discourse.URL_FIXTURES["/notifications"] = [ { notification_type: 2, read: true, post_number: 2, topic_id: 1234, slug: "a-slug", data: { topic_title: "some title", display_username: "velesin" } } ];