mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 01:21:23 +08:00
FIX: Consolidated like notifications links to wrong user on user page.
This commit is contained in:
@ -79,6 +79,12 @@ export default function() {
|
||||
return response(json);
|
||||
});
|
||||
|
||||
this.get("/u/test.json", () => {
|
||||
const json = fixturesByUrl["/u/eviltrout.json"];
|
||||
json.user.username = "test";
|
||||
return response(json);
|
||||
});
|
||||
|
||||
this.get("/u/eviltrout/summary.json", () => {
|
||||
return response({
|
||||
user_summary: {
|
||||
|
Reference in New Issue
Block a user