mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 00:54:03 +02:00
Add docs about OSM API, finish implementing postNoteUpdate
`postNoteUpdate` can hangle status changes and comment additions (I named it that to be like `putChangeset`) Also renamed `user` to `loadUser` to be consistent with other calls
This commit is contained in:
@@ -81,7 +81,7 @@ export function uiNoteComments() {
|
||||
});
|
||||
|
||||
Object.keys(uids).forEach(function(uid) {
|
||||
osm.user(uid, function(err, user) {
|
||||
osm.loadUser(uid, function(err, user) {
|
||||
if (!user || !user.image_url) return;
|
||||
|
||||
selection.selectAll('.comment-avatar.user-' + uid)
|
||||
|
||||
Reference in New Issue
Block a user