Open oliver-ni opened 3 years ago
Added support for group DMs. Created a new favdms setting store separate from the favfriends one, so nothing previously should break.
favdms
favfriends
The input box in the setting is combined as shown:
(The group DM is circled.)
Group DMs show up on the sidebar in the same category as previously:
There isn't really much else to it. It seems to be a highly wanted feature (Closes #17) and I needed it too.
Note that I am new to Powercord plugin development. let me know if there's any issues.
Added support for group DMs. Created a new
favdms
setting store separate from thefavfriends
one, so nothing previously should break.The input box in the setting is combined as shown:
(The group DM is circled.)
Group DMs show up on the sidebar in the same category as previously:
There isn't really much else to it. It seems to be a highly wanted feature (Closes #17) and I needed it too.