From 79e8ef4b644a33450dd9e4cbf930e25c019c3d20 Mon Sep 17 00:00:00 2001 From: NotNite Date: Wed, 9 Oct 2024 14:57:43 -0400 Subject: [PATCH] Remove useless truncates --- src/content/docs/blog/moonlight-api-v2.md | 2 -- src/content/docs/blog/reintroducing-moonlight.md | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/content/docs/blog/moonlight-api-v2.md b/src/content/docs/blog/moonlight-api-v2.md index 3dbddf0..592dd1b 100644 --- a/src/content/docs/blog/moonlight-api-v2.md +++ b/src/content/docs/blog/moonlight-api-v2.md @@ -7,8 +7,6 @@ authors: [notnite, cynosphere, adryd] Been a while, eh? The last post we wrote for moonlight was [when we first introduced it](/blog/reintroducing-moonlight). Sounds like it's time to change that! - - moonlight development was stalled for a while this year, particularly due to lack of motivation. Less people than expected tinkering with moonlight gave us less reason to update it, and so it fell behind with Discord updates, eventually breaking catastrophically for several months. Thanks to [redstonekasi](https://github.com/redstonekasi) for submitting pull requests for fixing a *lot* of things while none of us had the energy to. About a week ago, [Ari](https://github.com/adryd325) had the idea of making a centralized repository for Discord client mappings. This short conversation would lead to one of the greatest nerdsnipes in moonlight history. diff --git a/src/content/docs/blog/reintroducing-moonlight.md b/src/content/docs/blog/reintroducing-moonlight.md index 39c5e9c..4b36e9b 100644 --- a/src/content/docs/blog/reintroducing-moonlight.md +++ b/src/content/docs/blog/reintroducing-moonlight.md @@ -7,8 +7,6 @@ authors: [notnite, cynosphere, adryd] A few days ago, we released a new Discord client mod called [moonlight](/). moonlight is the end result of our ideas and experiences from Discord client modding, influenced by several years of working on other client modding projects. We invite developers to try out moonlight and report feedback on what we can improve. - - ## Yet another Discord mod Tens if not hundreds of Discord desktop client mods have come and gone, so why make another? Simple; the freedom to innovate and experiment. With moonlight, we're free to do what we want and experiment with the ideas that we've had for years without any limitations. Creating moonlight has offered a fresh slate to build our own systems and play with what we like most, and allows us to try out new things with zero consequence.