mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
FEATURE: adds latest to user-api-key session scope
This commit is contained in:
parent
65faff5832
commit
5f86564da1
@ -10,7 +10,8 @@ class UserApiKey < ActiveRecord::Base
|
|||||||
[:get, 'session#current'],
|
[:get, 'session#current'],
|
||||||
[:get, 'users#topic_tracking_state'],
|
[:get, 'users#topic_tracking_state'],
|
||||||
[:get, 'list#unread'],
|
[:get, 'list#unread'],
|
||||||
[:get, 'list#new']
|
[:get, 'list#new'],
|
||||||
|
[:get, 'list#latest']
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user