mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 15:20:52 +01:00
Merge branch 'fix-sticky-replacing-userId' into 'ms4/dev'
Don't overwrite userId when editing a postit See merge request morningstar/Arcturus-Community!47
This commit is contained in:
commit
bf12d04dd5
@ -51,7 +51,6 @@ public class SetItemDataEvent extends MessageHandler {
|
|||||||
if (color.isEmpty())
|
if (color.isEmpty())
|
||||||
color = PostItColor.YELLOW.hexColor;
|
color = PostItColor.YELLOW.hexColor;
|
||||||
|
|
||||||
item.setUserId(room.getOwnerId());
|
|
||||||
item.setExtradata(color + " " + text);
|
item.setExtradata(color + " " + text);
|
||||||
item.needsUpdate(true);
|
item.needsUpdate(true);
|
||||||
room.updateItem(item);
|
room.updateItem(item);
|
||||||
|
Loading…
Reference in New Issue
Block a user