Closed
Bug 954734
Opened 11 years ago
Closed 11 years ago
topicSettable should only be set if the user has the necessary permissions
Categories
(Chat Core :: IRC, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 953761
People
(Reporter: aleth, Unassigned)
Details
*** Original post on bio 1302 at 2012-02-29 21:51:00 UTC ***
interface prplIConvChat: prplIConversation
135 /* Whether the protocol plugin can set a topic. Doesn't check that
136 the user has the necessary rights in the current conversation. */
137 readonly attribute boolean topicSettable;
As per discussion in bug 954232 (bio 798), in order for the topic not to be editable in the UI when the user can't actually change the topic, JS-IRC should only set this flag when the user actually has the necessary permissions. (And the comment should be changed ;) ).
Comment 1•11 years ago
|
||
*** Original post on bio 1302 at 2012-02-29 21:56:19 UTC ***
This is a duplicate of bug 953761 (bio 318).
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•