mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 03:42:16 +08:00
3 lines
247 B
JavaScript
3 lines
247 B
JavaScript
/*jshint maxlen:10000000 */
|
|
export default {"/notifications": {notifications: [ { id: 123, notification_type: 2, read: true, post_number: 2, topic_id: 1234, slug: "a-slug", data: { topic_title: "some title", display_username: "velesin" } } ] }};
|