Skip to content
Snippets Groups Projects
  • Lynx Linden's avatar
    7c34cd8e
    EXT-3408: Added support for secondlife:///app/classified SLurls · 7c34cd8e
    Lynx Linden authored
    I added a handler for this SLurl type that displays the classifieds
    details in the side tray.
    
    In order to do this, you have to open the profile of the classified's
    creator first. Which means that I have to ask the server for the
    classified's description in order to get the creator id. This is done
    with an LLAvatarPropertiesObserver observer. One complication here is
    that this observer takes the avatar id as a parameter, but we don't
    know that (that's what we're trying to find out) - so I made it
    possible to pass in a null avatar id - it's only used to filter out
    non-interested observers in the notifyObserver() call.
    7c34cd8e
    History
    EXT-3408: Added support for secondlife:///app/classified SLurls
    Lynx Linden authored
    I added a handler for this SLurl type that displays the classifieds
    details in the side tray.
    
    In order to do this, you have to open the profile of the classified's
    creator first. Which means that I have to ask the server for the
    classified's description in order to get the creator id. This is done
    with an LLAvatarPropertiesObserver observer. One complication here is
    that this observer takes the avatar id as a parameter, but we don't
    know that (that's what we're trying to find out) - so I made it
    possible to pass in a null avatar id - it's only used to filter out
    non-interested observers in the notifyObserver() call.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.