Skip to content
Snippets Groups Projects
Commit 5e2d1803 authored by Alexei Arabadji's avatar Alexei Arabadji
Browse files

EXT-700 “"Offer" notifications should be accessible via chiclet”

made teleport offers not spawn chiclet;

--HG--
branch : product-engine
parent 5383fb70
No related branches found
No related tags found
No related merge requests found
......@@ -87,8 +87,7 @@ bool LLHandlerUtil::canSpawnIMSession(const LLNotificationPtr& notification)
|| FRIENDSHIP_ACCEPTED == notification->getName()
|| USER_GIVE_ITEM == notification->getName()
|| INVENTORY_ACCEPTED == notification->getName()
|| INVENTORY_DECLINED == notification->getName()
|| TELEPORT_OFFERED == notification->getName();
|| INVENTORY_DECLINED == notification->getName();
}
// static
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment