
| Key: |
SVC-1145
|
| Type: |
Bug
|
| Status: |
Open
|
| Priority: |
Normal
|
| Assignee: |
Unassigned
|
| Reporter: |
Kevin Susenko
|
| Votes: |
5
|
| Watchers: |
3
|
|
If you were logged in you would be able to see more operations.
|
|
|
Object that have been muted should also be muted when using llInstantMessage. However, at the moment objects that are muted can still send messages to the person that has muted them via llInstantMessage.
To reproduce:
1. Create a new object.
2. Place attached script into object.
3. Click object, observe that both the llSay() and llInstantMessage() messages get through.
4. Mute object.
5. Click object again, the llSay() text is muted, however the llInstantMessage() text still appears.
Expected behavior: llInstantMessage should also be blocked, just as if you mute a person and they can't IM you.
|
|
Description
|
Object that have been muted should also be muted when using llInstantMessage. However, at the moment objects that are muted can still send messages to the person that has muted them via llInstantMessage.
To reproduce:
1. Create a new object.
2. Place attached script into object.
3. Click object, observe that both the llSay() and llInstantMessage() messages get through.
4. Mute object.
5. Click object again, the llSay() text is muted, however the llInstantMessage() text still appears.
Expected behavior: llInstantMessage should also be blocked, just as if you mute a person and they can't IM you. |
Show » |
|
Muting the object's owner, though, WILL prevent the IM.
the IM should be prevented in both cases though.