Skip to content
Snippets Groups Projects
  1. Oct 02, 2019
    • Andrew Morgan's avatar
      Fix yields and copy instead of move push rules on room upgrade (#6144) · 2a1470cd
      Andrew Morgan authored
      Copy push rules during a room upgrade from the old room to the new room, instead of deleting them from the old room.
      
      For instance, we've defined upgrading of a room multiple times to be possible, and push rules won't be transferred on the second upgrade if they're deleted during the first.
      
      Also fix some missing yields that probably broke things quite a bit.
      2a1470cd
Loading